| /external/v8/infra/testing/ |
| D | PRESUBMIT.py | 56 def check_keys(error_msg, src_dict, supported_keys): argument 64 def _check_properties(error_msg, src_dict, prop_name, supported_keys): argument 71 def _check_int_range(error_msg, src_dict, prop_name, lower_bound=None, argument 87 def _check_swarming_task_attrs(error_msg, src_dict): argument 99 def _check_swarming_config(error_msg, src_dict): argument 111 def _check_test(error_msg, test): argument 137 def error_msg(msg): function 151 def error_msg(msg): function
|
| /external/grpc-grpc/src/core/tsi/alts/frame_protector/ |
| D | alts_counter.cc | 40 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
|
| D | alts_seal_privacy_integrity_crypter.cc | 47 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
|
| D | alts_unseal_privacy_integrity_crypter.cc | 50 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
|
| D | alts_record_protocol_crypter_common.cc | 57 const char error_msg[] = in increment_counter() local 111 const char error_msg[] = "crypter is nullptr."; in alts_crypter_create_common() local
|
| D | alts_crypter.cc | 44 const char error_msg[] = in alts_crypter_process_in_place() local
|
| /external/fmtlib/test/compile-error-test/ |
| D | CMakeLists.txt | 25 set(error_msg "Compile error for: ${code}") variable 39 set(error_msg "No compile error for: ${code}") variable
|
| /external/autotest/client/site_tests/platform_Firewall/ |
| D | platform_Firewall.py | 39 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/deqp-deps/SPIRV-Tools/source/util/ |
| D | parse_number.cpp | 59 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/swiftshader/third_party/SPIRV-Tools/source/util/ |
| D | parse_number.cpp | 59 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/angle/third_party/spirv-tools/src/source/util/ |
| D | parse_number.cpp | 59 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/ |
| D | mutable_graph_view_test.cc | 340 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/mesa3d/src/intel/compiler/ |
| D | brw_eu_validate.c | 275 struct string error_msg = { .str = NULL, .len = 0 }; in invalid_values() local 346 struct string error_msg = { .str = NULL, .len = 0 }; in sources_not_null() local 373 struct string error_msg = { .str = NULL, .len = 0 }; in alignment_supported() local 405 struct string error_msg = { .str = NULL, .len = 0 }; in send_restrictions() local 697 struct string error_msg = { .str = NULL, .len = 0 }; in general_restrictions_based_on_operand_types() local 929 struct string error_msg = { .str = NULL, .len = 0 }; in general_restrictions_on_region_parameters() local 1084 struct string error_msg = { .str = NULL, .len = 0 }; in special_restrictions_for_mixed_float_mode() local 1370 struct string error_msg = { .str = NULL, .len = 0 }; in region_alignment_rules() local 1680 struct string error_msg = { .str = NULL, .len = 0 }; in vector_immediate_restrictions() local 1742 struct string error_msg = { .str = NULL, .len = 0 }; in special_requirements_for_handling_double_precision_data_types() local [all …]
|
| /external/protobuf/src/google/protobuf/compiler/ |
| D | plugin.cc | 105 CodeGeneratorResponse* response, std::string* error_msg) { in GenerateCode() 166 std::string error_msg; in PluginMain() local
|
| /external/tensorflow/tensorflow/cc/framework/ |
| D | grad_op_registry.cc | 35 const string error_msg = in Lookup() local
|
| /external/bcc/tests/python/ |
| D | test_bpf_log.py | 13 error_msg = "R0 invalid mem access 'map_value_or_null'\n" variable
|
| /external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/ |
| D | choose_fastest_dataset_test.py | 86 error_msg): argument
|
| /external/grpc-grpc/src/core/lib/iomgr/ |
| D | error_cfstream.cc | 36 char* error_msg; in grpc_error_create_from_cferror() local
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | logging_ops.cc | 134 string error_msg = strings::StrCat( in PrintV2Op() local 176 string error_msg = strings::StrCat( in Compute() local
|
| /external/pdfium/core/fxcodec/png/ |
| D | pngmodule.cpp | 39 void _png_error_data(png_structp png_ptr, png_const_charp error_msg) { in _png_error_data() 48 void _png_warning_data(png_structp png_ptr, png_const_charp error_msg) {} in _png_warning_data()
|
| /external/tensorflow/tensorflow/lite/python/interpreter_wrapper/ |
| D | interpreter_wrapper.cc | 111 std::string* error_msg) { in RegisterCustomOpByName() 152 const std::vector<std::string>& registerers, std::string* error_msg) { in CreateInterpreterWrapper() 595 std::string* error_msg) { in CreateWrapperCPPFromFile() 606 std::string* error_msg) { in CreateWrapperCPPFromBuffer()
|
| /external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/ |
| D | grpc_ares_wrapper.cc | 243 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/strace/ |
| D | error_prints.c | 79 error_msg(const char *fmt, ...) in error_msg() function
|
| /external/freetype/src/sfnt/ |
| D | pngshim.c | 192 png_const_charp error_msg ) in error_callback() 210 png_const_charp error_msg ) in warning_callback()
|
| /external/tensorflow/tensorflow/python/data/experimental/kernel_tests/ |
| D | get_single_element_test.py | 50 def testGetSingleElement(self, skip, take, error=None, error_msg=None): argument
|