Home
last modified time | relevance | path

Searched defs:b2 (Results 1 – 25 of 25) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.rtti/bad.cast/
Dbad_cast.pass.cpp23 std::bad_cast b2 = b; in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/alloc.errors/bad.alloc/
Dbad_alloc.pass.cpp23 std::bad_alloc b2 = b; in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/exception/
Dexception.pass.cpp21 std::exception b2 = b; in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/alloc.errors/new.badlength/
Dbad_array_new_length.pass.cpp23 std::bad_array_new_length b2 = b; in main() local
Dbad_array_length.pass.cpp24 std::bad_array_length b2 = b; in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.rtti/bad.typeid/
Dbad_typeid.pass.cpp23 std::bad_typeid b2 = b; in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/bad.exception/
Dbad_exception.pass.cpp23 std::bad_exception b2 = b; in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/
Datomic_is_lock_free.pass.cpp30 bool b2 = std::atomic_is_lock_free(static_cast<const volatile A*>(&vt)); in test() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.mask.array/mask.array.assign/
Dmask_array.pass.cpp27 bool b2[N2] = {true, false, true, true, in main() local
/ndk/tests/device/test-stlport_static-exception/jni/
Ddyncast7.cpp16 const B& b2 = dynamic_cast<B&>(a); in x() local
Doverload12_1.cpp20 B<1> b2 (a); in main() local
/ndk/tests/device/test-stlport_shared-exception/jni/
Ddyncast7.cpp16 const B& b2 = dynamic_cast<B&>(a); in x() local
Doverload12_1.cpp20 B<1> b2 (a); in main() local
/ndk/tests/device/test-stlport/unit/
Dbitset_test.cpp39 bitset<13U> b2(0x1111); in bitset1() local
Dfstream_test.cpp411 char b2[10] = { 'y', 'y', 'y', 'y', 'y', 'y', 'y', 'y', 'y', 'y' }; in seek() local
442 char b2[10] = { 'y', 'y', 'y', 'y', 'y', 'y', 'y', 'y', 'y', 'y' }; in seek() local
497 wchar_t b2[10] = { L'y', L'y', L'y', L'y', L'y', L'y', L'y', L'y', L'y', L'y' }; in seek() local
Dmfunptr_test.cpp212 binder2nd<const_mem_fun1_ref_t<bool,V,int> > b2 = bind2nd( pmf, 2 ); in find() local
/ndk/tests/device/test-gnustl-full/unit/
Dbitset_test.cpp39 bitset<13U> b2(0x1111); in bitset1() local
Dfstream_test.cpp411 char b2[10] = { 'y', 'y', 'y', 'y', 'y', 'y', 'y', 'y', 'y', 'y' }; in seek() local
442 char b2[10] = { 'y', 'y', 'y', 'y', 'y', 'y', 'y', 'y', 'y', 'y' }; in seek() local
497 wchar_t b2[10] = { L'y', L'y', L'y', L'y', L'y', L'y', L'y', L'y', L'y', L'y' }; in seek() local
Dmfunptr_test.cpp212 binder2nd<const_mem_fun1_ref_t<bool,V,int> > b2 = bind2nd( pmf, 2 ); in find() local
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dinherited_exception.cpp17 int b2; member
/ndk/sources/host-tools/sed-4.2.1/sed/
Dcompile.c1267 struct buffer *b2; local
1293 struct buffer *b2; local
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-tuple_test.cc153 tuple<int, double> a2, b2; in TEST() local
Dgtest_unittest.cc7388 const int b2[4] = { 0, 1, 2, 3 }; in TEST() local
/ndk/tests/build/issue20862-libpng-O0/jni/
Dpngpriv.h639 #define PNG_CHUNK(b1,b2,b3,b4) \ argument
/ndk/sources/android/support/src/stdio/
Dstrtod.c2398 int bbits, b2, b5, be, dig, i, ieps, ilim0, local