Searched defs:bar (Results 1 - 12 of 12) sorted by relevance

/ndk/tests/build/build-assembly-file/jni/
H A Dassembly2.S1 .global bar
2 bar: label
/ndk/tests/build/multi-module-path/path2/bar/
H A Dlibbar.c1 #include "bar.h"
4 int bar(void) function
/ndk/tests/build/import-static/bar/
H A Dbar.c1 #include "bar.h"
3 int bar(int x) function
/ndk/tests/device/test-basic-rtti/jni/
H A Dtest_basic_rtti.cpp40 Bar* bar; local
42 bar = dynamic_cast<Bar*>(foo);
43 if (bar != NULL) {
/ndk/tests/device/test-gnustl-full/unit/
H A Dcstring_test.cpp40 std::size_t bar = 0; local
41 CPPUNIT_CHECK( bar == 0 );
H A Dlist_test.cpp445 class bar {}; class in namespace:foo
453 list<foo::bar> lbar;
H A Dunordered_test.cpp273 UnorderedMap2 bar; local
281 bar.insert(UnorderedMap2::value_type(0, foo));
282 UnorderedMap2::iterator it = bar.find(0);
283 CPPUNIT_ASSERT( it != bar.end() );
/ndk/tests/device/test-stlport/unit/
H A Dcstring_test.cpp40 std::size_t bar = 0; local
41 CPPUNIT_CHECK( bar == 0 );
H A Dlist_test.cpp445 class bar {}; class in namespace:foo
453 list<foo::bar> lbar;
H A Dunordered_test.cpp273 UnorderedMap2 bar; local
281 bar.insert(UnorderedMap2::value_type(0, foo));
282 UnorderedMap2::iterator it = bar.find(0);
283 CPPUNIT_ASSERT( it != bar.end() );
/ndk/tests/device/test-gabi++/jni/
H A Dtest_gabixx_rtti.cpp57 Bar* bar; local
94 bar = dynamic_cast<Bar*>(foo);
95 if (bar != NULL) {
/ndk/tests/device/test-stlport-rtti/jni/
H A Dtest_stlport_rtti.cpp57 Bar* bar; local
94 bar = dynamic_cast<Bar*>(foo);
95 if (bar != NULL) {

Completed in 211 milliseconds