/third_party/boost/libs/multiprecision/test/ |
D | test_test.cpp | 26 BOOST_CHECK(boost::detail::test_errors() == 1); in main() 27 --boost::detail::test_errors(); in main() 35 BOOST_CHECK(boost::detail::test_errors() == 1); in main() 36 --boost::detail::test_errors(); in main() 41 BOOST_CHECK(boost::detail::test_errors() == 1); in main() 42 --boost::detail::test_errors(); in main() 47 BOOST_CHECK(boost::detail::test_errors() == 1); in main() 48 --boost::detail::test_errors(); in main() 53 BOOST_CHECK(boost::detail::test_errors() == 1); in main() 54 --boost::detail::test_errors(); in main() [all …]
|
D | test_cpp_int_karatsuba.cpp | 103 if (last_error_count != (unsigned)boost::detail::test_errors()) in test() 105 last_error_count = boost::detail::test_errors(); in test() 126 if (last_error_count != (unsigned)boost::detail::test_errors()) in test() 128 last_error_count = boost::detail::test_errors(); in test() 175 if (last_error_count != (unsigned)boost::detail::test_errors()) in test() 177 last_error_count = boost::detail::test_errors(); in test() 214 if (last_error_count != (unsigned)boost::detail::test_errors()) in test() 216 last_error_count = boost::detail::test_errors(); in test() 260 if (last_error_count != (unsigned)boost::detail::test_errors()) in test() 262 last_error_count = boost::detail::test_errors(); in test()
|
D | test_cpp_bin_float_io.cpp | 96 ++boost::detail::test_errors(); in test() 128 ++boost::detail::test_errors(); in test() 215 if (error_count != boost::detail::test_errors()) in do_round_trip() 217 error_count = boost::detail::test_errors(); in do_round_trip() 247 if (boost::detail::test_errors() > 200) in test_round_trip()
|
D | test_float_serial.hpp | 138 ++boost::detail::test_errors(); in test() 148 ++boost::detail::test_errors(); in test()
|
D | test_rat_float_interconv.cpp | 163 if (boost::detail::test_errors() > 100) in test_round_trip() 235 if (boost::detail::test_errors() > 100) in test_random_rationals()
|
D | test_fixed_int.cpp | 126 if (last_error_count != boost::detail::test_errors()) in main() 128 last_error_count = boost::detail::test_errors(); in main()
|
D | test_float_io.cpp | 147 ++boost::detail::test_errors(); in test() 180 ++boost::detail::test_errors(); in test()
|
D | test.hpp | 138 ++boost::detail::test_errors(); in report_severity() 141 ++boost::detail::test_errors(); in report_severity()
|
/third_party/boost/libs/asio/test/ |
D | unit_test.hpp | 54 inline atomic_count& test_errors() in test_errors() function 63 boost::asio::detail::test_errors(); in begin_test_suite() 71 long errors = boost::asio::detail::test_errors(); in end_test_suite() 86 long errors_before = boost::asio::detail::test_errors(); in run_test() 88 if (test_errors() == errors_before) in run_test() 120 ++boost::asio::detail::test_errors(); \ 128 ++boost::asio::detail::test_errors(); \ 143 ++boost::asio::detail::test_errors(); \
|
/third_party/boost/libs/qvm/test/ |
D | test_qvm.hpp | 66 ++::boost::detail::test_errors(); in test_eq_impl() 82 ++::boost::detail::test_errors(); in test_eq_impl() 98 ++::boost::detail::test_errors(); in test_eq_impl() 120 ++::boost::detail::test_errors(); in test_eq_q_impl() 135 ++::boost::detail::test_errors(); in test_neq_impl() 151 ++::boost::detail::test_errors(); in test_neq_impl() 165 ++::boost::detail::test_errors(); in test_neq_impl() 185 ++::boost::detail::test_errors(); in test_neq_q_impl() 198 ++::boost::detail::test_errors(); in test_close_impl() 214 ++::boost::detail::test_errors(); in test_close_impl() [all …]
|
/third_party/boost/libs/unordered/test/helpers/ |
D | test.hpp | 82 int error_count = boost::detail::test_errors(); in run_tests() 89 if (quiet && error_count != boost::detail::test_errors()) { in run_tests() 103 return boost::detail::test_errors() + 1; in start_sub_test() 108 if (is_quiet && value != boost::detail::test_errors() + 1) { in end_sub_test()
|
D | exception_test.hpp | 240 int error_count = boost::detail::test_errors(); in exception_safety() 251 if (error_count != boost::detail::test_errors()) { in exception_safety() 261 if (error_count != boost::detail::test_errors()) { in exception_safety() 294 error_count = boost::detail::test_errors(); in start_iteration() 308 if (error_count != boost::detail::test_errors()) { in test_exception_caught()
|
/third_party/boost/libs/integer/test/ |
D | integer_test.cpp | 153 if(boost::detail::test_errors() != last_error_count) in do_test_bits() 155 last_error_count = boost::detail::test_errors(); in do_test_bits() 179 if(boost::detail::test_errors() != last_error_count) in test_min_max_type() 181 last_error_count = boost::detail::test_errors(); in test_min_max_type()
|
/third_party/python/Lib/test/ |
D | test_winsound.py | 41 def test_errors(self): member in BeepTest 89 def test_errors(self): member in PlaySoundTest
|
D | test_grp.py | 50 def test_errors(self): member in GroupDatabaseTestCase
|
D | test_pwd.py | 56 def test_errors(self): member in PwdTest
|
D | test_ucn.py | 199 def test_errors(self): member in UnicodeNamesTest
|
D | test_codecs.py | 523 def test_errors(self): member in UTF32Test 578 def test_errors(self): member in UTF32LETest 624 def test_errors(self): member in UTF32BETest 697 def test_errors(self): member in UTF16Test 745 def test_errors(self): member in UTF16LETest 789 def test_errors(self): member in UTF16BETest 972 def test_errors(self): member in UTF7Test 1040 def test_errors(self): member in UTF16ExTest 1197 def test_errors(self): member in EscapeDecodeTest 1600 def test_errors(self): member in IDNACodecTest
|
/third_party/PyYAML/tests/lib/ |
D | test_yaml.py | 8 from test_errors import *
|
D | test_yaml_ext.py | 286 import test_tokens, test_structure, test_errors, test_resolver, test_constructor, \ 288 wrap_ext([test_tokens, test_structure, test_errors, test_resolver, test_constructor,
|
/third_party/boost/libs/uuid/test/ |
D | digestutils.hpp | 63 ++boost::detail::test_errors(); in test_digest_equal_array()
|
D | test_uuid_no_simd.cpp | 37 ++boost::detail::test_errors(); in test_uuid_equal_array()
|
/third_party/boost/libs/regex/test/ |
D | test_macros.hpp | 49 ++boost::detail::test_errors(); in report_severity() 52 ++boost::detail::test_errors(); in report_severity()
|
/third_party/boost/libs/utility/test/ |
D | value_init_test.cpp | 248 const int errors_before_test = boost::detail::test_errors(); in test() 290 return boost::detail::test_errors() == errors_before_test ; in test()
|
/third_party/python/Lib/ctypes/test/ |
D | test_functions.py | 202 def test_errors(self): member in FunctionTestCase 299 def test_errors(self): member in FunctionTestCase
|