Searched defs:Test3 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTSemRW.cpp331 static void Test3(void) function
470 Test3();
/vbox/src/libs/xpcom18a4/xpcom/proxy/tests/
H A Dproxytests.cpp66 NS_IMETHOD Test3(nsISupports *p1, nsISupports **p2);
93 NS_IMETHODIMP nsTestXPCFoo::Test3(nsISupports *p1, nsISupports **p2) function in class:nsTestXPCFoo
120 NS_IMETHOD Test3(nsISupports *p1, nsISupports **p2);
148 proxyObject->Test3(nsnull, nsnull);
165 NS_IMETHODIMP nsTestXPCFoo2::Test3(nsISupports *p1, nsISupports **p2) function in class:nsTestXPCFoo2
371 proxyObject->Test3(foo, &bISupports);
372 proxyObject->Test3(bISupports, &cISupports);

Completed in 45 milliseconds