/aosp_15_r20/external/sdv/vsomeip/third_party/boost/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(); \
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/test/helpers/ |
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()
|
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()
|
/aosp_15_r20/external/pytorch/test/jit/ |
H A D | test_backends.py | 123 def test_errors(self): member in JitBackendTestCase 415 def test_errors(self): member in SelectiveLoweringTest 495 def test_errors(self): member in TestBackends 496 self.selective_lowering_test.test_errors() 560 def test_errors(self): member in JitBackendTestCaseWithCompiler 611 def test_errors(self): member in ErrorMessagesWithCompiler 727 def test_errors(self): member in TestBackendsWithCompiler 728 self.error_module_compiler_test.test_errors()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/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()
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_winsound.py | 40 def test_errors(self): member in BeepTest 82 def test_errors(self): member in PlaySoundTest
|
D | test_codecs.py | 381 def test_errors(self): member in UTF32Test 428 def test_errors(self): member in UTF32LETest 472 def test_errors(self): member in UTF32BETest 541 def test_errors(self): member in UTF16Test 579 def test_errors(self): member in UTF16LETest 620 def test_errors(self): member in UTF16BETest 705 def test_errors(self): member in UTF7Test 777 def test_errors(self): member in UTF16ExTest 936 def test_errors(self): member in EscapeDecodeTest
|
D | test_grp.py | 49 def test_errors(self): member in GroupDatabaseTestCase
|
D | test_linuxaudiodev.py | 56 def test_errors(self): member in LinuxAudioDevTests
|
D | test_pwd.py | 55 def test_errors(self): member in PwdTest
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_winsound.py | 41 def test_errors(self): member in BeepTest 89 def test_errors(self): member in PlaySoundTest
|
D | test_codecs.py | 527 def test_errors(self): member in UTF32Test 582 def test_errors(self): member in UTF32LETest 628 def test_errors(self): member in UTF32BETest 701 def test_errors(self): member in UTF16Test 762 def test_errors(self): member in UTF16LETest 806 def test_errors(self): member in UTF16BETest 989 def test_errors(self): member in UTF7Test 1057 def test_errors(self): member in UTF16ExTest 1216 def test_errors(self): member in EscapeDecodeTest 1625 def test_errors(self): member in IDNACodecTest
|
D | test_grp.py | 50 def test_errors(self): member in GroupDatabaseTestCase
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/test/ |
D | test_macros.hpp | 49 ++boost::detail::test_errors(); in report_severity() 52 ++boost::detail::test_errors(); in report_severity()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/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()
|
/aosp_15_r20/development/scripts/ |
H A D | cargo2rulesmk.py | 696 self.test_errors = "" 975 if self.test_errors: 977 "\n// Errors when listing tests:\n" + self.test_errors 1106 self.test_errors += "// " + line
|
/aosp_15_r20/external/python/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,
|
/aosp_15_r20/external/python/cpython2/Lib/ctypes/test/ |
D | test_functions.py | 212 def test_errors(self): member in FunctionTestCase 309 def test_errors(self): member in FunctionTestCase
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/test/ |
D | path_unit_test.cpp | 81 ++::boost::detail::test_errors(); in check_path() 100 ++::boost::detail::test_errors(); in check_native() 119 ++::boost::detail::test_errors(); in check_equal() 132 ++::boost::detail::test_errors(); in check()
|
/aosp_15_r20/external/igt-gpu-tools/tests/ |
H A D | prime_mmap.c | 362 test_errors(void) in test_errors() function 514 { "test_errors", test_errors },
|
/aosp_15_r20/development/tools/cargo_embargo/src/cargo/ |
H A D | cargo_out.rs | 162 test_errors: Vec<String>, field 251 result.test_errors.push(line.to_string()); in parse()
|
/aosp_15_r20/development/tools/external_crates/rooted_path/src/ |
H A D | lib.rs | 115 fn test_errors() -> Result<(), RootedPathError> { in test_errors() function
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | warn-empty-body.cpp | 241 void test_errors(int x) { in test_errors() function
|
/aosp_15_r20/external/python/google-api-python-client/tests/ |
D | test_mocks.py | 147 def test_errors(self): member in Mocks
|