Searched defs:eq (Results 1 - 11 of 11) sorted by relevance
/vbox/src/libs/xpcom18a4/java/src/ |
H A D | nsThreadUtils.h | 57 com::NativeEventQueue* eq = com::NativeEventQueue::getMainEventQueue(); local 58 NS_ASSERTION(eq != nsnull, "Must be valid"); 59 return eq->getIEventQueue();
|
H A D | nsJavaXPCOMBindingUtils.cpp | 790 nsCOMPtr<nsIEventQueue> eq = do_GetMainThreadQueue(); local 791 rv = NS_ProxyRelease(eq.get(), mInstance); 792 rv |= NS_ProxyRelease(eq.get(), mIInfo);
|
/vbox/src/VBox/Main/glue/ |
H A D | NativeEventQueue.cpp | 95 NativeEventQueue *eq = (NativeEventQueue *)self->owner; local 96 Assert(eq); 97 eq->mInterrupted = true;
|
/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | COMDefs.cpp | 73 XPCOMEventQSocketListener (nsIEventQueue *eq) argument 75 mEventQ = eq;
|
/vbox/src/libs/xpcom18a4/xpcom/string/public/ |
H A D | nsCharTraits.h | 129 eq( char_type lhs, char_type rhs ) function in struct:nsCharTraits 192 if ( !eq(*s1, *s2) ) 310 while ( !eq(*s++, char_type(0)) ) 325 if ( eq(*s, c) ) 410 eq( char_type lhs, char_type rhs ) function in struct:nsCharTraits
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/ |
H A D | arbel.h | 508 struct arbel_event_queue eq; member in struct:arbel
|
H A D | hermon.h | 873 struct hermon_event_queue eq; member in struct:hermon
|
/vbox/src/VBox/Main/src-server/ |
H A D | ApplianceImplExport.cpp | 419 int eq = ext.compare(".iso", Utf8Str::CaseInsensitive); local 420 if (eq != 0)
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | xpath.c | 10837 int eq; local 10840 if (CUR == '=') eq = 1; 10841 else eq = 0; 10843 if (!eq) NEXT; 10847 PUSH_BINARY_EXPR(XPATH_OP_EQUAL, op1, ctxt->comp->last, eq, 0);
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | FastInfoset.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/fastinfoset/ ... |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |
Completed in 139 milliseconds