Searched defs:testN (Results 1 - 22 of 22) sorted by relevance

/external/libcxx/test/std/containers/sequences/deque/deque.capacity/
H A Dresize_size.pass.cpp60 testN(int start, int N, int M) function
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]);
H A Dresize_size_value.pass.cpp60 testN(int start, int N, int M) function
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]);
H A Dshrink_to_fit.pass.cpp53 testN(int start, int N) function
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/
H A Dassign_size_value.pass.cpp57 testN(int start, int N, int M) function
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]);
H A Dassign_iter_iter.pass.cpp55 testN(int start, int N, int M) function
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/
H A Demplace.pass.cpp60 testN(int start, int N) function
96 testN<std::deque<Emplaceable> >(rng[i], rng[j]);
103 testN<std::deque<Emplaceable, min_allocator<Emplaceable>> >(rng[i], rng[j]);
H A Demplace_back.pass.cpp59 testN(int start, int N) function
75 testN<std::deque<Emplaceable> >(rng[i], rng[j]);
83 testN<std::deque<Emplaceable, min_allocator<Emplaceable>> >(rng[i], rng[j]);
H A Demplace_front.pass.cpp59 testN(int start, int N) function
75 testN<std::deque<Emplaceable> >(rng[i], rng[j]);
83 testN<std::deque<Emplaceable, min_allocator<Emplaceable>> >(rng[i], rng[j]);
H A Dinsert_rvalue.pass.cpp66 testN(int start, int N) function
101 testN<std::deque<MoveOnly> >(rng[i], rng[j]);
108 testN<std::deque<MoveOnly, min_allocator<MoveOnly>> >(rng[i], rng[j]);
H A Dpop_back.pass.cpp57 testN(int start, int N) function
73 testN<std::deque<int> >(rng[i], rng[j]);
81 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]);
H A Dpop_front.pass.cpp57 testN(int start, int N) function
73 testN<std::deque<int> >(rng[i], rng[j]);
81 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]);
H A Dpush_front.pass.cpp59 testN(int start, int N) function
72 testN<std::deque<int> >(rng[i], rng[j]);
80 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]);
H A Dpush_front_rvalue.pass.cpp62 testN(int start, int N) function
78 testN<std::deque<MoveOnly> >(rng[i], rng[j]);
86 testN<std::deque<MoveOnly, min_allocator<MoveOnly>> >(rng[i], rng[j]);
H A Derase_iter_iter.pass.cpp64 testN(int start, int N) function
85 testN<std::deque<int> >(rng[i], rng[j]);
93 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]);
H A Dinsert_value.pass.cpp63 testN(int start, int N) function
124 testN<std::deque<int> >(rng[i], rng[j]);
133 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]);
H A Dinsert_iter_iter.pass.cpp107 testN(int start, int N, int M) function
270 testN<std::deque<int> >(rng[i], rng[j], rng[k]);
283 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j], rng[k]);
H A Dinsert_size_value.pass.cpp65 testN(int start, int N, int M) function
143 testN<std::deque<int> >(rng[i], rng[j], rng[k]);
153 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j], rng[k]);
/external/libcxx/test/std/containers/sequences/deque/deque.special/
H A Dcopy.pass.cpp47 void testN(int start, int N) function
77 testN<std::deque<int> >(rng[i], rng[j]);
85 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]);
H A Dcopy_backward.pass.cpp47 void testN(int start, int N) function
76 testN<std::deque<int> >(rng[i], rng[j]);
84 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]);
H A Dmove.pass.cpp47 void testN(int start, int N) function
76 testN<std::deque<int> >(rng[i], rng[j]);
84 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]);
H A Dmove_backward.pass.cpp47 void testN(int start, int N) function
76 testN<std::deque<int> >(rng[i], rng[j]);
84 testN<std::deque<int, min_allocator<int> > >(rng[i], rng[j]);
H A Dswap.pass.cpp43 void testN(int start, int N, int M) function
62 testN<std::deque<int> >(rng[i], rng[j], rng[k]);
95 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j], rng[k]);

Completed in 1420 milliseconds