Searched refs:testN (Results 1 - 24 of 24) sorted by relevance

/external/libcxx/test/std/containers/sequences/deque/deque.capacity/
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]);
H A Dresize_size.pass.cpp63 testN(int start, int N, int M) function
77 testN<std::deque<int> >(rng[i], rng[j], rng[k]);
86 testN<std::deque<int, min_allocator<int>>>(rng[i], rng[j], rng[k]);
H A Dresize_size_value.pass.cpp63 testN(int start, int N, int M) function
77 testN<std::deque<int> >(rng[i], rng[j], rng[k]);
86 testN<std::deque<int, min_allocator<int>>>(rng[i], rng[j], rng[k]);
/external/libcxx/test/std/containers/sequences/deque/deque.cons/
H A Dassign_size_value.pass.cpp58 testN(int start, int N, int M) function
72 testN<std::deque<int> >(rng[i], rng[j], rng[k]);
81 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j], rng[k]);
H A Dassign_iter_iter.pass.cpp59 testN(int start, int N, int M) function
94 testN<std::deque<int> >(rng[i], rng[j], rng[k]);
104 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j], rng[k]);
/external/libcxx/test/std/containers/sequences/deque/deque.modifiers/
H A Dpop_back.pass.cpp58 testN(int start, int N) function
74 testN<std::deque<int> >(rng[i], rng[j]);
82 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]);
H A Dpop_front.pass.cpp58 testN(int start, int N) function
74 testN<std::deque<int> >(rng[i], rng[j]);
82 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]);
H A Dpush_front.pass.cpp60 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_rvalue.pass.cpp64 testN(int start, int N) function
78 testN<std::deque<MoveOnly> >(rng[i], rng[j]);
85 testN<std::deque<MoveOnly, min_allocator<MoveOnly>> >(rng[i], rng[j]);
H A Demplace.pass.cpp61 testN(int start, int N) function
97 testN<std::deque<Emplaceable> >(rng[i], rng[j]);
104 testN<std::deque<Emplaceable, min_allocator<Emplaceable>> >(rng[i], rng[j]);
H A Demplace_back.pass.cpp72 testN(int start, int N) function
85 testN<std::deque<Emplaceable> >(rng[i], rng[j]);
92 testN<std::deque<Emplaceable, min_allocator<Emplaceable>> >(rng[i], rng[j]);
H A Demplace_front.pass.cpp72 testN(int start, int N) function
86 testN<std::deque<Emplaceable> >(rng[i], rng[j]);
93 testN<std::deque<Emplaceable, min_allocator<Emplaceable>> >(rng[i], rng[j]);
H A Derase_iter.pass.cpp65 testN(int start, int N) function
82 testN<std::deque<int> >(rng[i], rng[j]);
90 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]);
H A Derase_iter_iter.pass.cpp67 testN(int start, int N) function
88 testN<std::deque<int> >(rng[i], rng[j]);
96 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]);
H A Dinsert_rvalue.pass.cpp67 testN(int start, int N) function
102 testN<std::deque<MoveOnly> >(rng[i], rng[j]);
109 testN<std::deque<MoveOnly, min_allocator<MoveOnly>> >(rng[i], rng[j]);
H A Dinsert_value.pass.cpp64 testN(int start, int N) function
125 testN<std::deque<int> >(rng[i], rng[j]);
134 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]);
H A Dinsert_size_value.pass.cpp66 testN(int start, int N, int M) function
144 testN<std::deque<int> >(rng[i], rng[j], rng[k]);
154 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j], rng[k]);
H A Dinsert_iter_iter.pass.cpp108 testN(int start, int N, int M) function
271 testN<std::deque<int> >(rng[i], rng[j], rng[k]);
284 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]);
/external/tensorflow/tensorflow/python/kernel_tests/distributions/
H A Dmultinomial_test.py53 def testN(self): member in class:MultinomialTest

Completed in 330 milliseconds