/external/cronet/tot/third_party/libc++/src/test/std/strings/basic.string/string.modifiers/string_assign/ |
D | iterator.pass.cpp | 36 void test_exceptions(S s, It first, It last) { in test_exceptions() function 127 test_exceptions(S(), IIter(TIter(s, s + 10, 4, TIter::TAIncrement)), IIter(TIter())); in test_string() 128 test_exceptions(S(), IIter(TIter(s, s + 10, 5, TIter::TADereference)), IIter(TIter())); in test_string() 129 test_exceptions(S(), IIter(TIter(s, s + 10, 6, TIter::TAComparison)), IIter(TIter())); in test_string() 131 test_exceptions(S(), TIter(s, s + 10, 4, TIter::TAIncrement), TIter()); in test_string() 132 test_exceptions(S(), TIter(s, s + 10, 5, TIter::TADereference), TIter()); in test_string() 133 test_exceptions(S(), TIter(s, s + 10, 6, TIter::TAComparison), TIter()); in test_string() 136 test_exceptions(S(), w, w + 100); in test_string()
|
/external/cronet/stable/third_party/libc++/src/test/std/strings/basic.string/string.modifiers/string_assign/ |
D | iterator.pass.cpp | 36 void test_exceptions(S s, It first, It last) { in test_exceptions() function 127 test_exceptions(S(), IIter(TIter(s, s + 10, 4, TIter::TAIncrement)), IIter(TIter())); in test_string() 128 test_exceptions(S(), IIter(TIter(s, s + 10, 5, TIter::TADereference)), IIter(TIter())); in test_string() 129 test_exceptions(S(), IIter(TIter(s, s + 10, 6, TIter::TAComparison)), IIter(TIter())); in test_string() 131 test_exceptions(S(), TIter(s, s + 10, 4, TIter::TAIncrement), TIter()); in test_string() 132 test_exceptions(S(), TIter(s, s + 10, 5, TIter::TADereference), TIter()); in test_string() 133 test_exceptions(S(), TIter(s, s + 10, 6, TIter::TAComparison), TIter()); in test_string() 136 test_exceptions(S(), w, w + 100); in test_string()
|
/external/cronet/stable/third_party/libc++/src/test/std/strings/basic.string/string.modifiers/string_append/ |
D | iterator.pass.cpp | 36 TEST_CONSTEXPR_CXX20 void test_exceptions(S s, It first, It last) { in test_exceptions() function 151 test_exceptions(S(), IIter(TIter(s, s + 10, 4, TIter::TAIncrement)), IIter(TIter())); in test_string() 152 test_exceptions(S(), IIter(TIter(s, s + 10, 5, TIter::TADereference)), IIter(TIter())); in test_string() 153 test_exceptions(S(), IIter(TIter(s, s + 10, 6, TIter::TAComparison)), IIter(TIter())); in test_string() 155 test_exceptions(S(), TIter(s, s + 10, 4, TIter::TAIncrement), TIter()); in test_string() 156 test_exceptions(S(), TIter(s, s + 10, 5, TIter::TADereference), TIter()); in test_string() 157 test_exceptions(S(), TIter(s, s + 10, 6, TIter::TAComparison), TIter()); in test_string() 160 test_exceptions(S(), w, w + 100); in test_string()
|
/external/cronet/tot/third_party/libc++/src/test/std/strings/basic.string/string.modifiers/string_append/ |
D | iterator.pass.cpp | 36 TEST_CONSTEXPR_CXX20 void test_exceptions(S s, It first, It last) { in test_exceptions() function 151 test_exceptions(S(), IIter(TIter(s, s + 10, 4, TIter::TAIncrement)), IIter(TIter())); in test_string() 152 test_exceptions(S(), IIter(TIter(s, s + 10, 5, TIter::TADereference)), IIter(TIter())); in test_string() 153 test_exceptions(S(), IIter(TIter(s, s + 10, 6, TIter::TAComparison)), IIter(TIter())); in test_string() 155 test_exceptions(S(), TIter(s, s + 10, 4, TIter::TAIncrement), TIter()); in test_string() 156 test_exceptions(S(), TIter(s, s + 10, 5, TIter::TADereference), TIter()); in test_string() 157 test_exceptions(S(), TIter(s, s + 10, 6, TIter::TAComparison), TIter()); in test_string() 160 test_exceptions(S(), w, w + 100); in test_string()
|
/external/cronet/stable/third_party/libc++/src/test/std/strings/basic.string/string.modifiers/string_insert/ |
D | iter_iter_iter.pass.cpp | 38 TEST_CONSTEXPR_CXX20 void test_exceptions(S s, typename S::difference_type pos, It first, It last) { in test_exceptions() function 161 test_exceptions(S(), 0, IIter(TIter(s, s + 10, 4, TIter::TAIncrement)), IIter(TIter())); in test() 162 test_exceptions(S(), 0, IIter(TIter(s, s + 10, 5, TIter::TADereference)), IIter(TIter())); in test() 163 test_exceptions(S(), 0, IIter(TIter(s, s + 10, 6, TIter::TAComparison)), IIter(TIter())); in test() 165 test_exceptions(S(), 0, TIter(s, s + 10, 4, TIter::TAIncrement), TIter()); in test() 166 test_exceptions(S(), 0, TIter(s, s + 10, 5, TIter::TADereference), TIter()); in test() 167 test_exceptions(S(), 0, TIter(s, s + 10, 6, TIter::TAComparison), TIter()); in test() 170 test_exceptions(S(), 0, w, w + 100); in test()
|
/external/cronet/tot/third_party/libc++/src/test/std/strings/basic.string/string.modifiers/string_insert/ |
D | iter_iter_iter.pass.cpp | 38 TEST_CONSTEXPR_CXX20 void test_exceptions(S s, typename S::difference_type pos, It first, It last) { in test_exceptions() function 161 test_exceptions(S(), 0, IIter(TIter(s, s + 10, 4, TIter::TAIncrement)), IIter(TIter())); in test() 162 test_exceptions(S(), 0, IIter(TIter(s, s + 10, 5, TIter::TADereference)), IIter(TIter())); in test() 163 test_exceptions(S(), 0, IIter(TIter(s, s + 10, 6, TIter::TAComparison)), IIter(TIter())); in test() 165 test_exceptions(S(), 0, TIter(s, s + 10, 4, TIter::TAIncrement), TIter()); in test() 166 test_exceptions(S(), 0, TIter(s, s + 10, 5, TIter::TADereference), TIter()); in test() 167 test_exceptions(S(), 0, TIter(s, s + 10, 6, TIter::TAComparison), TIter()); in test() 170 test_exceptions(S(), 0, w, w + 100); in test()
|
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_assign/ |
D | iterator.pass.cpp | 34 test_exceptions(S s, It first, It last) in test_exceptions() function 173 test_exceptions(S(), IIter(TIter(s, s+10, 4, TIter::TAIncrement)), IIter()); in main() 174 test_exceptions(S(), IIter(TIter(s, s+10, 5, TIter::TADereference)), IIter()); in main() 175 test_exceptions(S(), IIter(TIter(s, s+10, 6, TIter::TAComparison)), IIter()); in main() 177 test_exceptions(S(), TIter(s, s+10, 4, TIter::TAIncrement), TIter()); in main() 178 test_exceptions(S(), TIter(s, s+10, 5, TIter::TADereference), TIter()); in main() 179 test_exceptions(S(), TIter(s, s+10, 6, TIter::TAComparison), TIter()); in main()
|
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_append/ |
D | iterator.pass.cpp | 33 test_exceptions(S s, It first, It last) in test_exceptions() function 172 test_exceptions(S(), IIter(TIter(s, s+10, 4, TIter::TAIncrement)), IIter()); in main() 173 test_exceptions(S(), IIter(TIter(s, s+10, 5, TIter::TADereference)), IIter()); in main() 174 test_exceptions(S(), IIter(TIter(s, s+10, 6, TIter::TAComparison)), IIter()); in main() 176 test_exceptions(S(), TIter(s, s+10, 4, TIter::TAIncrement), TIter()); in main() 177 test_exceptions(S(), TIter(s, s+10, 5, TIter::TADereference), TIter()); in main() 178 test_exceptions(S(), TIter(s, s+10, 6, TIter::TAComparison), TIter()); in main()
|
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_insert/ |
D | iter_iter_iter.pass.cpp | 39 test_exceptions(S s, typename S::difference_type pos, It first, It last) in test_exceptions() function 153 test_exceptions(S(), 0, IIter(TIter(s, s+10, 4, TIter::TAIncrement)), IIter()); in main() 154 test_exceptions(S(), 0, IIter(TIter(s, s+10, 5, TIter::TADereference)), IIter()); in main() 155 test_exceptions(S(), 0, IIter(TIter(s, s+10, 6, TIter::TAComparison)), IIter()); in main() 157 test_exceptions(S(), 0, TIter(s, s+10, 4, TIter::TAIncrement), TIter()); in main() 158 test_exceptions(S(), 0, TIter(s, s+10, 5, TIter::TADereference), TIter()); in main() 159 test_exceptions(S(), 0, TIter(s, s+10, 6, TIter::TAComparison), TIter()); in main()
|
/external/cronet/stable/third_party/libc++/src/test/std/containers/sequences/array/ |
D | at_const.pass.cpp | 37 void test_exceptions() in test_exceptions() function 99 test_exceptions(); in main()
|
D | at.pass.cpp | 41 void test_exceptions() in test_exceptions() function 103 test_exceptions(); in main()
|
/external/cronet/tot/third_party/libc++/src/test/std/containers/sequences/array/ |
D | at_const.pass.cpp | 37 void test_exceptions() in test_exceptions() function 99 test_exceptions(); in main()
|
D | at.pass.cpp | 41 void test_exceptions() in test_exceptions() function 103 test_exceptions(); in main()
|
/external/cronet/tot/third_party/libc++/src/test/libcxx/utilities/ |
D | exception_guard.pass.cpp | 101 void test_exceptions() { in test_exceptions() function 156 test_exceptions(); in main()
|
/external/cronet/stable/third_party/libc++/src/test/libcxx/utilities/ |
D | exception_guard.pass.cpp | 101 void test_exceptions() { in test_exceptions() function 156 test_exceptions(); in main()
|
/external/cronet/stable/third_party/libc++/src/test/std/containers/views/views.span/span.elem/ |
D | at.pass.cpp | 75 void test_exceptions() { in test_exceptions() function 185 test_exceptions(); in main()
|
/external/cronet/tot/third_party/libc++/src/test/std/containers/views/views.span/span.elem/ |
D | at.pass.cpp | 75 void test_exceptions() { in test_exceptions() function 185 test_exceptions(); in main()
|
/external/cronet/stable/third_party/libc++/src/test/std/containers/views/views.span/span.cons/ |
D | iterator_sentinel.pass.cpp | 126 void test_exceptions() { in test_exceptions() function 142 test_exceptions(); in main()
|
/external/cronet/tot/third_party/libc++/src/test/std/containers/views/views.span/span.cons/ |
D | iterator_sentinel.pass.cpp | 126 void test_exceptions() { in test_exceptions() function 142 test_exceptions(); in main()
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/variant/variant.visit.member/ |
D | visit_return_type.pass.cpp | 188 void test_exceptions() { in test_exceptions() function 305 test_exceptions<void>(); in main() 311 test_exceptions<int>(); in main()
|
D | visit.pass.cpp | 129 void test_exceptions() { in test_exceptions() function 222 test_exceptions(); in main()
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/variant/variant.visit.member/ |
D | visit_return_type.pass.cpp | 188 void test_exceptions() { in test_exceptions() function 305 test_exceptions<void>(); in main() 311 test_exceptions<int>(); in main()
|
D | visit.pass.cpp | 129 void test_exceptions() { in test_exceptions() function 222 test_exceptions(); in main()
|
/external/skia/infra/bots/recipe_modules/flavor/examples/ |
D | full.py | 17 def test_exceptions(api): function 46 return test_exceptions(api)
|
/external/python/cpython3/Lib/test/ |
D | test_marshal.py | 108 def test_exceptions(self): member in ExceptionTestCase 114 co = ExceptionTestCase.test_exceptions.__code__ 122 codes = (ExceptionTestCase.test_exceptions.__code__,) * count 142 co = ExceptionTestCase.test_exceptions.__code__ 162 co = ExceptionTestCase.test_exceptions.__code__
|