Searched refs:Bar (Results 1 – 14 of 14) sorted by relevance
/ndk/tests/device/test-basic-rtti/jni/ |
D | test_basic_rtti.cpp | 28 class Bar: public Foo class 39 Foo* foo = new Bar(); in main() 40 Bar* bar; in main() 42 bar = dynamic_cast<Bar*>(foo); in main()
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | ctor1.cpp | 18 struct Bar struct 20 ~Bar() in ~Bar() argument 32 Bar f; in main() argument
|
D | delete3.cpp | 29 struct Bar : virtual Foo { struct 34 delete [] new Bar[2]; in main()
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | ctor1.cpp | 18 struct Bar struct 20 ~Bar() in ~Bar() argument 32 Bar f; in main() argument
|
D | delete3.cpp | 29 struct Bar : virtual Foo { struct 34 delete [] new Bar[2]; in main()
|
/ndk/sources/cxx-stl/gabi++/tests/ |
D | test_gabixx_rtti.cpp | 31 class Bar: public Foo class 56 Foo* foo = new Bar(); in main() 57 Bar* bar; in main() 94 bar = dynamic_cast<Bar*>(foo); in main()
|
/ndk/tests/device/test-stlport-rtti/jni/ |
D | test_stlport_rtti.cpp | 31 class Bar: public Foo class 56 Foo* foo = new Bar(); in main() 57 Bar* bar; in main() 94 bar = dynamic_cast<Bar*>(foo); in main()
|
/ndk/sources/android/crazy_linker/tests/ |
D | bar.cpp | 10 extern "C" void Bar() { in Bar() function
|
D | bar_with_relro.cpp | 25 extern "C" void Bar() { in Bar() function
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest_break_on_failure_unittest_.cc | 52 TEST(Foo, Bar) { in TEST() argument
|
D | gtest_environment_test.cc | 111 TEST(FooTest, Bar) { in TEST() argument
|
D | gtest_unittest.cc | 4907 int Bar() const { return 1; } in Bar() function in __anon4ce1c5f80311::Foo 4918 ASSERT_EQ(1, Foo().Bar()); in TEST() 4930 ASSERT_EQ(1, foo.Bar()); in TEST_F()
|
/ndk/build/core/ |
D | definitions-host.mk | 217 $(call test-expect,true,$(call windows-path-is-absolute,C:\Foo\Bar))\
|
D | definitions-utils.mk | 199 $(call test-expect,"Foo Bar ",$(call left-justify-quoted-15,Foo Bar))\
|