Home
last modified time | relevance | path

Searched refs:Foo (Results 1 – 3 of 3) sorted by relevance

/development/ndk/tests/dlclose-destruction/jni/
Dlibtest1.cpp4 class Foo class
7 Foo() { mAddress = NULL; } in Foo() function in Foo
9 ~Foo();
14 void Foo::setAddress(int *px) in setAddress()
20 Foo::~Foo() in ~Foo()
26 static Foo foo;
/development/tools/apkcheck/
DREADME.txt113 Suppose a class defines a method "public Foo gimmeFoo()". Any subclass
114 that overrides that method must also return Foo, so it would seem that
118 gimmeFoo()" so long as MegaFoo is an instance of Foo. In that case it
/development/ndk/platforms/
DREADME.CRT.TXT103 static Foo foo(10);
110 __cxa_atexit( Foo::~Foo, &foo, &__dso_handle );