| /vbox/src/libs/xpcom18a4/xpcom/threads/ |
| H A D | nsEventQueueUtils.h | 54 nsIEventQueueService *serv = nsnull) 67 nsIEventQueueService *serv = nsnull) 53 NS_GetCurrentEventQ(nsIEventQueue **result, nsIEventQueueService *serv = nsnull) argument 66 NS_GetMainEventQ(nsIEventQueue **result, nsIEventQueueService *serv = nsnull) argument
|
| H A D | nsTimerImpl.cpp | 52 static TimerThread* gThread = nsnull; 54 static nsTimerManager* gManager = nsnull; 142 mClosure(nsnull), 155 mCallback.c = nsnull; 391 nsnull); local 426 return nsnull; 444 return nsnull; 450 return nsnull; 550 gManager = nsnull; 602 nsTimerImpl *theTimer = nsnull; [all...] |
| /vbox/src/libs/xpcom18a4/xpcom/build/ |
| H A D | dlldeps.cpp | 97 nsTextFormatter::snprintf(nsnull,0,nsnull); 98 nsTextFormatter::smprintf(nsnull, nsnull); 99 nsTextFormatter::smprintf_free(nsnull); 111 NS_NewPipe2(nsnull, nsnull, PR_FALSE, PR_FALSE, 0, 0, nsnull); 112 NS_NewInputStreamReadyEvent(nsnull, nsnull, nsnul 151 NS_NewLocalFile(nsString(), PR_FALSE, nsnull); local 152 NS_NewNativeLocalFile(nsCString(), PR_FALSE, nsnull); local [all...] |
| /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/test/ |
| H A D | TestDConnect.cpp | 67 static nsIEventQueue* gEventQ = nsnull; 70 static ipcIService *gIpcServ = nsnull; 167 rv = clone->MoveTo(nsnull, NS_LITERAL_STRING("helloworld.txt")); 216 NS_InitXPCOM2(getter_AddRefs(servMan), nsnull, nsnull); local 220 registrar->AutoRegister(nsnull); 266 rv = NS_ShutdownXPCOM(nsnull);
|
| /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/test/ |
| H A D | tmModuleTest.cpp | 84 static nsIEventQueue* gEventQ = nsnull; 87 static ipcIService *gIpcServ = nsnull; 88 static ipcITransactionService *gTransServ = nsnull; 192 NS_InitXPCOM2(getter_AddRefs(servMan), nsnull, nsnull); local 196 registrar->AutoRegister(nsnull); 319 rv = NS_ShutdownXPCOM(nsnull);
|
| /vbox/src/libs/xpcom18a4/ipc/ipcd/test/ |
| H A D | TestIPC.cpp | 76 static nsIEventQueue* gEventQ = nsnull; 78 static ipcIService *gIpcServ = nsnull; 79 static ipcILockService *gIpcLockServ = nsnull; 95 rv = ipc->WaitMessage(cID, target, nsnull, PR_UINT32_MAX); 198 NS_InitXPCOM2(getter_AddRefs(servMan), nsnull, nsnull); local 202 registrar->AutoRegister(nsnull); 334 rv = NS_ShutdownXPCOM(nsnull);
|
| /vbox/src/libs/xpcom18a4/xpcom/tests/ |
| H A D | nsIFileTest.cpp | 19 void Failed(const char* explanation = nsnull); 77 nsILocalFile* file = nsnull; 423 NS_InitXPCOM2(getter_AddRefs(servMan), nsnull, nsnull); local 426 registrar->AutoRegister(nsnull);
|
| /vbox/src/libs/xpcom18a4/xpcom/base/ |
| H A D | nscore.h | 289 #define nsnull 0 macro
|
| /vbox/src/libs/xpcom18a4/xpcom/proxy/tests/ |
| H A D | proxytests.cpp | 95 if (p1 != nsnull) 148 proxyObject->Test3(nsnull, nsnull); 334 nsnull, 339 if (proxyObject != nsnull) 367 if (proxyObject != nsnull) 369 nsISupports *bISupports = nsnull, *cISupports = nsnull; 403 nsIEventQueue *gEventQueue = nsnull; 458 PLEvent* event = nsnull; 486 NS_InitXPCOM2(getter_AddRefs(servMan), nsnull, nsnull); local [all...] |
| /vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/ |
| H A D | xptiprivate.h | 465 return nsnull; 476 mParent(nsnull), 566 {return HasInterfaceRecord() ? mInterface : nsnull;} 589 PRBool EnsureResolved(xptiWorkingSet* aWorkingSet = nsnull) 600 void LockedInterfaceInfoDeathNotification() {mInfo = nsnull;} 648 PRBool Resolve(xptiWorkingSet* aWorkingSet = nsnull); 654 PRBool EnsureResolvedLocked(xptiWorkingSet* aWorkingSet = nsnull) 656 PRBool ResolveLocked(xptiWorkingSet* aWorkingSet = nsnull); 725 {NS_IF_RELEASE(mParent); mEntry = nsnull;} 735 // Note that mParent might still end up as nsnull i 736 EnsureParent(xptiWorkingSet* aWorkingSet = nsnull) argument 742 EnsureResolved(xptiWorkingSet* aWorkingSet = nsnull) argument 892 GetResolveLock(xptiInterfaceInfoManager* self = nsnull) argument 897 GetAutoRegLock(xptiInterfaceInfoManager* self = nsnull) argument 902 GetInfoMonitor(xptiInterfaceInfoManager* self = nsnull) argument [all...] |
| /vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/ |
| H A D | ipcdclient.cpp | 140 eventQ = nsnull; 354 ipcMessageSelector aSelector = nsnull, 355 void *aArg = nsnull) 357 *aMsg = nsnull; 383 ipcMessage *lastChecked = nsnull, *beforeLastChecked = nsnull; 411 beforeLastChecked = nsnull; 440 lastChecked->mNext = nsnull; 540 PL_InitEvent(this, nsnull, HandleEvent, DestroyEvent); 547 return nsnull; 351 WaitTarget(const nsID &aTarget, PRIntervalTime aTimeout, ipcMessage **aMsg, ipcMessageSelector aSelector = nsnull, void *aArg = nsnull) argument 679 WaitIPCMResponse(PRUint32 requestIndex, ipcMessage **responseMsg = nsnull) argument 707 MakeIPCMRequest(ipcMessage *msg, ipcMessage **responseMsg = nsnull) argument [all...] |
| /vbox/src/VBox/Main/cbinding/ |
| H A D | VBoxCAPI_v2_2.h | 267 #define nsnull 0 macro
|
| H A D | VBoxCAPI_v3_0.h | 267 #define nsnull 0 macro
|
| H A D | VBoxCAPI_v3_1.h | 267 #define nsnull 0 macro
|
| H A D | VBoxCAPI_v3_2.h | 267 #define nsnull 0 macro
|
| H A D | VBoxCAPI_v4_0.h | 267 #define nsnull 0 macro
|
| H A D | VBoxCAPI_v4_1.h | 267 #define nsnull 0 macro
|
| H A D | VBoxCAPI_v4_2.h | 267 #define nsnull 0 macro
|
| H A D | VBoxCAPI_v4_3.h | 331 #define nsnull 0 macro
|