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

/external/libcxx/test/containers/sequences/deque/deque.capacity/
H A Dresize_size.pass.cpp59 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.cpp59 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.cpp52 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/containers/sequences/deque/deque.cons/
H A Dassign_size_value.pass.cpp57 testN(int start, int N, int M) function
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]);
H A Dassign_iter_iter.pass.cpp55 testN(int start, int N, int M) function
95 testN<std::deque<int> >(rng[i], rng[j], rng[k]);
105 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j], rng[k]);
/external/libcxx/test/containers/sequences/deque/deque.modifiers/
H A Demplace.pass.cpp60 testN(int start, int N) function
100 testN<std::deque<Emplaceable> >(rng[i], rng[j]);
108 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 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.cpp62 testN(int start, int N) function
83 testN<std::deque<int> >(rng[i], rng[j]);
91 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]);
H A Dinsert_rvalue.pass.cpp66 testN(int start, int N) function
106 testN<std::deque<MoveOnly> >(rng[i], rng[j]);
114 testN<std::deque<MoveOnly, min_allocator<MoveOnly>> >(rng[i], rng[j]);
H A Dinsert_iter_iter.pass.cpp68 testN(int start, int N, int M) function
236 testN<std::deque<int> >(rng[i], rng[j], rng[k]);
249 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j], rng[k]);
H A Dinsert_size_value.pass.cpp63 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]);
H A Dinsert_value.pass.cpp63 testN(int start, int N) function
126 testN<std::deque<int> >(rng[i], rng[j]);
135 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]);
/external/libcxx/test/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 3008 milliseconds