Searched refs:Foo (Results 1 – 17 of 17) sorted by relevance
/ndk/tests/device/test-gabi++-guard/jni/ |
D | test_guard.cpp | 11 class Foo { class 13 Foo() { mValue++; } in Foo() function in Foo 19 int Foo::mValue; 21 static Foo* getInstance(void) in getInstance() 26 static Foo _instance; in getInstance() 30 static Foo* sInstances[MAX_THREADS]; 52 Foo* foo = getInstance(); in main()
|
/ndk/tests/device/test-basic-rtti/jni/ |
D | test_basic_rtti.cpp | 18 class Foo class 21 virtual ~Foo() { } in ~Foo() 28 class Bar: public Foo 39 Foo* foo = new Bar(); in main()
|
/ndk/tests/device/test-gabi++/jni/ |
D | test_gabixx_rtti.cpp | 21 class Foo class 24 virtual ~Foo() { } in ~Foo() 31 class Bar: public Foo 56 Foo* foo = new Bar(); in main()
|
/ndk/tests/device/test-stlport-rtti/jni/ |
D | test_stlport_rtti.cpp | 21 class Foo class 24 virtual ~Foo() { } in ~Foo() 31 class Bar: public Foo 56 Foo* foo = new Bar(); in main()
|
/ndk/tests/build/multiple-static-const/jni/ |
D | main.cpp | 3 const int Foo::CONST_1 = 42; 4 const double Foo::CONST_2 = 3.14159265;
|
D | main.h | 4 class Foo {
|
/ndk/tests/build/gnustl-force-exceptions/jni/ |
D | forced_exceptions.cpp | 8 class Foo { int x; }; class 11 printf("%p\n", typeid(Foo)); // will fail without -frtti in main()
|
/ndk/tests/build/gnustl-force-none/jni/ |
D | force_none.cpp | 9 class Foo { int x; }; class 12 printf("%p\n", typeid(Foo)); // will fail with RTTI in main()
|
/ndk/tests/build/gnustl-force-all/jni/ |
D | forced_all.cpp | 9 class Foo { int x; }; class 12 printf("%p\n", &typeid(Foo)); // will fail without -frtti in main()
|
/ndk/tests/build/gnustl-force-rtti/jni/ |
D | forced_rtti.cpp | 9 class Foo { int x; }; class 12 printf("%p\n", &typeid(Foo)); // will fail without -frtti in main()
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | substitution | 23 run_make_test('all:;@echo $(patsubst Foo,Repl,FooFoo)', '', 'FooFoo');
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make-stds.texi | 486 the header came from the same package. Thus, if your Foo package 489 @file{foo.h} there or (2) the @file{foo.h} that exists came from the Foo 492 To tell whether @file{foo.h} came from the Foo package, put a magic
|
D | make.info-2 | 1573 unless the header came from the same package. Thus, if your Foo 1577 Foo package. 1579 To tell whether `foo.h' came from the Foo package, put a magic
|
D | make.info-1 | 3960 `Foo' all refer to different variables.
|
D | make.texi | 4803 and @samp{Foo} all refer to different variables.
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 6628 % @float Foo,lbl & @caption{Cap}: Foo 1.1: Cap 6629 % @float Foo,lbl & no caption: Foo 1.1 6630 % @float Foo & @caption{Cap}: Foo: Cap 6631 % @float Foo & no caption: Foo
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | texinfo.tex | 7803 % @float Foo,lbl & @caption{Cap}: Foo 1.1: Cap 7804 % @float Foo,lbl & no caption: Foo 1.1 7805 % @float Foo & @caption{Cap}: Foo: Cap 7806 % @float Foo & no caption: Foo
|