Home
last modified time | relevance | path

Searched refs:testN (Results 1 – 25 of 52) sorted by relevance

123

/external/llvm-project/libcxx/test/std/containers/sequences/deque/deque.capacity/
Dshrink_to_fit.pass.cpp52 testN(int start, int N) in testN() function
65 testN<std::deque<int> >(rng[i], rng[j]); in main()
73 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]); in main()
Dresize_size_value.pass.cpp62 testN(int start, int N, int M) in testN() function
76 testN<std::deque<int> >(rng[i], rng[j], rng[k]); in main()
85 testN<std::deque<int, min_allocator<int>>>(rng[i], rng[j], rng[k]); in main()
Dresize_size.pass.cpp62 testN(int start, int N, int M) in testN() function
76 testN<std::deque<int> >(rng[i], rng[j], rng[k]); in main()
85 testN<std::deque<int, min_allocator<int>>>(rng[i], rng[j], rng[k]); in main()
/external/libcxx/test/std/containers/sequences/deque/deque.capacity/
Dshrink_to_fit.pass.cpp53 testN(int start, int N) in testN() function
66 testN<std::deque<int> >(rng[i], rng[j]); in main()
74 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]); in main()
Dresize_size_value.pass.cpp63 testN(int start, int N, int M) in testN() function
77 testN<std::deque<int> >(rng[i], rng[j], rng[k]); in main()
86 testN<std::deque<int, min_allocator<int>>>(rng[i], rng[j], rng[k]); in main()
Dresize_size.pass.cpp63 testN(int start, int N, int M) in testN() function
77 testN<std::deque<int> >(rng[i], rng[j], rng[k]); in main()
86 testN<std::deque<int, min_allocator<int>>>(rng[i], rng[j], rng[k]); in main()
/external/libcxx/test/std/containers/sequences/deque/deque.modifiers/
Dpush_front.pass.cpp60 testN(int start, int N) in testN() function
73 testN<std::deque<int> >(rng[i], rng[j]); in main()
81 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]); in main()
Dpop_back.pass.cpp58 testN(int start, int N) in testN() function
74 testN<std::deque<int> >(rng[i], rng[j]); in main()
82 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]); in main()
Dpop_front.pass.cpp58 testN(int start, int N) in testN() function
74 testN<std::deque<int> >(rng[i], rng[j]); in main()
82 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]); in main()
Dpush_front_rvalue.pass.cpp64 testN(int start, int N) in testN() function
78 testN<std::deque<MoveOnly> >(rng[i], rng[j]); in main()
85 testN<std::deque<MoveOnly, min_allocator<MoveOnly>> >(rng[i], rng[j]); in main()
Demplace.pass.cpp61 testN(int start, int N) in testN() function
97 testN<std::deque<Emplaceable> >(rng[i], rng[j]); in main()
104 testN<std::deque<Emplaceable, min_allocator<Emplaceable>> >(rng[i], rng[j]); in main()
Demplace_back.pass.cpp72 testN(int start, int N) in testN() function
85 testN<std::deque<Emplaceable> >(rng[i], rng[j]); in main()
92 testN<std::deque<Emplaceable, min_allocator<Emplaceable>> >(rng[i], rng[j]); in main()
Demplace_front.pass.cpp72 testN(int start, int N) in testN() function
86 testN<std::deque<Emplaceable> >(rng[i], rng[j]); in main()
93 testN<std::deque<Emplaceable, min_allocator<Emplaceable>> >(rng[i], rng[j]); in main()
Dinsert_rvalue.pass.cpp67 testN(int start, int N) in testN() function
102 testN<std::deque<MoveOnly> >(rng[i], rng[j]); in main()
109 testN<std::deque<MoveOnly, min_allocator<MoveOnly>> >(rng[i], rng[j]); in main()
/external/llvm-project/libcxx/test/std/containers/sequences/deque/deque.modifiers/
Dpop_front.pass.cpp58 testN(int start, int N) in testN() function
74 testN<std::deque<int> >(rng[i], rng[j]); in main()
82 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]); in main()
Dpush_front.pass.cpp60 testN(int start, int N) in testN() function
73 testN<std::deque<int> >(rng[i], rng[j]); in main()
81 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]); in main()
Dpop_back.pass.cpp58 testN(int start, int N) in testN() function
74 testN<std::deque<int> >(rng[i], rng[j]); in main()
82 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]); in main()
Dpush_front_rvalue.pass.cpp64 testN(int start, int N) in testN() function
78 testN<std::deque<MoveOnly> >(rng[i], rng[j]); in main()
85 testN<std::deque<MoveOnly, min_allocator<MoveOnly>> >(rng[i], rng[j]); in main()
Demplace_front.pass.cpp71 testN(int start, int N) in testN() function
85 testN<std::deque<Emplaceable> >(rng[i], rng[j]); in main()
92 testN<std::deque<Emplaceable, min_allocator<Emplaceable>> >(rng[i], rng[j]); in main()
Demplace.pass.cpp61 testN(int start, int N) in testN() function
97 testN<std::deque<Emplaceable> >(rng[i], rng[j]); in main()
104 testN<std::deque<Emplaceable, min_allocator<Emplaceable>> >(rng[i], rng[j]); in main()
Demplace_back.pass.cpp71 testN(int start, int N) in testN() function
84 testN<std::deque<Emplaceable> >(rng[i], rng[j]); in main()
91 testN<std::deque<Emplaceable, min_allocator<Emplaceable>> >(rng[i], rng[j]); in main()
/external/libcxx/test/std/containers/sequences/deque/deque.cons/
Dassign_size_value.pass.cpp58 testN(int start, int N, int M) in testN() function
72 testN<std::deque<int> >(rng[i], rng[j], rng[k]); in main()
81 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j], rng[k]); in main()
/external/llvm-project/libcxx/test/std/containers/sequences/deque/deque.cons/
Dassign_size_value.pass.cpp57 testN(int start, int N, int M) in testN() function
71 testN<std::deque<int> >(rng[i], rng[j], rng[k]); in main()
80 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j], rng[k]); in main()
/external/llvm-project/libcxx/test/std/containers/sequences/deque/deque.special/
Dmove_backward.pass.cpp47 void testN(int start, int N) in testN() function
76 testN<std::deque<int> >(rng[i], rng[j]); in main()
84 testN<std::deque<int, min_allocator<int> > >(rng[i], rng[j]); in main()
Dcopy_backward.pass.cpp47 void testN(int start, int N) in testN() function
76 testN<std::deque<int> >(rng[i], rng[j]); in main()
84 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]); in main()

123