| /external/cronet/third_party/libc++/src/test/std/strings/basic.string/string.modifiers/string_assign/ |
| D | iterator.pass.cpp | 34 void test_exceptions(S s, It first, It last) { in test_exceptions() function 125 test_exceptions(S(), IIter(TIter(s, s + 10, 4, TIter::TAIncrement)), IIter(TIter())); in test_string() 126 test_exceptions(S(), IIter(TIter(s, s + 10, 5, TIter::TADereference)), IIter(TIter())); in test_string() 127 test_exceptions(S(), IIter(TIter(s, s + 10, 6, TIter::TAComparison)), IIter(TIter())); in test_string() 129 test_exceptions(S(), TIter(s, s + 10, 4, TIter::TAIncrement), TIter()); in test_string() 130 test_exceptions(S(), TIter(s, s + 10, 5, TIter::TADereference), TIter()); in test_string() 131 test_exceptions(S(), TIter(s, s + 10, 6, TIter::TAComparison), TIter()); in test_string() 134 test_exceptions(S(), w, w + 100); in test_string()
|
| /external/cronet/third_party/libc++/src/test/std/strings/basic.string/string.modifiers/string_append/ |
| D | iterator.pass.cpp | 34 TEST_CONSTEXPR_CXX20 void test_exceptions(S s, It first, It last) { in test_exceptions() function 149 test_exceptions(S(), IIter(TIter(s, s + 10, 4, TIter::TAIncrement)), IIter(TIter())); in test_string() 150 test_exceptions(S(), IIter(TIter(s, s + 10, 5, TIter::TADereference)), IIter(TIter())); in test_string() 151 test_exceptions(S(), IIter(TIter(s, s + 10, 6, TIter::TAComparison)), IIter(TIter())); in test_string() 153 test_exceptions(S(), TIter(s, s + 10, 4, TIter::TAIncrement), TIter()); in test_string() 154 test_exceptions(S(), TIter(s, s + 10, 5, TIter::TADereference), TIter()); in test_string() 155 test_exceptions(S(), TIter(s, s + 10, 6, TIter::TAComparison), TIter()); in test_string() 158 test_exceptions(S(), w, w + 100); in test_string()
|
| /external/cronet/third_party/libc++/src/test/std/strings/basic.string/string.modifiers/string_insert/ |
| D | iter_iter_iter.pass.cpp | 36 TEST_CONSTEXPR_CXX20 void test_exceptions(S s, typename S::difference_type pos, It first, It last) { in test_exceptions() function 158 test_exceptions(S(), 0, IIter(TIter(s, s + 10, 4, TIter::TAIncrement)), IIter(TIter())); in test() 159 test_exceptions(S(), 0, IIter(TIter(s, s + 10, 5, TIter::TADereference)), IIter(TIter())); in test() 160 test_exceptions(S(), 0, IIter(TIter(s, s + 10, 6, TIter::TAComparison)), IIter(TIter())); in test() 162 test_exceptions(S(), 0, TIter(s, s + 10, 4, TIter::TAIncrement), TIter()); in test() 163 test_exceptions(S(), 0, TIter(s, s + 10, 5, TIter::TADereference), TIter()); in test() 164 test_exceptions(S(), 0, TIter(s, s + 10, 6, TIter::TAComparison), TIter()); in test() 167 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/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/third_party/libc++/src/test/libcxx/utilities/ |
| D | exception_guard.pass.cpp | 100 void test_exceptions() { in test_exceptions() function 155 test_exceptions(); in main()
|
| /external/cronet/third_party/libc++/src/test/std/containers/views/views.span/span.cons/ |
| D | iterator_sentinel.pass.cpp | 123 void test_exceptions() { in test_exceptions() function 139 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__ 121 codes = (ExceptionTestCase.test_exceptions.__code__,) * count 135 co = ExceptionTestCase.test_exceptions.__code__
|
| D | test_gdb.py | 439 def test_exceptions(self): member in PrettyPrintTests
|
| D | test_poplib.py | 281 def test_exceptions(self): member in TestPOP3Class
|
| /external/libcxx/test/std/utilities/variant/variant.visit/ |
| D | visit.pass.cpp | 258 void test_exceptions() { in test_exceptions() function 318 test_exceptions(); in main()
|
| /external/cronet/third_party/libc++/src/test/std/utilities/variant/variant.visit/ |
| D | visit_return_type.pass.cpp | 320 void test_exceptions() { in test_exceptions() function 505 test_exceptions<void>(); in main() 511 test_exceptions<int>(); in main()
|
| D | visit.pass.cpp | 273 void test_exceptions() { in test_exceptions() function 429 test_exceptions(); in main()
|
| /external/cronet/third_party/libc++/src/test/std/strings/basic.string/string.modifiers/string_replace/ |
| D | iter_iter_iter_iter.pass.cpp | 42 TEST_CONSTEXPR_CXX20 void test_exceptions(S s, typename S::size_type pos1, typename S::size_type n1… in test_exceptions() function 992 …test_exceptions(S("abcdefghijklmnopqrst"), 10, 5, IIter(TIter(s, s + 10, 4, TIter::TAIncrement)), … in test9() 993 …test_exceptions(S("abcdefghijklmnopqrst"), 10, 5, IIter(TIter(s, s + 10, 5, TIter::TADereference))… in test9() 994 …test_exceptions(S("abcdefghijklmnopqrst"), 10, 5, IIter(TIter(s, s + 10, 6, TIter::TAComparison)),… in test9() 996 …test_exceptions(S("abcdefghijklmnopqrst"), 10, 5, TIter(s, s + 10, 4, TIter::TAIncrement), TIter()… in test9() 997 …test_exceptions(S("abcdefghijklmnopqrst"), 10, 5, TIter(s, s + 10, 5, TIter::TADereference), TIter… in test9() 998 …test_exceptions(S("abcdefghijklmnopqrst"), 10, 5, TIter(s, s + 10, 6, TIter::TAComparison), TIter(… in test9() 1001 test_exceptions(S("abcdefghijklmnopqrst"), 10, 5, w, w + 100); in test9()
|
| /external/python/cpython2/Lib/test/ |
| D | test_marshal.py | 147 def test_exceptions(self): member in ExceptionTestCase 153 co = ExceptionTestCase.test_exceptions.func_code
|
| D | test_poplib.py | 174 def test_exceptions(self): member in TestPOP3Class
|
| D | test_uuid.py | 191 def test_exceptions(self): member in TestUUID
|
| D | test_binascii.py | 28 def test_exceptions(self): member in BinASCIITest
|
| D | test_gdb.py | 383 def test_exceptions(self): member in PrettyPrintTests
|
| /external/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/ |
| D | iter_iter_iter_iter.pass.cpp | 41 test_exceptions(S s, typename S::size_type pos1, typename S::size_type n1, It f, It l) in test_exceptions() function 1001 …test_exceptions(S("abcdefghijklmnopqrst"), 10, 5, IIter(TIter(s, s+10, 4, TIter::TAIncrement)), II… in main() 1002 …test_exceptions(S("abcdefghijklmnopqrst"), 10, 5, IIter(TIter(s, s+10, 5, TIter::TADereference)), … in main() 1003 …test_exceptions(S("abcdefghijklmnopqrst"), 10, 5, IIter(TIter(s, s+10, 6, TIter::TAComparison)), I… in main() 1005 … test_exceptions(S("abcdefghijklmnopqrst"), 10, 5, TIter(s, s+10, 4, TIter::TAIncrement), TIter()); in main() 1006 …test_exceptions(S("abcdefghijklmnopqrst"), 10, 5, TIter(s, s+10, 5, TIter::TADereference), TIter()… in main() 1007 …test_exceptions(S("abcdefghijklmnopqrst"), 10, 5, TIter(s, s+10, 6, TIter::TAComparison), TIter()); in main()
|
| /external/python/cpython3/Lib/idlelib/idle_test/ |
| D | test_run.py | 411 def test_exceptions(self): member in ExecRuncodeTest
|