Searched defs:foo (Results 1 - 25 of 25) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/usdt/
H A Dtst.eliminate.ksh61 foo(void)
69 foo(); function
H A Dtst.static.ksh44 foo(void)
55 foo(); function
H A Dtst.static2.ksh48 foo(void)
59 foo(); function
H A Dtst.dlclose3.ksh111 foo(void)
128 foo(); function
142 pid\$target:a.out:foo:entry
/vbox/src/VBox/Additions/common/crOpenGL/feedback/
H A Dfeedbackspu_config.c23 static void set_default_viewport( void *foo, const char *response ) argument
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dfreeif.c58 int foo = 1; local
62 if (foo)
68 if (foo)
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/i386/ustack/
H A Dtst.helper.c40 foo(void) function
78 foo();
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.helper.c40 foo(void) function
77 foo();
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_config.c25 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 Dtst.spin.c52 foo(int a, int b) function
60 return (foo(argc, (int)argv) == 0);
/vbox/src/libs/libxml2-2.6.31/python/tests/
H A Dtstxpath.py10 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 Dxpathext.py8 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 Dxpathret.py13 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 Dnto.c43 int socketpair (int foo, int foo2, int foo3, int sv[2]) argument
/vbox/src/libs/xpcom18a4/xpcom/build/
H A Ddlldeps.cpp147 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 DTestPermanentAtoms.cpp67 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 DTestArray.cpp121 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 DTestHashtables.cpp382 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 DtstVMMR0CallHost-1.cpp50 /** 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 Dinvoke_test.cpp59 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 Dstub_test.cpp23 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 Dproxytests.cpp200 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 Dprofile_main.cpp97 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 Dtest_main.cpp541 const char *foo = "this is a really long string"; local
546 origString = foo;
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dglx.c141 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))

Completed in 109 milliseconds