/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.character/ |
toupper.pass.cpp | 20 assert(std::toupper(' ', l) == ' '); 21 assert(std::toupper('<', l) == '<'); 22 assert(std::toupper('\x8', l) == '\x8'); 23 assert(std::toupper('A', l) == 'A'); 24 assert(std::toupper('a', l) == 'A'); 25 assert(std::toupper('z', l) == 'Z'); 26 assert(std::toupper('3', l) == '3'); 27 assert(std::toupper('.', l) == '.'); 28 assert(std::toupper('f', l) == 'F'); 29 assert(std::toupper('9', l) == '9') [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.id/ |
lt.pass.cpp | 27 assert(!(id0 < id1)); 28 assert( (id0 <= id1)); 29 assert(!(id0 > id1)); 30 assert( (id0 >= id1)); 31 assert(!(id0 == id2)); 33 assert( (id0 <= id2)); 34 assert(!(id0 > id2)); 35 assert(!(id0 >= id2)); 37 assert(!(id0 <= id2)); 38 assert( (id0 > id2)) [all...] |
/external/libcxx/test/std/atomics/atomics.lockfree/ |
lockfree.pass.cpp | 28 assert(ATOMIC_CHAR_LOCK_FREE == 0 || 31 assert(ATOMIC_CHAR16_T_LOCK_FREE == 0 || 34 assert(ATOMIC_CHAR32_T_LOCK_FREE == 0 || 37 assert(ATOMIC_WCHAR_T_LOCK_FREE == 0 || 40 assert(ATOMIC_SHORT_LOCK_FREE == 0 || 43 assert(ATOMIC_INT_LOCK_FREE == 0 || 46 assert(ATOMIC_LONG_LOCK_FREE == 0 || 49 assert(ATOMIC_LLONG_LOCK_FREE == 0 ||
|
/external/libcxx/test/std/atomics/atomics.order/ |
kill_dependency.pass.cpp | 21 assert(std::kill_dependency(5) == 5); 22 assert(std::kill_dependency(-5.5) == -5.5);
|
/external/libcxx/test/std/diagnostics/assertions/ |
cassert.pass.cpp | 14 #ifndef assert 15 #error assert not defined
|
/external/libcxx/test/std/input.output/iostreams.base/ios.base/ios.members.static/ |
sync_with_stdio.pass.cpp | 19 assert( std::ios_base::sync_with_stdio(false)); 20 assert(!std::ios_base::sync_with_stdio(false)); 21 assert(!std::ios_base::sync_with_stdio(true)); 22 assert( std::ios_base::sync_with_stdio(true)); 23 assert( std::ios_base::sync_with_stdio()); 24 assert( std::ios_base::sync_with_stdio(false)); 25 assert(!std::ios_base::sync_with_stdio()); 26 assert( std::ios_base::sync_with_stdio());
|
/external/libcxx/test/std/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op!=/ |
not_equal.pass.cpp | 32 assert(!(i1 != i1)); 33 assert(!(i1 != i2)); 34 assert( (i1 != i3)); 35 assert( (i1 != i4)); 37 assert(!(i2 != i1)); 38 assert(!(i2 != i2)); 39 assert( (i2 != i3)); 40 assert( (i2 != i4)); 42 assert( (i3 != i1)); 43 assert( (i3 != i2)) [all...] |
/external/libcxx/test/std/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op==/ |
equal.pass.cpp | 32 assert( (i1 == i1)); 33 assert( (i1 == i2)); 34 assert(!(i1 == i3)); 35 assert(!(i1 == i4)); 37 assert( (i2 == i1)); 38 assert( (i2 == i2)); 39 assert(!(i2 == i3)); 40 assert(!(i2 == i4)); 42 assert(!(i3 == i1)); 43 assert(!(i3 == i2)) [all...] |
/external/libcxx/test/std/language.support/support.exception/propagation/ |
exception_ptr.pass.cpp | 22 assert(p == nullptr); 24 assert(nullptr == p); 25 assert(!p); 26 assert(p2 == p); 28 assert(p2 == p); 29 assert(p2 == nullptr); 31 assert(p3 == nullptr); 33 assert(p3 == nullptr);
|
/external/libcxx/test/std/numerics/complex.number/complex.member.ops/ |
minus_equal_scalar.pass.cpp | 22 assert(c.real() == 0); 23 assert(c.imag() == 0); 25 assert(c.real() == -1.5); 26 assert(c.imag() == 0); 28 assert(c.real() == -3); 29 assert(c.imag() == 0); 31 assert(c.real() == -1.5); 32 assert(c.imag() == 0);
|
plus_equal_scalar.pass.cpp | 22 assert(c.real() == 0); 23 assert(c.imag() == 0); 25 assert(c.real() == 1.5); 26 assert(c.imag() == 0); 28 assert(c.real() == 3); 29 assert(c.imag() == 0); 31 assert(c.real() == 1.5); 32 assert(c.imag() == 0);
|
/external/libcxx/test/std/re/re.traits/ |
translate_nocase.pass.cpp | 34 assert(t.translate_nocase(' ') == ' '); 35 assert(t.translate_nocase('A') == 'a'); 36 assert(t.translate_nocase('\x07') == '\x07'); 37 assert(t.translate_nocase('.') == '.'); 38 assert(t.translate_nocase('a') == 'a'); 39 assert(t.translate_nocase('1') == '1'); 40 assert(t.translate_nocase('\xDA') == '\xDA'); 41 assert(t.translate_nocase('\xFA') == '\xFA'); 43 assert(t.translate_nocase(' ') == ' '); 44 assert(t.translate_nocase('A') == 'a') [all...] |
/external/libcxxabi/test/ |
catch_function_01.pass.cpp | 22 assert(false); 26 assert(false);
|
catch_function_02.pass.cpp | 22 assert(false); 29 assert(false);
|
/ndk/sources/cxx-stl/gabi++/tests/ |
catch_function_01.cpp | 22 assert(false); 26 assert(false);
|
catch_function_02.cpp | 22 assert(false); 29 assert(false);
|
catch_ptr_02.cpp | 21 assert(false); 28 assert (false); 37 assert(false); 44 assert (false); 53 assert(false); 60 assert (false); 69 assert(false); 73 assert (false);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.lockfree/ |
lockfree.pass.cpp | 26 assert(ATOMIC_CHAR_LOCK_FREE == 0 || 29 assert(ATOMIC_CHAR16_T_LOCK_FREE == 0 || 32 assert(ATOMIC_CHAR32_T_LOCK_FREE == 0 || 35 assert(ATOMIC_WCHAR_T_LOCK_FREE == 0 || 38 assert(ATOMIC_SHORT_LOCK_FREE == 0 || 41 assert(ATOMIC_INT_LOCK_FREE == 0 || 44 assert(ATOMIC_LONG_LOCK_FREE == 0 || 47 assert(ATOMIC_LLONG_LOCK_FREE == 0 ||
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.order/ |
kill_dependency.pass.cpp | 19 assert(std::kill_dependency(5) == 5); 20 assert(std::kill_dependency(-5.5) == -5.5);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/assertions/ |
cassert.pass.cpp | 14 #ifndef assert 15 #error assert not defined
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.members.static/ |
sync_with_stdio.pass.cpp | 19 assert( std::ios_base::sync_with_stdio(false)); 20 assert(!std::ios_base::sync_with_stdio(false)); 21 assert(!std::ios_base::sync_with_stdio(true)); 22 assert( std::ios_base::sync_with_stdio(true)); 23 assert( std::ios_base::sync_with_stdio()); 24 assert( std::ios_base::sync_with_stdio(false)); 25 assert(!std::ios_base::sync_with_stdio()); 26 assert( std::ios_base::sync_with_stdio());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op!=/ |
not_equal.pass.cpp | 32 assert(!(i1 != i1)); 33 assert(!(i1 != i2)); 34 assert( (i1 != i3)); 35 assert( (i1 != i4)); 37 assert(!(i2 != i1)); 38 assert(!(i2 != i2)); 39 assert( (i2 != i3)); 40 assert( (i2 != i4)); 42 assert( (i3 != i1)); 43 assert( (i3 != i2)) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op==/ |
equal.pass.cpp | 32 assert( (i1 == i1)); 33 assert( (i1 == i2)); 34 assert(!(i1 == i3)); 35 assert(!(i1 == i4)); 37 assert( (i2 == i1)); 38 assert( (i2 == i2)); 39 assert(!(i2 == i3)); 40 assert(!(i2 == i4)); 42 assert(!(i3 == i1)); 43 assert(!(i3 == i2)) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/propagation/ |
exception_ptr.pass.cpp | 22 assert(p == nullptr); 24 assert(nullptr == p); 25 assert(!p); 26 assert(p2 == p); 28 assert(p2 == p); 29 assert(p2 == nullptr); 31 assert(p3 == nullptr); 33 assert(p3 == nullptr);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.member.ops/ |
minus_equal_scalar.pass.cpp | 22 assert(c.real() == 0); 23 assert(c.imag() == 0); 25 assert(c.real() == -1.5); 26 assert(c.imag() == 0); 28 assert(c.real() == -3); 29 assert(c.imag() == 0); 31 assert(c.real() == -1.5); 32 assert(c.imag() == 0);
|