Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/basic.string/string.modifiers/string_assign/
H A Diterator.pass.cpp36 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()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/basic.string/string.modifiers/string_append/
H A Diterator.pass.cpp36 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()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/basic.string/string.modifiers/string_insert/
H A Diter_iter_iter.pass.cpp38 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()
/aosp_15_r20/external/libcxx/test/std/strings/basic.string/string.modifiers/string_assign/
H A 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()
/aosp_15_r20/external/libcxx/test/std/strings/basic.string/string.modifiers/string_append/
H A 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()
/aosp_15_r20/external/libcxx/test/std/strings/basic.string/string.modifiers/string_insert/
H A 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()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/array/
H A Dat_const.pass.cpp37 void test_exceptions() in test_exceptions() function
99 test_exceptions(); in main()
H A Dat.pass.cpp41 void test_exceptions() in test_exceptions() function
103 test_exceptions(); in main()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/variant/variant.visit.member/
H A Dvisit_return_type.pass.cpp185 void test_exceptions() { in test_exceptions() function
302 test_exceptions<void>(); in main()
308 test_exceptions<int>(); in main()
H A Dvisit.pass.cpp129 void test_exceptions() { in test_exceptions() function
221 test_exceptions(); in main()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/utilities/
H A Dexception_guard.pass.cpp100 void test_exceptions() { in test_exceptions() function
155 test_exceptions(); in main()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/views/views.span/span.elem/
H A Dat.pass.cpp75 void test_exceptions() { in test_exceptions() function
185 test_exceptions(); in main()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/views/views.span/span.cons/
H A Diterator_sentinel.pass.cpp126 void test_exceptions() { in test_exceptions() function
142 test_exceptions(); in main()
/aosp_15_r20/external/skia/infra/bots/recipe_modules/flavor/examples/
H A Dfull.py17 def test_exceptions(api): function
46 return test_exceptions(api)
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_marshal.py108 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__
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/variant/variant.visit/
H A Dvisit_return_type.pass.cpp291 void test_exceptions() { in test_exceptions() function
476 test_exceptions<void>(); in main()
482 test_exceptions<int>(); in main()
H A Dvisit.pass.cpp244 void test_exceptions() { in test_exceptions() function
400 test_exceptions(); in main()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/basic.string/string.modifiers/string_replace/
H A Diter_iter_iter_iter.pass.cpp42 TEST_CONSTEXPR_CXX20 void test_exceptions(S s, typename S::size_type pos1, typename S::size_type n1… in test_exceptions() function
992test_exceptions(S("abcdefghijklmnopqrst"), 10, 5, IIter(TIter(s, s + 10, 4, TIter::TAIncrement)), … in test9()
993test_exceptions(S("abcdefghijklmnopqrst"), 10, 5, IIter(TIter(s, s + 10, 5, TIter::TADereference))… in test9()
994test_exceptions(S("abcdefghijklmnopqrst"), 10, 5, IIter(TIter(s, s + 10, 6, TIter::TAComparison)),… in test9()
996test_exceptions(S("abcdefghijklmnopqrst"), 10, 5, TIter(s, s + 10, 4, TIter::TAIncrement), TIter()… in test9()
997test_exceptions(S("abcdefghijklmnopqrst"), 10, 5, TIter(s, s + 10, 5, TIter::TADereference), TIter… in test9()
998test_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()
/aosp_15_r20/external/libcxx/test/std/utilities/variant/variant.visit/
H A Dvisit.pass.cpp258 void test_exceptions() { in test_exceptions() function
318 test_exceptions(); in main()
/aosp_15_r20/external/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
H A 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()
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/lib/
H A Dtest_twodim_base.py531 def test_exceptions(self): member in TestTrilIndicesFrom
538 def test_exceptions(self): member in TestTriuIndicesFrom
/aosp_15_r20/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
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_exception.py47 def test_exceptions(self): member in TestException
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/core/
H A Dtest_scalarmath.py657 def test_exceptions(self): member in TestNegative
677 def test_exceptions(self): member in TestSubtract

12