Home
last modified time | relevance | path

Searched defs:error_msg (Results 1 – 25 of 91) sorted by relevance

1234

/external/v8/infra/testing/
DPRESUBMIT.py49 def check_keys(error_msg, src_dict, supported_keys): argument
57 def _check_properties(error_msg, src_dict, prop_name, supported_keys): argument
64 def _check_int_range(error_msg, src_dict, prop_name, lower_bound=None, argument
80 def _check_swarming_task_attrs(error_msg, src_dict): argument
92 def _check_swarming_config(error_msg, src_dict): argument
104 def _check_test(error_msg, test): argument
130 def error_msg(msg): function
144 def error_msg(msg): function
/external/grpc-grpc/src/core/tsi/alts/frame_protector/
Dalts_counter.cc40 const char error_msg[] = "counter_size is invalid."; in alts_counter_create() local
45 const char error_msg[] = "overflow_size is invalid."; in alts_counter_create() local
50 const char error_msg[] = "crypter_counter is nullptr."; in alts_counter_create() local
71 const char error_msg[] = "crypter_counter is nullptr."; in alts_counter_increment() local
76 const char error_msg[] = "is_overflow is nullptr."; in alts_counter_increment() local
Dalts_seal_privacy_integrity_crypter.cc47 const char error_msg[] = "data_size is zero."; in seal_check() local
52 const char error_msg[] = in seal_check() local
93 const char error_msg[] = "crypter is nullptr."; in alts_seal_crypter_create() local
Dalts_unseal_privacy_integrity_crypter.cc50 const char error_msg[] = "data_size is smaller than num_overhead_bytes."; in unseal_check() local
91 const char error_msg[] = "crypter is nullptr."; in alts_unseal_crypter_create() local
Dalts_record_protocol_crypter_common.cc57 const char error_msg[] = in increment_counter() local
111 const char error_msg[] = "crypter is nullptr."; in alts_crypter_create_common() local
Dalts_crypter.cc44 const char error_msg[] = in alts_crypter_process_in_place() local
/external/autotest/client/site_tests/platform_Firewall/
Dplatform_Firewall.py39 def _check(expected_rule, actual_rules, error_msg, executable, check): argument
46 def _check_included(expected_rule, actual_rules, error_msg, executable): argument
54 def _check_not_included(expected_rule, actual_rules, error_msg, executable): argument
/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dparse_number.cpp59 std::function<void(uint32_t)> emit, std::string* error_msg) { in ParseAndEncodeIntegerNumber()
136 std::function<void(uint32_t)> emit, std::string* error_msg) { in ParseAndEncodeFloatingPointNumber()
195 std::string* error_msg) { in ParseAndEncodeNumber()
/external/deqp-deps/SPIRV-Tools/source/util/
Dparse_number.cpp59 std::function<void(uint32_t)> emit, std::string* error_msg) { in ParseAndEncodeIntegerNumber()
136 std::function<void(uint32_t)> emit, std::string* error_msg) { in ParseAndEncodeFloatingPointNumber()
195 std::string* error_msg) { in ParseAndEncodeNumber()
/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view_test.cc340 bool success, const string& error_msg, in TestUpdateNodeName()
380 string error_msg; in TEST() local
676 const string& error_msg) { in TestSwapNodeNamesError()
704 string error_msg; in TEST() local
910 const string& error_msg, in TestAddRegularFanin()
941 string error_msg; in TEST() local
1042 bool success, const string& error_msg, in TestAddRegularFaninByPort()
1073 string error_msg; in TEST() local
1196 const string& error_msg, in TestRemoveRegularFanin()
1230 string error_msg; in TEST() local
[all …]
/external/tensorflow/tensorflow/python/tools/
Dcomponent_api_helper.py25 def package_hook(parent_package_str, child_package_str, error_msg=None): argument
/external/tensorflow/tensorflow/python/client/
Dtf_sessionrun_wrapper.i76 string error_msg; variable
/external/protobuf/src/google/protobuf/compiler/
Dplugin.cc98 string* error_msg) { in GenerateCode()
174 string error_msg; in PluginMain() local
/external/mesa3d/src/intel/compiler/
Dbrw_eu_validate.c231 struct string error_msg = { .str = NULL, .len = 0 }; in sources_not_null() local
252 struct string error_msg = { .str = NULL, .len = 0 }; in send_restrictions() local
404 struct string error_msg = { .str = NULL, .len = 0 }; in general_restrictions_based_on_operand_types() local
505 struct string error_msg = { .str = NULL, .len = 0 }; in general_restrictions_on_region_parameters() local
723 struct string error_msg = { .str = NULL, .len = 0 }; in region_alignment_rules() local
1033 struct string error_msg = { .str = NULL, .len = 0 }; in vector_immediate_restrictions() local
1095 struct string error_msg = { .str = NULL, .len = 0 }; in special_requirements_for_handling_double_precision_data_types() local
1266 struct string error_msg = { .str = NULL, .len = 0 }; in brw_validate_instructions() local
/external/tensorflow/tensorflow/cc/framework/
Dgrad_op_registry.cc35 const string error_msg = in Lookup() local
/external/v8/src/wasm/
Dwasm-result.h59 const std::string& error_msg() const { return error_msg_; } in error_msg() function
126 const char* error_msg() { return error_msg_.c_str(); } in error_msg() function
/external/bcc/tests/python/
Dtest_bpf_log.py13 error_msg = "R0 invalid mem access 'map_value_or_null'\n" variable
/external/grpc-grpc/src/core/lib/iomgr/
Derror_cfstream.cc36 char* error_msg; in grpc_error_create_from_cferror() local
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/
Dchoose_fastest_dataset_test.py70 error_msg): argument
/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
Dinterpreter_wrapper.cc89 std::string* error_msg) { in CreateInterpreterWrapper()
409 const char* model_path, std::string* error_msg) { in CreateWrapperCPPFromFile()
418 PyObject* data, std::string* error_msg) { in CreateWrapperCPPFromBuffer()
/external/tensorflow/tensorflow/core/kernels/
Dlogging_ops.cc160 string error_msg = strings::StrCat( in PrintV2Op() local
195 string error_msg = strings::StrCat( in Compute() local
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Dgrpc_ares_wrapper.cc243 char* error_msg; in on_hostbyname_done_locked() local
287 char* error_msg; in on_srv_query_done_locked() local
306 char* error_msg; in on_txt_done_locked() local
433 char* error_msg; in grpc_dns_lookup_ares_continue_after_check_localhost_and_ip_literals_locked() local
577 char* error_msg; in grpc_ares_init() local
/external/pdfium/core/fxcodec/codec/
Dccodec_pngmodule.cpp41 static void _png_error_data(png_structp png_ptr, png_const_charp error_msg) { in _png_error_data()
48 static void _png_warning_data(png_structp png_ptr, png_const_charp error_msg) {} in _png_warning_data()
/external/strace/
Derror_prints.c79 error_msg(const char *fmt, ...) in error_msg() function
/external/freetype/src/sfnt/
Dpngshim.c192 png_const_charp error_msg ) in error_callback()
210 png_const_charp error_msg ) in warning_callback()

1234