Searched refs:Clear (Results 1 – 9 of 9) sorted by relevance
| /CafeSDK-2.12.13/system/src/tool/CatLog/ |
| D | SerialLog.cs | 30 public event ClearHandler Clear = null; event in CatLog.SerialLog 82 if (Clear != null) in Reset() 83 Clear(); in Reset()
|
| D | CatLog.cs | 111 logger.Clear += new SerialLog.ClearHandler(logger_Clear); in CatLog()
|
| /CafeSDK-2.12.13/system/include/nn/ec/ |
| D | ec_ItemList.h | 56 void Clear();
|
| D | ec_Query.h | 195 void Clear();
|
| /CafeSDK-2.12.13/system/src/tool/cafex/ |
| D | Character stream dumper.cs | 244 Clear = 0x0C, enumerator 564 Array.Clear(this.dk_input_buffer, 0, this.dk_input_count); in FlushDKBuffer() 666 Array.Clear(buffer, 0, this.bytes_read); in input_thread_proc() 1007 matchNotify.Clear(); in ClearNotifications() 1008 matchCallback.Clear(); in ClearNotifications() 1150 Array.Clear(holding_pool, 0, holding_pool.Length); in RelaySerialCharacters() 1349 Console.Clear(); in consume_raw_bytes()
|
| D | ExecutableClasses.cs | 1699 notifyList.Clear(); in ClearNotifications() 1700 callbackList.Clear(); in ClearNotifications()
|
| D | Tools.cs | 36 dictionaryOfSavedValues.Clear(); in BackUpCurrentEnvironment()
|
| /CafeSDK-2.12.13/system/src/tool/gfx/projects/SLConverter/deferredTestDX9/ |
| D | deferredTest.cpp | 222 pDevice->Clear(0, NULL, D3DCLEAR_TARGET, 0x00000000, 1.0f, 0); in SetupPass() 251 pDevice->Clear(0, NULL, D3DCLEAR_TARGET | D3DCLEAR_ZBUFFER, 0x00888888, 1.0f, 0); in LightingPass()
|
| /CafeSDK-2.12.13/ |
| D | cafe.bat | 202 :: Clear the default flags in case we call cafe.bat from another cafe.bat.
|