/external/libcxx/test/std/containers/sequences/deque/deque.capacity/ |
shrink_to_fit.pass.cpp | 53 testN(int start, int N) 66 testN<std::deque<int> >(rng[i], rng[j]); 74 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]);
|
resize_size.pass.cpp | 60 testN(int start, int N, int M) 74 testN<std::deque<int> >(rng[i], rng[j], rng[k]); 83 testN<std::deque<int, min_allocator<int>>>(rng[i], rng[j], rng[k]);
|
resize_size_value.pass.cpp | 60 testN(int start, int N, int M) 74 testN<std::deque<int> >(rng[i], rng[j], rng[k]); 83 testN<std::deque<int, min_allocator<int>>>(rng[i], rng[j], rng[k]);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.capacity/ |
shrink_to_fit.pass.cpp | 52 testN(int start, int N) 66 testN<std::deque<int> >(rng[i], rng[j]); 74 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]);
|
/external/libcxx/test/std/containers/sequences/deque/deque.cons/ |
assign_size_value.pass.cpp | 57 testN(int start, int N, int M) 71 testN<std::deque<int> >(rng[i], rng[j], rng[k]); 80 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j], rng[k]);
|
assign_iter_iter.pass.cpp | 55 testN(int start, int N, int M) 90 testN<std::deque<int> >(rng[i], rng[j], rng[k]); 100 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j], rng[k]);
|
/external/libcxx/test/std/containers/sequences/deque/deque.modifiers/ |
emplace_back.pass.cpp | 59 testN(int start, int N) 75 testN<std::deque<Emplaceable> >(rng[i], rng[j]); 83 testN<std::deque<Emplaceable, min_allocator<Emplaceable>> >(rng[i], rng[j]);
|
emplace_front.pass.cpp | 59 testN(int start, int N) 75 testN<std::deque<Emplaceable> >(rng[i], rng[j]); 83 testN<std::deque<Emplaceable, min_allocator<Emplaceable>> >(rng[i], rng[j]);
|
pop_back.pass.cpp | 57 testN(int start, int N) 73 testN<std::deque<int> >(rng[i], rng[j]); 81 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]);
|
pop_front.pass.cpp | 57 testN(int start, int N) 73 testN<std::deque<int> >(rng[i], rng[j]); 81 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]);
|
push_front.pass.cpp | 59 testN(int start, int N) 72 testN<std::deque<int> >(rng[i], rng[j]); 80 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]);
|
push_front_rvalue.pass.cpp | 62 testN(int start, int N) 78 testN<std::deque<MoveOnly> >(rng[i], rng[j]); 86 testN<std::deque<MoveOnly, min_allocator<MoveOnly>> >(rng[i], rng[j]);
|
emplace.pass.cpp | 60 testN(int start, int N) 96 testN<std::deque<Emplaceable> >(rng[i], rng[j]); 103 testN<std::deque<Emplaceable, min_allocator<Emplaceable>> >(rng[i], rng[j]);
|
erase_iter.pass.cpp | 62 testN(int start, int N) 79 testN<std::deque<int> >(rng[i], rng[j]); 87 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]);
|
erase_iter_iter.pass.cpp | 64 testN(int start, int N) 85 testN<std::deque<int> >(rng[i], rng[j]); 93 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]);
|
insert_rvalue.pass.cpp | 66 testN(int start, int N) 101 testN<std::deque<MoveOnly> >(rng[i], rng[j]); 108 testN<std::deque<MoveOnly, min_allocator<MoveOnly>> >(rng[i], rng[j]);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/ |
assign_size_value.pass.cpp | 57 testN(int start, int N, int M) 73 testN<std::deque<int> >(rng[i], rng[j], rng[k]); 82 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j], rng[k]);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/ |
emplace_back.pass.cpp | 59 testN(int start, int N) 75 testN<std::deque<Emplaceable> >(rng[i], rng[j]); 83 testN<std::deque<Emplaceable, min_allocator<Emplaceable>> >(rng[i], rng[j]);
|
emplace_front.pass.cpp | 59 testN(int start, int N) 75 testN<std::deque<Emplaceable> >(rng[i], rng[j]); 83 testN<std::deque<Emplaceable, min_allocator<Emplaceable>> >(rng[i], rng[j]);
|
pop_back.pass.cpp | 57 testN(int start, int N) 73 testN<std::deque<int> >(rng[i], rng[j]); 81 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]);
|
pop_front.pass.cpp | 57 testN(int start, int N) 73 testN<std::deque<int> >(rng[i], rng[j]); 81 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]);
|
push_front.pass.cpp | 59 testN(int start, int N) 72 testN<std::deque<int> >(rng[i], rng[j]); 80 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]);
|
push_front_rvalue.pass.cpp | 62 testN(int start, int N) 78 testN<std::deque<MoveOnly> >(rng[i], rng[j]); 86 testN<std::deque<MoveOnly, min_allocator<MoveOnly>> >(rng[i], rng[j]);
|
/external/libcxx/test/std/containers/sequences/deque/deque.special/ |
copy.pass.cpp | 47 void testN(int start, int N) 77 testN<std::deque<int> >(rng[i], rng[j]); 85 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]);
|
copy_backward.pass.cpp | 47 void testN(int start, int N) 76 testN<std::deque<int> >(rng[i], rng[j]); 84 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]);
|