Searched refs:Bar (Results 1 - 14 of 14) sorted by relevance

/ndk/tests/device/test-stlport_shared-exception/jni/
H A Dctor1.cpp18 struct Bar struct
20 ~Bar()
32 Bar f;
H A Ddelete3.cpp29 struct Bar : virtual Foo { struct in inherits:Foo
34 delete [] new Bar[2];
/ndk/tests/device/test-stlport_static-exception/jni/
H A Dctor1.cpp18 struct Bar struct
20 ~Bar()
32 Bar f;
H A Ddelete3.cpp29 struct Bar : virtual Foo { struct in inherits:Foo
34 delete [] new Bar[2];
/ndk/tests/device/test-basic-rtti/jni/
H A Dtest_basic_rtti.cpp28 class Bar: public Foo class in inherits:Foo
33 std::printf("in Bar!\n");
39 Foo* foo = new Bar();
40 Bar* bar;
42 bar = dynamic_cast<Bar*>(foo);
44 printf("OK: 'foo' is pointing to a Bar class instance.\n");
46 fprintf(stderr, "KO: Could not dynamically cast 'foo' to a 'Bar*'\n");
/ndk/sources/android/crazy_linker/tests/
H A Dbar.cpp10 extern "C" void Bar() { function
13 fprintf(stderr, "Hi There! from Bar\n");
H A Dbar_with_relro.cpp25 extern "C" void Bar() { function
28 fprintf(stderr, "Hi There! from Bar\n");
/ndk/sources/cxx-stl/gabi++/tests/
H A Dtest_gabixx_rtti.cpp31 class Bar: public Foo class in inherits:Foo
36 std::printf("in Bar!\n");
56 Foo* foo = new Bar();
57 Bar* bar;
94 bar = dynamic_cast<Bar*>(foo);
96 printf("OK: 'foo' is pointing to a Bar class instance.\n");
98 fprintf(stderr, "KO: Could not dynamically cast 'foo' to a 'Bar*'\n");
/ndk/tests/device/test-stlport-rtti/jni/
H A Dtest_stlport_rtti.cpp31 class Bar: public Foo class in inherits:Foo
36 std::printf("in Bar!\n");
56 Foo* foo = new Bar();
57 Bar* bar;
94 bar = dynamic_cast<Bar*>(foo);
96 printf("OK: 'foo' is pointing to a Bar class instance.\n");
98 fprintf(stderr, "KO: Could not dynamically cast 'foo' to a 'Bar*'\n");
/ndk/sources/third_party/googletest/googletest/test/
H A Dgtest_break_on_failure_unittest_.cc52 TEST(Foo, Bar) {
H A Dgtest_environment_test.cc111 TEST(FooTest, Bar) {
H A Dgtest_unittest.cc97 test_info_obj_("FooTest", "Bar", NULL, NULL, 0, NULL) {}
122 streamer_.OnTestCaseStart(TestCase("FooTest", "Bar", NULL, NULL));
128 streamer_.OnTestCaseEnd(TestCase("FooTest", "Bar", NULL, NULL));
135 EXPECT_EQ("event=TestStart&name=Bar\n", *output());
4907 int Bar() const { return 1; } function in class:__anon369::Foo
4910 // Bar().
4918 ASSERT_EQ(1, Foo().Bar());
4930 ASSERT_EQ(1, foo.Bar());
/ndk/build/core/
H A Ddefinitions-utils.mk192 $(call test-expect,"Foo Bar ",$(call left-justify-quoted-15,Foo Bar))\
H A Ddefinitions-host.mk217 $(call test-expect,true,$(call windows-path-is-absolute,C:\Foo\Bar))\

Completed in 1279 milliseconds