/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/usdt/ |
H A D | tst.eliminate.ksh | 61 foo(void) 69 foo(); function
|
H A D | tst.static.ksh | 44 foo(void) 55 foo(); function
|
H A D | tst.static2.ksh | 48 foo(void) 59 foo(); function
|
H A D | tst.dlclose3.ksh | 111 foo(void) 128 foo(); function 142 pid\$target:a.out:foo:entry
|
/vbox/src/VBox/Additions/common/crOpenGL/feedback/ |
H A D | feedbackspu_config.c | 23 static void set_default_viewport( void *foo, const char *response ) argument
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | freeif.c | 58 int foo = 1; local 62 if (foo) 68 if (foo)
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/i386/ustack/ |
H A D | tst.helper.c | 40 foo(void) function 78 foo();
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/sparc/ustack/ |
H A D | tst.helper.c | 40 foo(void) function 77 foo();
|
/vbox/src/VBox/Additions/common/crOpenGL/pack/ |
H A D | packspu_config.c | 25 static void set_emit( void *foo, const char *response ) argument 30 static void set_swapbuffer_sync( void *foo, const char *response ) argument
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/ustack/ |
H A D | tst.spin.c | 52 foo(int a, int b) function 60 return (foo(argc, (int)argv) == 0);
|
/vbox/src/libs/libxml2-2.6.31/python/tests/ |
H A D | tstxpath.py | 10 def foo(ctx, x): function 30 if res[0].name != "doc" or res[1].name != "foo": 33 libxml2.registerXPathFunction(ctxt._o, "foo", None, foo) 37 res = ctxt.xpathEval("foo(1)") 52 if called != "foo":
|
H A D | xpathext.py | 8 def foo(ctx, x): function 20 if res[0].name != "doc" or res[1].name != "foo": 24 libxml2.registerXPathFunction(ctxt._o, "foo", None, foo) 28 res = ctxt.xpathEval("foo(1)")
|
H A D | xpathret.py | 13 def foo(ctx, str): function 27 libxml2.registerXPathFunction(ctxt._o, "foo", None, foo) 28 res = ctxt.xpathEval("foo('hello')")
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
H A D | nto.c | 43 int socketpair (int foo, int foo2, int foo3, int sv[2]) argument
|
/vbox/src/libs/xpcom18a4/xpcom/build/ |
H A D | dlldeps.cpp | 147 nsString foo; local 149 nsLinebreakConverter::ConvertStringLineBreaks(foo, 193 nsAdoptingCString foo, bar; local 194 foo = bar; 197 nsAdoptingString foo, bar; local 198 foo = bar;
|
/vbox/src/libs/xpcom18a4/xpcom/tests/ |
H A D | TestPermanentAtoms.cpp | 67 nsCOMPtr<nsIAtom> foo = do_GetAtom("foo"); local 68 AssertString(foo, NS_LITERAL_CSTRING("foo")); 69 AssertPermanence(foo, PR_FALSE); 71 nsCOMPtr<nsIAtom> foop = do_GetPermanentAtom("foo"); 72 AssertString(foop, NS_LITERAL_CSTRING("foo")); 75 Assert(foo == foop, "atoms are equal");
|
H A D | TestArray.cpp | 121 IFoo* foo = (IFoo*)(aArray->ElementAt(index)); local 123 index, aElementIDs[index], foo->ID(), foo, foo->RefCnt() - 1, 124 AssertEqual(foo->ID(), aElementIDs[index])); 125 foo->Release(); 133 nsCOMPtr<IFoo> foo = new Foo(index); local 134 aArray->AppendElement(foo); 150 IFoo* foo = (IFoo*)array->ElementAt(3); local 151 foo [all...] |
H A D | TestHashtables.cpp | 382 nsCOMPtr<IFoo> foo = do_QueryInterface(aKey); local 383 foo->GetString(str); 393 nsCOMPtr<IFoo> foo = do_QueryInterface(aKey); local 394 foo->GetString(str); 734 nsCOMPtr<IFoo> foo; local 735 CreateIFoo(getter_AddRefs(foo)); 736 foo->SetString(nsDependentCString(gEntities[i].mStr)); 739 fooArray.InsertObjectAt(foo, i); 741 if (!EntToUniClass2.Put(foo, gEntities[i].mUnicode)) { 808 nsCOMPtr<IFoo> foo; local 882 nsCOMPtr<IFoo> foo; local [all...] |
/vbox/src/VBox/VMM/testcase/ |
H A D | tstVMMR0CallHost-1.cpp | 50 /** Number of bytes allocated last time we called foo(). */ 52 /** Number of bytes used last time we called foo(). */ 56 int foo(int i, int iZero, int iMinusOne) function 95 int rc = foo(i, 0, -1);
|
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/test/ |
H A D | invoke_test.cpp | 59 class foo : public base { class in inherits:base 66 class bar : public foo{ 81 void setfoo(foo* f) {other = f;} 83 foo* other; 108 void docall(foo* f, int i, int j){ 228 foo* a = new bar();
|
H A D | stub_test.cpp | 23 class foo : public base { class in inherits:base 30 class bar : public foo{ 44 void setfoo(foo* f) {other = f;} 46 foo* other; 70 void docall(foo* f, int i, int j){ 83 foo* a = self->other; 156 foo* a = self->other; 195 foo* a = new bar(); 202 foo* c = (foo*) [all...] |
/vbox/src/libs/xpcom18a4/xpcom/proxy/tests/ |
H A D | proxytests.cpp | 200 nsTestXPCFoo* foo = new nsTestXPCFoo(); local 203 PR_ASSERT(foo); 207 manager->GetProxyForObject(argsStruct->queue, NS_GET_IID(nsITestProxy), foo, PROXY_SYNC, (void**)&proxyObject); 222 NS_RELEASE(foo); 269 nsTestXPCFoo2* foo = new nsTestXPCFoo2(); local 271 PR_ASSERT(foo); 274 manager->GetProxyForObject(argsStruct->queue, NS_GET_IID(nsITestProxy), foo, PROXY_SYNC, (void**)&proxyObject); 284 NS_RELEASE(foo); 361 nsTestXPCFoo* foo = new nsTestXPCFoo(); local 363 PR_ASSERT(foo); 439 nsTestXPCFoo* foo = new nsTestXPCFoo(); local [all...] |
/vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/ |
H A D | profile_main.cpp | 97 foo( const nsCString& ) function 114 total += foo( someCString ); 125 total += foo( nsCString() ); 136 total += foo( nsCString("This is a reasonable length string with some text in it and it is good.") );
|
H A D | test_main.cpp | 541 const char *foo = "this is a really long string"; local 546 origString = foo;
|
/vbox/src/VBox/Additions/common/crOpenGL/ |
H A D | glx.c | 141 int foo, bar, return_val, value; local 150 if (!stub.wsInterface.glXQueryExtension(dpy, &foo, &bar)) return 0; 570 int foo, bar; local 571 if (stub.wsInterface.glXQueryExtension(dpy, &foo, &bar)) { 759 int foo, bar; local 762 if (stub.wsInterface.glXQueryExtension(dpy, &foo, &bar))
|