Home
last modified time | relevance | path

Searched refs:failure_type (Results 1 – 10 of 10) sorted by relevance

/external/libcxx/test/support/
Drapid-cxx-test.hpp114 ::rapid_cxx_test::failure_type::unsupported, __FILE__, TEST_FUNC_NAME(), __LINE__ \
130 ::rapid_cxx_test::failure_type::none, __FILE__, TEST_FUNC_NAME(), __LINE__ \
134 m_f.type = ::rapid_cxx_test::failure_type::warn; \
144 ::rapid_cxx_test::failure_type::none, __FILE__, TEST_FUNC_NAME(), __LINE__ \
148 m_f.type = ::rapid_cxx_test::failure_type::check; \
158 ::rapid_cxx_test::failure_type::none, __FILE__, TEST_FUNC_NAME(), __LINE__ \
162 m_f.type = ::rapid_cxx_test::failure_type::require; \
165 if (m_f.type != ::rapid_cxx_test::failure_type::none) { \
175 ::rapid_cxx_test::failure_type::none, __FILE__, TEST_FUNC_NAME(), __LINE__ \
179 m_f.type = ::rapid_cxx_test::failure_type::assert; \
[all …]
/external/llvm-project/libcxx/test/support/
Drapid-cxx-test.h114 ::rapid_cxx_test::failure_type::unsupported, __FILE__, TEST_FUNC_NAME(), __LINE__ \
130 ::rapid_cxx_test::failure_type::none, __FILE__, TEST_FUNC_NAME(), __LINE__ \
134 m_f.type = ::rapid_cxx_test::failure_type::warn; \
144 ::rapid_cxx_test::failure_type::none, __FILE__, TEST_FUNC_NAME(), __LINE__ \
148 m_f.type = ::rapid_cxx_test::failure_type::check; \
158 ::rapid_cxx_test::failure_type::none, __FILE__, TEST_FUNC_NAME(), __LINE__ \
162 m_f.type = ::rapid_cxx_test::failure_type::require; \
165 if (m_f.type != ::rapid_cxx_test::failure_type::none) { \
175 ::rapid_cxx_test::failure_type::none, __FILE__, TEST_FUNC_NAME(), __LINE__ \
179 m_f.type = ::rapid_cxx_test::failure_type::assert; \
[all …]
/external/autotest/server/cros/chaos_lib/
Dchaos_parser.py189 failure_type = CONFIG_FAIL
191 failure_type = CONNECT_FAIL
193 if (failure_type == CONFIG_FAIL and
206 or failure_type == CONFIG_FAIL):
/external/pdfium/
DPRESUBMIT.py155 for (line_num, previous_line_num, failure_type) in problem_linenums:
157 warnings.append(' %s:%d:%s' % (file_path, line_num, failure_type))
/external/tcpdump/
Dprint-atm.c444 uint8_t failure_type; member
523 ND_PRINT((ndo, "\n\tFailure-type 0x%02x", oam_ptr.oam_fm_ais_rdi->failure_type)); in oam_print()
/external/grpc-grpc/test/core/end2end/fixtures/
Dhttp_proxy_fixture.cc150 enum failure_type { enum
160 failure_type failure, const char* prefix, in proxy_connection_failed()
/external/tensorflow/tensorflow/lite/
Dbuild_def.bzl746 def gen_model_coverage_test(src, model_name, data, failure_type, tags, size = "medium"):
754 failure_type: List of failure types (none, toco, crash, inference, evaluation)
762 if failure_type[i] != "none":
763 args.append("--failure_type=%s" % failure_type[i])
/external/llvm-project/libcxx/test/libcxx/containers/sequences/deque/
Dspare_block_handling.pass.cpp62 != ::rapid_cxx_test::failure_type::none) { in ~PrintOnFailure()
/external/autotest/site_utils/
Dgenerate_test_report335 failure_type = match.group(1)
339 error_msg = ': '.join([failure_type, reason])
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc1528 inline void AddValidationFailure(NNAPIValidationFailureType failure_type, in AddValidationFailure() argument
1535 val_ctx->validation_failures->push_back({failure_type, message}); in AddValidationFailure()
1542 NNAPIValidationFailureType failure_type, in AddValidationFailureFmt() argument
1551 val_ctx->validation_failures->push_back({failure_type, tmp_buf.get()}); in AddValidationFailureFmt()
1556 inline bool Expect(bool condition, NNAPIValidationFailureType failure_type, in Expect() argument
1559 AddValidationFailure(failure_type, message, val_ctx); in Expect()
1567 NNAPIValidationFailureType failure_type, in ExpectFmt() argument
1570 AddValidationFailureFmt(val_ctx, failure_type, message_fmt, args...); in ExpectFmt()
1578 NNAPIValidationFailureType failure_type, in ExpectTypeIn() argument
1582 failure_type, msg, val_ctx); in ExpectTypeIn()