Searched defs:Foo (Results 1 - 6 of 6) sorted by relevance

/system/extras/tests/bionic/libc/bionic/
H A Dlib_static_init.h4 class Foo { class
10 Foo();
11 virtual ~Foo();
14 Foo::~Foo()
18 extern Foo theFoo;
H A Dlib_static_init.cpp4 Foo::Foo() function in class:Foo
7 value = ++Foo::counter;
8 fprintf(stderr, "Foo::Foo for this=%p called (counter = %d)\n", this, counter);
11 int Foo::getValue()
16 int Foo::counter;
18 Foo theFoo;
H A Dlibdlclosetest1.cpp31 class Foo { class
33 Foo();
34 virtual ~Foo();
50 Foo::Foo() function in class:Foo
65 Foo::~Foo()
75 static Foo f;
H A Dlib_relocs.c7 struct foo Foo = {1, 2}; variable in typeref:struct:foo
9 int* FooPtr[] = { &Foo.first, &Foo.second };
/system/extras/tests/bionic/libc/common/
H A Dtest_static_cpp_mutex.cpp34 class Foo { class
39 Foo();
40 virtual ~Foo();
43 Foo::Foo() function in class:Foo
54 Foo::~Foo()
59 int Foo::getValue()
64 static Foo f;
/system/extras/tests/bionic/libstdc++/
H A Dtest_cstddef.cpp43 struct Foo struct in namespace:android
81 volatile size_t offset = offsetof(struct Foo, field2);

Completed in 710 milliseconds