Searched defs:LOG (Results 1 - 14 of 14) sorted by relevance

/vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/
H A DipcLog.h80 # 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 Dcr_error.h29 # 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 DVBoxMouseLog.h64 #define LOG(_a) _LOGMSG(Log, _a) macro
/vbox/src/VBox/HostDrivers/win/
H A DVBoxDbgLog.h100 #define LOG(_a) _LOGMSG(Log, _a) macro
/vbox/src/libs/libxml2-2.6.31/
H A Dcheck-xinclude-test-suite.py14 LOG="check-xinclude-test-suite.log" variable
16 log = open(LOG, "w")
H A Dcheck-relaxng-test-suite.py20 LOG="check-relaxng-test-suite.log" variable
23 log = open(LOG, "w")
H A Dcheck-relaxng-test-suite2.py19 LOG="check-relaxng-test-suite2.log" variable
21 log = open(LOG, "w")
H A Dcheck-xml-test-suite.py18 LOG="check-xml-test-suite.log" variable
20 log = open(LOG, "w")
H A Dcheck-xsddata-test-suite.py20 LOG="check-xsddata-test-suite.log" variable
22 log = open(LOG, "w")
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/test/
H A DTestIPCLocks.cpp75 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 DVBoxVideoLog.h134 #define LOG(_a) _LOGMSG(VBOX_VIDEO_LOG_LOGGER, "", _a) macro
/vbox/src/libs/xpcom18a4/java/src/
H A DnsJavaXPCOMBindingUtils.h56 #define LOG(x) printf x macro
58 #define LOG(x) /* nothing */ macro
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/src/module/
H A DipcLockModule.cpp46 #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 DnsPipe3.cpp54 #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...]

Completed in 1673 milliseconds