HomeSort by relevance Sort by last modified time
    Searched refs:begin (Results 201 - 225 of 14552) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libcxx/test/std/containers/sequences/list/list.ops/
splice_pos_list.pass.cpp 29 assert(distance(l1.begin(), l1.end()) == 0);
31 assert(distance(l2.begin(), l2.end()) == 0);
38 assert(distance(l1.begin(), l1.end()) == 1);
40 assert(distance(l2.begin(), l2.end()) == 0);
41 std::list<int>::const_iterator i = l1.begin();
49 assert(distance(l1.begin(), l1.end()) == 2);
51 assert(distance(l2.begin(), l2.end()) == 0);
52 std::list<int>::const_iterator i = l1.begin();
62 assert(distance(l1.begin(), l1.end()) == 3);
64 assert(distance(l2.begin(), l2.end()) == 0)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/list/list.ops/
splice_pos_list.pass.cpp 29 assert(distance(l1.begin(), l1.end()) == 0);
31 assert(distance(l2.begin(), l2.end()) == 0);
38 assert(distance(l1.begin(), l1.end()) == 1);
40 assert(distance(l2.begin(), l2.end()) == 0);
41 std::list<int>::const_iterator i = l1.begin();
49 assert(distance(l1.begin(), l1.end()) == 2);
51 assert(distance(l2.begin(), l2.end()) == 0);
52 std::list<int>::const_iterator i = l1.begin();
62 assert(distance(l1.begin(), l1.end()) == 3);
64 assert(distance(l2.begin(), l2.end()) == 0)
    [all...]
  /external/libcxx/test/std/experimental/filesystem/class.path/path.itr/
iterator.pass.cpp 60 ASSERT_SAME_TYPE(It, decltype(p.begin()));
62 assert(p.begin() == p.end());
71 ASSERT_SAME_TYPE(It, decltype(p.begin()));
73 assert(p.begin() == p.end());
78 default_constructed = p.begin();
79 assert(default_constructed == p.begin());
83 assert(default_constructed != p.begin());
88 assert(checkCollectionsEqual(p.begin(), p.end(), std::begin(expect), std::end(expect)));
89 assert(checkCollectionsEqualBackwards(p.begin(), p.end(), std::begin(expect), std::end(expect)))
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.path/path.itr/
iterator.pass.cpp 60 ASSERT_SAME_TYPE(It, decltype(p.begin()));
62 assert(p.begin() == p.end());
71 ASSERT_SAME_TYPE(It, decltype(p.begin()));
73 assert(p.begin() == p.end());
78 default_constructed = p.begin();
79 assert(default_constructed == p.begin());
83 assert(default_constructed != p.begin());
88 assert(checkCollectionsEqual(p.begin(), p.end(), std::begin(expect), std::end(expect)));
89 assert(checkCollectionsEqualBackwards(p.begin(), p.end(), std::begin(expect), std::end(expect)))
    [all...]
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
partition_point.pass.cpp 32 return (std::partition_point(std::begin(ia), std::end(ia), is_odd()) == ia+3)
33 && (std::partition_point(std::begin(ib), std::end(ib), is_odd()) == ib+1)
43 assert(std::partition_point(forward_iterator<const int*>(std::begin(ia)),
49 assert(std::partition_point(forward_iterator<const int*>(std::begin(ia)),
55 assert(std::partition_point(forward_iterator<const int*>(std::begin(ia)),
61 assert(std::partition_point(forward_iterator<const int*>(std::begin(ia)),
67 assert(std::partition_point(forward_iterator<const int*>(std::begin(ia)),
73 assert(std::partition_point(forward_iterator<const int*>(std::begin(ia)),
79 assert(std::partition_point(forward_iterator<const int*>(std::begin(ia)),
85 assert(std::partition_point(forward_iterator<const int*>(std::begin(ia))
    [all...]
  /external/libcxx/test/std/containers/associative/multimap/multimap.ops/
equal_range.pass.cpp 46 assert(r.first == m.begin());
47 assert(r.second == m.begin());
49 assert(r.first == m.begin());
50 assert(r.second == next(m.begin(), 3));
52 assert(r.first == next(m.begin(), 3));
53 assert(r.second == next(m.begin(), 3));
55 assert(r.first == next(m.begin(), 3));
56 assert(r.second == next(m.begin(), 6));
58 assert(r.first == next(m.begin(), 6));
59 assert(r.second == next(m.begin(), 6))
    [all...]
lower_bound.pass.cpp 46 assert(r == m.begin());
48 assert(r == m.begin());
50 assert(r == next(m.begin(), 3));
52 assert(r == next(m.begin(), 3));
54 assert(r == next(m.begin(), 6));
56 assert(r == next(m.begin(), 6));
76 assert(r == m.begin());
78 assert(r == m.begin());
80 assert(r == next(m.begin(), 3));
82 assert(r == next(m.begin(), 3))
    [all...]
upper_bound.pass.cpp 46 assert(r == m.begin());
48 assert(r == next(m.begin(), 3));
50 assert(r == next(m.begin(), 3));
52 assert(r == next(m.begin(), 6));
54 assert(r == next(m.begin(), 6));
56 assert(r == next(m.begin(), 9));
76 assert(r == m.begin());
78 assert(r == next(m.begin(), 3));
80 assert(r == next(m.begin(), 3));
82 assert(r == next(m.begin(), 6))
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multimap/multimap.ops/
equal_range.pass.cpp 46 assert(r.first == m.begin());
47 assert(r.second == m.begin());
49 assert(r.first == m.begin());
50 assert(r.second == next(m.begin(), 3));
52 assert(r.first == next(m.begin(), 3));
53 assert(r.second == next(m.begin(), 3));
55 assert(r.first == next(m.begin(), 3));
56 assert(r.second == next(m.begin(), 6));
58 assert(r.first == next(m.begin(), 6));
59 assert(r.second == next(m.begin(), 6))
    [all...]
lower_bound.pass.cpp 46 assert(r == m.begin());
48 assert(r == m.begin());
50 assert(r == next(m.begin(), 3));
52 assert(r == next(m.begin(), 3));
54 assert(r == next(m.begin(), 6));
56 assert(r == next(m.begin(), 6));
76 assert(r == m.begin());
78 assert(r == m.begin());
80 assert(r == next(m.begin(), 3));
82 assert(r == next(m.begin(), 3))
    [all...]
upper_bound.pass.cpp 46 assert(r == m.begin());
48 assert(r == next(m.begin(), 3));
50 assert(r == next(m.begin(), 3));
52 assert(r == next(m.begin(), 6));
54 assert(r == next(m.begin(), 6));
56 assert(r == next(m.begin(), 9));
76 assert(r == m.begin());
78 assert(r == next(m.begin(), 3));
80 assert(r == next(m.begin(), 3));
82 assert(r == next(m.begin(), 6))
    [all...]
  /external/libcxx/test/std/containers/associative/map/map.modifiers/
emplace.pass.cpp 36 assert(r.first == m.begin());
38 assert(m.begin()->first == 0);
39 assert(m.begin()->second == DefaultOnly());
44 assert(r.first == next(m.begin()));
46 assert(next(m.begin())->first == 1);
47 assert(next(m.begin())->second == DefaultOnly());
52 assert(r.first == next(m.begin()));
54 assert(next(m.begin())->first == 1);
55 assert(next(m.begin())->second == DefaultOnly());
66 assert(r.first == m.begin());
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/map/map.modifiers/
emplace.pass.cpp 36 assert(r.first == m.begin());
38 assert(m.begin()->first == 0);
39 assert(m.begin()->second == DefaultOnly());
44 assert(r.first == next(m.begin()));
46 assert(next(m.begin())->first == 1);
47 assert(next(m.begin())->second == DefaultOnly());
52 assert(r.first == next(m.begin()));
54 assert(next(m.begin())->first == 1);
55 assert(next(m.begin())->second == DefaultOnly());
66 assert(r.first == m.begin());
    [all...]
  /external/deqp/framework/delibs/decpp/
dePoolString.cpp 35 std::copy(begin(), end(), str.begin());
44 std::copy(str, str+len, begin()+oldEnd);
52 std::copy(str.begin(), str.end(), begin()+oldEnd);
60 std::copy(str.begin(), str.end(), begin()+oldEnd);
65 for (PoolString::ConstIterator i = string.begin(); i != string.end(); i++)
  /external/libcxx/test/libcxx/algorithms/alg.modifying.operations/alg.random.shuffle/
random_shuffle.cxx1z.pass.cpp 44 std::random_shuffle(v.begin(), v.end());
46 std::random_shuffle(v.begin(), v.end(), r);
  /external/libcxx/test/libcxx/containers/sequences/list/list.ops/
db_splice_pos_list_iter.pass.cpp 29 v1.splice(v1.begin(), v2, v1.begin());
db_splice_pos_list_iter_iter.pass.cpp 29 v1.splice(v1.begin(), v2, v2.begin(), v1.end());
  /external/libcxx/test/std/containers/associative/map/map.cons/
initializer_list_compare.pass.cpp 40 assert(distance(m.begin(), m.end()) == 3);
41 assert(*m.begin() == V(1, 1));
42 assert(*next(m.begin()) == V(2, 1));
43 assert(*next(m.begin(), 2) == V(3, 1));
61 assert(distance(m.begin(), m.end()) == 3);
62 assert(*m.begin() == V(1, 1));
63 assert(*next(m.begin()) == V(2, 1));
64 assert(*next(m.begin(), 2) == V(3, 1));
iter_iter.pass.cpp 40 assert(distance(m.begin(), m.end()) == 3);
41 assert(*m.begin() == V(1, 1));
42 assert(*next(m.begin()) == V(2, 1));
43 assert(*next(m.begin(), 2) == V(3, 1));
62 assert(distance(m.begin(), m.end()) == 3);
63 assert(*m.begin() == V(1, 1));
64 assert(*next(m.begin()) == V(2, 1));
65 assert(*next(m.begin(), 2) == V(3, 1));
iter_iter_comp.pass.cpp 43 assert(distance(m.begin(), m.end()) == 3);
44 assert(*m.begin() == V(1, 1));
45 assert(*next(m.begin()) == V(2, 1));
46 assert(*next(m.begin(), 2) == V(3, 1));
67 assert(distance(m.begin(), m.end()) == 3);
68 assert(*m.begin() == V(1, 1));
69 assert(*next(m.begin()) == V(2, 1));
70 assert(*next(m.begin(), 2) == V(3, 1));
  /external/libcxx/test/std/containers/associative/set/set.cons/
copy_alloc.pass.cpp 44 assert(distance(m.begin(), m.end()) == 3);
45 assert(*m.begin() == 1);
46 assert(*next(m.begin()) == 2);
47 assert(*next(m.begin(), 2) == 3);
52 assert(distance(mo.begin(), mo.end()) == 3);
53 assert(*mo.begin() == 1);
54 assert(*next(mo.begin()) == 2);
55 assert(*next(mo.begin(), 2) == 3);
iter_iter_alloc.pass.cpp 54 assert(distance(m.begin(), m.end()) == 3);
55 assert(*m.begin() == 1);
56 assert(*next(m.begin()) == 2);
57 assert(*next(m.begin(), 2) == 3);
80 assert(distance(m.begin(), m.end()) == 3);
81 assert(*m.begin() == 1);
82 assert(*next(m.begin()) == 2);
83 assert(*next(m.begin(), 2) == 3);
  /external/libcxx/test/std/containers/sequences/array/
contiguous.pass.cpp 21 assert ( *(c.begin() + i) == *(std::addressof(*c.begin()) + i));
  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.access/
front.pass.cpp 27 C c(std::begin(t), std::end(t));
31 assert(*c.begin() == 10);
37 const C c(std::begin(t), std::end(t));
39 assert(*c.begin() == 0);
46 C c(std::begin(t), std::end(t));
50 assert(*c.begin() == 10);
56 const C c(std::begin(t), std::end(t));
58 assert(*c.begin() == 0);
  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
clear.pass.cpp 27 assert(distance(c.begin(), c.end()) == 0);
33 C c(std::begin(t), std::end(t));
36 assert(distance(c.begin(), c.end()) == 0);
39 assert(distance(c.begin(), c.end()) == 0);
47 assert(distance(c.begin(), c.end()) == 0);
53 C c(std::begin(t), std::end(t));
56 assert(distance(c.begin(), c.end()) == 0);
59 assert(distance(c.begin(), c.end()) == 0);

Completed in 422 milliseconds

1 2 3 4 5 6 7 891011>>