/vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/ |
H A D | ipcLog.h | 80 # define LOG(args) IPC_LOG(args) macro 97 #define LOG(args) IPC_LOG(args) macro 107 #define LOG(args) PR_BEGIN_MACRO PR_END_MACRO macro
|
/vbox/src/VBox/GuestHost/OpenGL/include/ |
H A D | cr_error.h | 29 # define LOG(_m) do { crDebug _m ; } while (0) macro 33 # define LOG(_m) do { } while (0) macro
|
/vbox/src/VBox/Additions/WINNT/Mouse/common/ |
H A D | VBoxMouseLog.h | 64 #define LOG(_a) _LOGMSG(Log, _a) macro
|
/vbox/src/VBox/HostDrivers/win/ |
H A D | VBoxDbgLog.h | 100 #define LOG(_a) _LOGMSG(Log, _a) macro
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | check-xinclude-test-suite.py | 14 LOG="check-xinclude-test-suite.log" variable 16 log = open(LOG, "w")
|
H A D | check-relaxng-test-suite.py | 20 LOG="check-relaxng-test-suite.log" variable 23 log = open(LOG, "w")
|
H A D | check-relaxng-test-suite2.py | 19 LOG="check-relaxng-test-suite2.log" variable 21 log = open(LOG, "w")
|
H A D | check-xml-test-suite.py | 18 LOG="check-xml-test-suite.log" variable 20 log = open(LOG, "w")
|
H A D | check-xsddata-test-suite.py | 20 LOG="check-xsddata-test-suite.log" variable 22 log = open(LOG, "w")
|
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/test/ |
H A D | TestIPCLocks.cpp | 75 static void LOG(const char *fmt, ... ) function 96 //LOG("putting thread to sleep for %u ms\n", ms); 106 LOG("entering TestThread [lock=%s]\n", lockName); 112 //LOG("done sleeping\n"); 117 //LOG("acquired lock \"%s\"\n", lockName); 119 //LOG("releasing lock \"%s\"\n", lockName); 123 LOG("failed to release lock [rv=%x]\n", rv); 129 LOG("failed to acquire lock [rv=%x]\n", rv); 133 LOG("exiting TestThread [lock=%s rv=%x]\n", lockName, rv); 190 LOG("joine [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Video/common/ |
H A D | VBoxVideoLog.h | 134 #define LOG(_a) _LOGMSG(VBOX_VIDEO_LOG_LOGGER, "", _a) macro
|
/vbox/src/libs/xpcom18a4/java/src/ |
H A D | nsJavaXPCOMBindingUtils.h | 56 #define LOG(x) printf x macro 58 #define LOG(x) /* nothing */ macro
|
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/src/module/ |
H A D | ipcLockModule.cpp | 46 #define LOG(args) printf args macro 48 #define LOG(args) macro 124 LOG(("$$$ acquiring lock [key=%s]\n", key)); 168 LOG(("$$$ releasing lock [key=%s]\n", key)); 238 LOG(("$$$ ipcLockModule_ReleaseByCID [cid=%u key=%s he=%p]\n", 252 LOG(("$$$ ipcLockModule_Init\n")); 265 LOG(("$$$ ipcLockModule_Shutdown\n")); 283 LOG(("$$$ ipcLockModule_HandleMsg [cid=%u]\n", cid)); 303 LOG(("$$$ ipcLockModule_ClientUp [%u]\n", IPC_GetClientID(client))); 311 LOG((" [all...] |
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsPipe3.cpp | 54 #define LOG(args) PR_LOG(gPipeLog, PR_LOG_DEBUG, args) macro 56 #define LOG(args) macro 422 LOG(("III advancing read cursor by %u\n", bytesRead)); 446 LOG(("III deleting first segment\n")); 486 LOG(("OOO appended new segment\n")); 502 LOG(("OOO rolling back write cursor %u bytes\n", mWriteCursor - head)); 520 LOG(("OOO advancing write cursor by %u\n", bytesWritten)); 548 LOG(("PPP nsPipe::OnPipeException [reason=%x output-only=%d]\n", 607 LOG(("III pipe input: waiting for data\n")); 613 LOG(("II [all...] |