HomeSort by relevance Sort by last modified time
    Searched refs:testN (Results 1 - 24 of 24) sorted by null

  /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 63 testN(int start, int N, int M)
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]);
resize_size_value.pass.cpp 63 testN(int start, int N, int M)
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/
assign_size_value.pass.cpp 58 testN(int start, int N, int M)
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]);
assign_iter_iter.pass.cpp 59 testN(int start, int N, int M)
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/
pop_back.pass.cpp 58 testN(int start, int N)
74 testN<std::deque<int> >(rng[i], rng[j]);
82 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]);
pop_front.pass.cpp 58 testN(int start, int N)
74 testN<std::deque<int> >(rng[i], rng[j]);
82 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]);
push_front.pass.cpp 60 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_rvalue.pass.cpp 64 testN(int start, int N)
78 testN<std::deque<MoveOnly> >(rng[i], rng[j]);
85 testN<std::deque<MoveOnly, min_allocator<MoveOnly>> >(rng[i], rng[j]);
emplace.pass.cpp 61 testN(int start, int N)
97 testN<std::deque<Emplaceable> >(rng[i], rng[j]);
104 testN<std::deque<Emplaceable, min_allocator<Emplaceable>> >(rng[i], rng[j]);
emplace_back.pass.cpp 72 testN(int start, int N)
85 testN<std::deque<Emplaceable> >(rng[i], rng[j]);
92 testN<std::deque<Emplaceable, min_allocator<Emplaceable>> >(rng[i], rng[j]);
emplace_front.pass.cpp 72 testN(int start, int N)
86 testN<std::deque<Emplaceable> >(rng[i], rng[j]);
93 testN<std::deque<Emplaceable, min_allocator<Emplaceable>> >(rng[i], rng[j]);
insert_rvalue.pass.cpp 67 testN(int start, int N)
102 testN<std::deque<MoveOnly> >(rng[i], rng[j]);
109 testN<std::deque<MoveOnly, min_allocator<MoveOnly>> >(rng[i], rng[j]);
erase_iter.pass.cpp 82 testN(int start, int N)
99 testN<std::deque<int> >(rng[i], rng[j]);
107 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]);
erase_iter_iter.pass.cpp 85 testN(int start, int N)
106 testN<std::deque<int> >(rng[i], rng[j]);
114 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]);
insert_value.pass.cpp 64 testN(int start, int N)
125 testN<std::deque<int> >(rng[i], rng[j]);
134 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]);
insert_size_value.pass.cpp 66 testN(int start, int N, int M)
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]);
insert_iter_iter.pass.cpp 108 testN(int start, int N, int M)
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/
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]);
move.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]);
move_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]);
swap.pass.cpp 43 void testN(int start, int N, int M)
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/
multinomial_test.py 59 def testN(self):

Completed in 161 milliseconds