HomeSort by relevance Sort by last modified time
    Searched refs:LIBCPP_ASSERT (Results 1 - 25 of 320) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/containers/unord/unord.multiset/
bucket_size.pass.cpp 44 LIBCPP_ASSERT(c.bucket_size(0) == 0);
45 LIBCPP_ASSERT(c.bucket_size(1) == 2);
46 LIBCPP_ASSERT(c.bucket_size(2) == 2);
47 LIBCPP_ASSERT(c.bucket_size(3) == 1);
48 LIBCPP_ASSERT(c.bucket_size(4) == 1);
49 LIBCPP_ASSERT(c.bucket_size(5) == 0);
50 LIBCPP_ASSERT(c.bucket_size(6) == 0);
68 LIBCPP_ASSERT(c.bucket_size(0) == 0);
69 LIBCPP_ASSERT(c.bucket_size(1) == 2);
70 LIBCPP_ASSERT(c.bucket_size(2) == 2)
    [all...]
rehash.pass.cpp 59 LIBCPP_ASSERT(c.bucket_count() == 7);
64 LIBCPP_ASSERT(c.bucket_count() == 3);
68 LIBCPP_ASSERT(c.bucket_count() == 31);
90 LIBCPP_ASSERT(c.bucket_count() == 7);
95 LIBCPP_ASSERT(c.bucket_count() == 3);
99 LIBCPP_ASSERT(c.bucket_count() == 31);
  /external/libcxx/test/std/containers/unord/unord.multimap/
bucket_size.pass.cpp 45 LIBCPP_ASSERT(c.bucket_size(0) == 0);
46 LIBCPP_ASSERT(c.bucket_size(1) == 2);
47 LIBCPP_ASSERT(c.bucket_size(2) == 2);
48 LIBCPP_ASSERT(c.bucket_size(3) == 1);
49 LIBCPP_ASSERT(c.bucket_size(4) == 1);
50 LIBCPP_ASSERT(c.bucket_size(5) == 0);
51 LIBCPP_ASSERT(c.bucket_size(6) == 0);
69 LIBCPP_ASSERT(c.bucket_size(0) == 0);
70 LIBCPP_ASSERT(c.bucket_size(1) == 2);
71 LIBCPP_ASSERT(c.bucket_size(2) == 2)
    [all...]
  /external/libcxx/test/std/containers/unord/unord.map/
bucket_size.pass.cpp 45 LIBCPP_ASSERT(c.bucket_size(0) == 0);
46 LIBCPP_ASSERT(c.bucket_size(1) == 1);
47 LIBCPP_ASSERT(c.bucket_size(2) == 1);
48 LIBCPP_ASSERT(c.bucket_size(3) == 1);
49 LIBCPP_ASSERT(c.bucket_size(4) == 1);
67 LIBCPP_ASSERT(c.bucket_size(0) == 0);
68 LIBCPP_ASSERT(c.bucket_size(1) == 1);
69 LIBCPP_ASSERT(c.bucket_size(2) == 1);
70 LIBCPP_ASSERT(c.bucket_size(3) == 1);
71 LIBCPP_ASSERT(c.bucket_size(4) == 1)
    [all...]
rehash.pass.cpp 60 LIBCPP_ASSERT(c.bucket_count() == 5);
65 LIBCPP_ASSERT(c.bucket_count() == 3);
69 LIBCPP_ASSERT(c.bucket_count() == 31);
91 LIBCPP_ASSERT(c.bucket_count() == 5);
96 LIBCPP_ASSERT(c.bucket_count() == 3);
100 LIBCPP_ASSERT(c.bucket_count() == 31);
  /external/libcxx/test/std/containers/unord/unord.set/
bucket_size.pass.cpp 44 LIBCPP_ASSERT(c.bucket_size(0) == 0);
45 LIBCPP_ASSERT(c.bucket_size(1) == 1);
46 LIBCPP_ASSERT(c.bucket_size(2) == 1);
47 LIBCPP_ASSERT(c.bucket_size(3) == 1);
48 LIBCPP_ASSERT(c.bucket_size(4) == 1);
65 LIBCPP_ASSERT(c.bucket_size(0) == 0);
66 LIBCPP_ASSERT(c.bucket_size(1) == 1);
67 LIBCPP_ASSERT(c.bucket_size(2) == 1);
68 LIBCPP_ASSERT(c.bucket_size(3) == 1);
69 LIBCPP_ASSERT(c.bucket_size(4) == 1)
    [all...]
rehash.pass.cpp 59 LIBCPP_ASSERT(c.bucket_count() == 5);
64 LIBCPP_ASSERT(c.bucket_count() == 3);
68 LIBCPP_ASSERT(c.bucket_count() == 31);
90 LIBCPP_ASSERT(c.bucket_count() == 5);
95 LIBCPP_ASSERT(c.bucket_count() == 3);
99 LIBCPP_ASSERT(c.bucket_count() == 31);
  /external/libcxx/test/std/numerics/rand/rand.predef/
default_random_engine.pass.cpp 23 LIBCPP_ASSERT(e() == 399268537u);
  /external/libcxx/test/std/thread/futures/futures.future_error/
what.pass.cpp 35 LIBCPP_ASSERT(std::strcmp(f.what(), "The associated promise has been destructed prior "
40 LIBCPP_ASSERT(std::strcmp(f.what(), "The future has already been retrieved from "
45 LIBCPP_ASSERT(std::strcmp(f.what(), "The state of the promise has already been set.") == 0);
49 LIBCPP_ASSERT(std::strcmp(f.what(), "Operation not permitted on an object without "
  /external/libcxx/test/std/numerics/rand/rand.device/
eval.pass.cpp 34 LIBCPP_ASSERT(false);
  /external/libcxx/test/libcxx/selftest/
test_macros.pass.cpp 22 #ifndef LIBCPP_ASSERT
23 #error LIBCPP_ASSERT must be defined
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/selftest/
test_macros.pass.cpp 22 #ifndef LIBCPP_ASSERT
23 #error LIBCPP_ASSERT must be defined
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/vector/vector.cons/
construct_default.pass.cpp 35 LIBCPP_ASSERT(c.__invariants());
38 LIBCPP_ASSERT(is_contiguous_container_asan_correct(c));
41 LIBCPP_ASSERT(c1.__invariants());
44 LIBCPP_ASSERT(is_contiguous_container_asan_correct(c1));
58 LIBCPP_ASSERT(c.__invariants());
61 LIBCPP_ASSERT(is_contiguous_container_asan_correct(c));
construct_size_value.pass.cpp 27 LIBCPP_ASSERT(c.__invariants());
29 LIBCPP_ASSERT(is_contiguous_container_asan_correct(c));
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.random.shuffle/
random_shuffle.pass.cpp 29 LIBCPP_ASSERT(std::equal(ia, ia+sa, ia1));
32 LIBCPP_ASSERT(std::equal(ia, ia+sa, ia2));
random_shuffle_urng.pass.cpp 30 LIBCPP_ASSERT(std::equal(ia, ia+sa, ia1));
33 LIBCPP_ASSERT(std::equal(ia, ia+sa, ia2));
  /external/libcxx/test/std/containers/sequences/vector/vector.cons/
construct_size_value.pass.cpp 27 LIBCPP_ASSERT(c.__invariants());
29 LIBCPP_ASSERT(is_contiguous_container_asan_correct(c));
construct_default.pass.cpp 35 LIBCPP_ASSERT(c.__invariants());
38 LIBCPP_ASSERT(is_contiguous_container_asan_correct(c));
41 LIBCPP_ASSERT(c1.__invariants());
44 LIBCPP_ASSERT(is_contiguous_container_asan_correct(c1));
58 LIBCPP_ASSERT(c.__invariants());
61 LIBCPP_ASSERT(is_contiguous_container_asan_correct(c));
  /external/libcxx/test/std/containers/associative/map/map.access/
max_size.pass.cpp 32 LIBCPP_ASSERT(c.max_size() == 10);
41 LIBCPP_ASSERT(c.max_size() == max_dist);
  /external/libcxx/test/std/containers/associative/multimap/
max_size.pass.cpp 32 LIBCPP_ASSERT(c.max_size() == 10);
41 LIBCPP_ASSERT(c.max_size() == max_dist);
  /external/libcxx/test/std/containers/associative/multiset/
max_size.pass.cpp 31 LIBCPP_ASSERT(c.max_size() == 10);
40 LIBCPP_ASSERT(c.max_size() == max_dist);
  /external/libcxx/test/std/containers/associative/set/
max_size.pass.cpp 31 LIBCPP_ASSERT(c.max_size() == 10);
40 LIBCPP_ASSERT(c.max_size() == max_dist);
  /external/libcxx/test/std/containers/sequences/deque/deque.capacity/
max_size.pass.cpp 28 LIBCPP_ASSERT(c.max_size() == 10);
37 LIBCPP_ASSERT(c.max_size() == max_dist);
  /external/libcxx/test/std/containers/sequences/forwardlist/
max_size.pass.cpp 29 LIBCPP_ASSERT(c.max_size() == 10);
38 LIBCPP_ASSERT(c.max_size() == max_dist);
  /external/libcxx/test/std/containers/sequences/list/list.capacity/
max_size.pass.cpp 28 LIBCPP_ASSERT(c.max_size() == 10);
37 LIBCPP_ASSERT(c.max_size() == max_dist);

Completed in 691 milliseconds

1 2 3 4 5 6 7 8 91011>>