/external/libcxx/test/std/experimental/algorithms/alg.random.sample/ |
sample.pass.cpp | 127 test<input_iterator, int, random_access_iterator, int>(); 129 test<forward_iterator, int, random_access_iterator, int>(); 131 test<input_iterator, int, random_access_iterator, double>(); 133 test<forward_iterator, int, random_access_iterator, double>(); 135 test_empty_population<input_iterator, int, random_access_iterator, int>(); 137 test_empty_population<forward_iterator, int, random_access_iterator, int>(); 139 test_empty_sample<input_iterator, int, random_access_iterator, int>(); 141 test_empty_sample<forward_iterator, int, random_access_iterator, int>(); 143 test_small_population<input_iterator, int, random_access_iterator, int>(); 145 test_small_population<forward_iterator, int, random_access_iterator, int>() [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.unique/ |
unique_copy.pass.cpp | 99 test<input_iterator<const int*>, random_access_iterator<int*> >(); 105 test<forward_iterator<const int*>, random_access_iterator<int*> >(); 111 test<bidirectional_iterator<const int*>, random_access_iterator<int*> >(); 114 test<random_access_iterator<const int*>, output_iterator<int*> >(); 115 test<random_access_iterator<const int*>, forward_iterator<int*> >(); 116 test<random_access_iterator<const int*>, bidirectional_iterator<int*> >(); 117 test<random_access_iterator<const int*>, random_access_iterator<int*> >(); 118 test<random_access_iterator<const int*>, int*>(); 123 test<const int*, random_access_iterator<int*> >() [all...] |
unique_copy_pred.pass.cpp | 126 test<input_iterator<const int*>, random_access_iterator<int*> >(); 132 test<forward_iterator<const int*>, random_access_iterator<int*> >(); 138 test<bidirectional_iterator<const int*>, random_access_iterator<int*> >(); 141 test<random_access_iterator<const int*>, output_iterator<int*> >(); 142 test<random_access_iterator<const int*>, forward_iterator<int*> >(); 143 test<random_access_iterator<const int*>, bidirectional_iterator<int*> >(); 144 test<random_access_iterator<const int*>, random_access_iterator<int*> >(); 145 test<random_access_iterator<const int*>, int*>(); 150 test<const int*, random_access_iterator<int*> >() [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.set.operations/includes/ |
includes.pass.cpp | 58 test<input_iterator<const int*>, random_access_iterator<const int*> >(); 64 test<forward_iterator<const int*>, random_access_iterator<const int*> >(); 70 test<bidirectional_iterator<const int*>, random_access_iterator<const int*> >(); 73 test<random_access_iterator<const int*>, input_iterator<const int*> >(); 74 test<random_access_iterator<const int*>, forward_iterator<const int*> >(); 75 test<random_access_iterator<const int*>, bidirectional_iterator<const int*> >(); 76 test<random_access_iterator<const int*>, random_access_iterator<const int*> >(); 77 test<random_access_iterator<const int*>, const int*>(); 82 test<const int*, random_access_iterator<const int*> >() [all...] |
includes_comp.pass.cpp | 59 test<input_iterator<const int*>, random_access_iterator<const int*> >(); 65 test<forward_iterator<const int*>, random_access_iterator<const int*> >(); 71 test<bidirectional_iterator<const int*>, random_access_iterator<const int*> >(); 74 test<random_access_iterator<const int*>, input_iterator<const int*> >(); 75 test<random_access_iterator<const int*>, forward_iterator<const int*> >(); 76 test<random_access_iterator<const int*>, bidirectional_iterator<const int*> >(); 77 test<random_access_iterator<const int*>, random_access_iterator<const int*> >(); 78 test<random_access_iterator<const int*>, const int*>(); 83 test<const int*, random_access_iterator<const int*> >() [all...] |
/external/libcxx/test/std/algorithms/alg.nonmodifying/alg.find.end/ |
find_end.pass.cpp | 50 test<forward_iterator<const int*>, random_access_iterator<const int*> >(); 53 test<bidirectional_iterator<const int*>, random_access_iterator<const int*> >(); 54 test<random_access_iterator<const int*>, forward_iterator<const int*> >(); 55 test<random_access_iterator<const int*>, bidirectional_iterator<const int*> >(); 56 test<random_access_iterator<const int*>, random_access_iterator<const int*> >();
|
/external/libcxx/test/std/containers/sequences/vector/vector.cons/ |
construct_iter_iter.pass.cpp | 41 test<std::vector<int> >(random_access_iterator<const int*>(a), random_access_iterator<const int*>(an)); 47 test<std::vector<int, stack_allocator<int, 18> > >(random_access_iterator<const int*>(a), random_access_iterator<const int*>(an)); 53 test<std::vector<int, min_allocator<int>> >(random_access_iterator<const int*>(a), random_access_iterator<const int*>(an));
|
construct_iter_iter_alloc.pass.cpp | 55 test<std::vector<int> >(random_access_iterator<const int*>(a), random_access_iterator<const int*>(an), alloc); 66 test<std::vector<int, min_allocator<int>> >(random_access_iterator<const int*>(a), random_access_iterator<const int*>(an), alloc);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.find.end/ |
find_end.pass.cpp | 50 test<forward_iterator<const int*>, random_access_iterator<const int*> >(); 53 test<bidirectional_iterator<const int*>, random_access_iterator<const int*> >(); 54 test<random_access_iterator<const int*>, forward_iterator<const int*> >(); 55 test<random_access_iterator<const int*>, bidirectional_iterator<const int*> >(); 56 test<random_access_iterator<const int*>, random_access_iterator<const int*> >();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/ |
construct_iter_iter.pass.cpp | 41 test<std::vector<int> >(random_access_iterator<const int*>(a), random_access_iterator<const int*>(an)); 47 test<std::vector<int, stack_allocator<int, 18> > >(random_access_iterator<const int*>(a), random_access_iterator<const int*>(an)); 53 test<std::vector<int, min_allocator<int>> >(random_access_iterator<const int*>(a), random_access_iterator<const int*>(an));
|
construct_iter_iter_alloc.pass.cpp | 55 test<std::vector<int> >(random_access_iterator<const int*>(a), random_access_iterator<const int*>(an), alloc); 66 test<std::vector<int, min_allocator<int>> >(random_access_iterator<const int*>(a), random_access_iterator<const int*>(an), alloc);
|
/external/libcxx/test/std/containers/sequences/deque/deque.cons/ |
iter_iter_alloc.pass.cpp | 44 test(random_access_iterator<const int*>(ab), random_access_iterator<const int*>(an), test_allocator<int>(6)); 49 test(random_access_iterator<const int*>(ab), random_access_iterator<const int*>(an), min_allocator<int>());
|
/external/libcxx/test/std/containers/sequences/vector.bool/ |
construct_iter_iter.pass.cpp | 39 test<std::vector<bool> >(random_access_iterator<const bool*>(a), random_access_iterator<const bool*>(an)); 45 test<std::vector<bool, min_allocator<bool>> >(random_access_iterator<const bool*>(a), random_access_iterator<const bool*>(an));
|
construct_iter_iter_alloc.pass.cpp | 42 test<std::vector<bool> >(random_access_iterator<const bool*>(a), random_access_iterator<const bool*>(an), alloc); 51 test<std::vector<bool, min_allocator<bool>> >(random_access_iterator<const bool*>(a), random_access_iterator<const bool*>(an), alloc);
|
/external/libcxx/test/std/iterators/iterator.primitives/iterator.operations/ |
advance.pass.cpp | 41 test(random_access_iterator<const char*>(s+5), 5, random_access_iterator<const char*>(s+10)); 42 test(random_access_iterator<const char*>(s+5), -5, random_access_iterator<const char*>(s));
|
next.pass.cpp | 39 test(random_access_iterator<const char*>(s), 10, random_access_iterator<const char*>(s+10)); 44 test(random_access_iterator<const char*>(s), random_access_iterator<const char*>(s+1));
|
/external/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/ |
op_eq.pass.cpp | 42 test(random_access_iterator<char*>(s), random_access_iterator<char*>(s), true); 43 test(random_access_iterator<char*>(s), random_access_iterator<char*>(s+1), false);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/ |
iter_iter_alloc.pass.cpp | 44 test(random_access_iterator<const int*>(ab), random_access_iterator<const int*>(an), test_allocator<int>(6)); 49 test(random_access_iterator<const int*>(ab), random_access_iterator<const int*>(an), min_allocator<int>());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/ |
construct_iter_iter.pass.cpp | 39 test<std::vector<bool> >(random_access_iterator<const bool*>(a), random_access_iterator<const bool*>(an)); 45 test<std::vector<bool, min_allocator<bool>> >(random_access_iterator<const bool*>(a), random_access_iterator<const bool*>(an));
|
construct_iter_iter_alloc.pass.cpp | 42 test<std::vector<bool> >(random_access_iterator<const bool*>(a), random_access_iterator<const bool*>(an), alloc); 51 test<std::vector<bool, min_allocator<bool>> >(random_access_iterator<const bool*>(a), random_access_iterator<const bool*>(an), alloc);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/iterator.operations/ |
advance.pass.cpp | 41 test(random_access_iterator<const char*>(s+5), 5, random_access_iterator<const char*>(s+10)); 42 test(random_access_iterator<const char*>(s+5), -5, random_access_iterator<const char*>(s));
|
next.pass.cpp | 39 test(random_access_iterator<const char*>(s), 10, random_access_iterator<const char*>(s+10)); 44 test(random_access_iterator<const char*>(s), random_access_iterator<const char*>(s+1));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/ |
op_eq.pass.cpp | 42 test(random_access_iterator<char*>(s), random_access_iterator<char*>(s), true); 43 test(random_access_iterator<char*>(s), random_access_iterator<char*>(s+1), false);
|
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/ |
rotate_copy.pass.cpp | 120 test<bidirectional_iterator<const int*>, random_access_iterator<int*> >(); 123 test<random_access_iterator<const int*>, output_iterator<int*> >(); 124 test<random_access_iterator<const int*>, forward_iterator<int*> >(); 125 test<random_access_iterator<const int*>, bidirectional_iterator<int*> >(); 126 test<random_access_iterator<const int*>, random_access_iterator<int*> >(); 127 test<random_access_iterator<const int*>, int*>(); 132 test<const int*, random_access_iterator<int*> >();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.rotate/ |
rotate_copy.pass.cpp | 120 test<bidirectional_iterator<const int*>, random_access_iterator<int*> >(); 123 test<random_access_iterator<const int*>, output_iterator<int*> >(); 124 test<random_access_iterator<const int*>, forward_iterator<int*> >(); 125 test<random_access_iterator<const int*>, bidirectional_iterator<int*> >(); 126 test<random_access_iterator<const int*>, random_access_iterator<int*> >(); 127 test<random_access_iterator<const int*>, int*>(); 132 test<const int*, random_access_iterator<int*> >();
|