Home
last modified time | relevance | path

Searched refs:test_exceptions (Results 1 – 25 of 40) sorted by relevance

12

/external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/basic.string/string.modifiers/string_assign/
Diterator.pass.cpp35 test_exceptions(S s, It first, It last) in test_exceptions() function
126 test_exceptions(S(), IIter(TIter(s, s+10, 4, TIter::TAIncrement)), IIter(TIter())); in test()
127 test_exceptions(S(), IIter(TIter(s, s+10, 5, TIter::TADereference)), IIter(TIter())); in test()
128 test_exceptions(S(), IIter(TIter(s, s+10, 6, TIter::TAComparison)), IIter(TIter())); in test()
130 test_exceptions(S(), TIter(s, s+10, 4, TIter::TAIncrement), TIter()); in test()
131 test_exceptions(S(), TIter(s, s+10, 5, TIter::TADereference), TIter()); in test()
132 test_exceptions(S(), TIter(s, s+10, 6, TIter::TAComparison), TIter()); in test()
135 test_exceptions(S(), w, w+100); in test()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/basic.string/string.modifiers/string_append/
Diterator.pass.cpp35 test_exceptions(S s, It first, It last) in test_exceptions() function
126 test_exceptions(S(), IIter(TIter(s, s+10, 4, TIter::TAIncrement)), IIter(TIter())); in test()
127 test_exceptions(S(), IIter(TIter(s, s+10, 5, TIter::TADereference)), IIter(TIter())); in test()
128 test_exceptions(S(), IIter(TIter(s, s+10, 6, TIter::TAComparison)), IIter(TIter())); in test()
130 test_exceptions(S(), TIter(s, s+10, 4, TIter::TAIncrement), TIter()); in test()
131 test_exceptions(S(), TIter(s, s+10, 5, TIter::TADereference), TIter()); in test()
132 test_exceptions(S(), TIter(s, s+10, 6, TIter::TAComparison), TIter()); in test()
135 test_exceptions(S(), w, w+100); in test()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/basic.string/string.modifiers/string_insert/
Diter_iter_iter.pass.cpp37 test_exceptions(S s, typename S::difference_type pos, It first, It last) in test_exceptions() function
117 test_exceptions(S(), 0, IIter(TIter(s, s+10, 4, TIter::TAIncrement)), IIter(TIter())); in test()
118 test_exceptions(S(), 0, IIter(TIter(s, s+10, 5, TIter::TADereference)), IIter(TIter())); in test()
119 test_exceptions(S(), 0, IIter(TIter(s, s+10, 6, TIter::TAComparison)), IIter(TIter())); in test()
121 test_exceptions(S(), 0, TIter(s, s+10, 4, TIter::TAIncrement), TIter()); in test()
122 test_exceptions(S(), 0, TIter(s, s+10, 5, TIter::TADereference), TIter()); in test()
123 test_exceptions(S(), 0, TIter(s, s+10, 6, TIter::TAComparison), TIter()); in test()
126 test_exceptions(S(), 0, w, w+100); in test()
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_assign/
Diterator.pass.cpp34 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/
Diterator.pass.cpp33 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/
Diter_iter_iter.pass.cpp39 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/buildtools/third_party/libc++/trunk/test/std/containers/sequences/array/
Dat_const.pass.cpp37 void test_exceptions() in test_exceptions() function
99 test_exceptions(); in main()
Dat.pass.cpp41 void test_exceptions() in test_exceptions() function
103 test_exceptions(); in main()
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/utilities/
Dexception_guard.pass.cpp100 void test_exceptions() { in test_exceptions() function
155 test_exceptions(); in main()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/views/views.span/span.cons/
Diterator_sentinel.pass.cpp123 void test_exceptions() { in test_exceptions() function
139 test_exceptions(); in main()
/external/skia/infra/bots/recipe_modules/flavor/examples/
Dfull.py17 def test_exceptions(api): function
46 return test_exceptions(api)
/external/libcxx/test/std/utilities/variant/variant.visit/
Dvisit.pass.cpp258 void test_exceptions() { in test_exceptions() function
318 test_exceptions(); in main()
/external/python/cpython3/Lib/test/
Dtest_marshal.py106 def test_exceptions(self): member in ExceptionTestCase
112 co = ExceptionTestCase.test_exceptions.__code__
119 codes = (ExceptionTestCase.test_exceptions.__code__,) * count
Dtest_pickle.py474 def test_exceptions(self): member in CompatPickleTests
Dtest_gdb.py436 def test_exceptions(self): member in PrettyPrintTests
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/variant/variant.visit/
Dvisit_return_type.pass.cpp322 void test_exceptions() { in test_exceptions() function
507 test_exceptions<void>(); in main()
513 test_exceptions<int>(); in main()
Dvisit.pass.cpp275 void test_exceptions() { in test_exceptions() function
431 test_exceptions(); in main()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/basic.string/string.modifiers/string_replace/
Diter_iter_iter_iter.pass.cpp43 test_exceptions(S s, typename S::size_type pos1, typename S::size_type n1, It f, It l) in test_exceptions() function
1002test_exceptions(S("abcdefghijklmnopqrst"), 10, 5, IIter(TIter(s, s+10, 4, TIter::TAIncrement)), II… in test9()
1003test_exceptions(S("abcdefghijklmnopqrst"), 10, 5, IIter(TIter(s, s+10, 5, TIter::TADereference)), … in test9()
1004test_exceptions(S("abcdefghijklmnopqrst"), 10, 5, IIter(TIter(s, s+10, 6, TIter::TAComparison)), I… in test9()
1006test_exceptions(S("abcdefghijklmnopqrst"), 10, 5, TIter(s, s+10, 4, TIter::TAIncrement), TIter()); in test9()
1007test_exceptions(S("abcdefghijklmnopqrst"), 10, 5, TIter(s, s+10, 5, TIter::TADereference), TIter()… in test9()
1008test_exceptions(S("abcdefghijklmnopqrst"), 10, 5, TIter(s, s+10, 6, TIter::TAComparison), TIter()); in test9()
1011 test_exceptions(S("abcdefghijklmnopqrst"), 10, 5, w, w+100); in test9()
/external/python/cpython2/Lib/test/
Dtest_marshal.py147 def test_exceptions(self): member in ExceptionTestCase
153 co = ExceptionTestCase.test_exceptions.func_code
Dtest_poplib.py174 def test_exceptions(self): member in TestPOP3Class
Dtest_uuid.py191 def test_exceptions(self): member in TestUUID
Dtest_binascii.py28 def test_exceptions(self): member in BinASCIITest
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
Diter_iter_iter_iter.pass.cpp41 test_exceptions(S s, typename S::size_type pos1, typename S::size_type n1, It f, It l) in test_exceptions() function
1001test_exceptions(S("abcdefghijklmnopqrst"), 10, 5, IIter(TIter(s, s+10, 4, TIter::TAIncrement)), II… in main()
1002test_exceptions(S("abcdefghijklmnopqrst"), 10, 5, IIter(TIter(s, s+10, 5, TIter::TADereference)), … in main()
1003test_exceptions(S("abcdefghijklmnopqrst"), 10, 5, IIter(TIter(s, s+10, 6, TIter::TAComparison)), I… in main()
1005test_exceptions(S("abcdefghijklmnopqrst"), 10, 5, TIter(s, s+10, 4, TIter::TAIncrement), TIter()); in main()
1006test_exceptions(S("abcdefghijklmnopqrst"), 10, 5, TIter(s, s+10, 5, TIter::TADereference), TIter()… in main()
1007test_exceptions(S("abcdefghijklmnopqrst"), 10, 5, TIter(s, s+10, 6, TIter::TAComparison), TIter()); in main()
/external/python/pybind11/tests/
DCMakeLists.txt111 test_exceptions.cpp
167 set(PYBIND11_CROSS_MODULE_TESTS test_exceptions.py test_local_bindings.py test_stl.py
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_run.py411 def test_exceptions(self): member in ExecRuncodeTest

12