Home
last modified time | relevance | path

Searched refs:error_msg (Results 1 – 25 of 189) sorted by relevance

12345678

/third_party/flutter/skia/third_party/externals/spirv-tools/source/util/
Dparse_number.cpp57 std::function<void(uint32_t)> emit, std::string* error_msg) { in ParseAndEncodeIntegerNumber() argument
59 ErrorMsgStream(error_msg) << "The given text is a nullptr"; in ParseAndEncodeIntegerNumber()
64 ErrorMsgStream(error_msg) << "The expected type is not a integer type"; in ParseAndEncodeIntegerNumber()
71 ErrorMsgStream(error_msg) << "Unsupported " << bit_width in ParseAndEncodeIntegerNumber()
81 ErrorMsgStream(error_msg) in ParseAndEncodeIntegerNumber()
93 ErrorMsgStream(error_msg) << "Invalid signed integer literal: " << text; in ParseAndEncodeIntegerNumber()
99 ErrorMsgStream(error_msg) in ParseAndEncodeIntegerNumber()
109 ErrorMsgStream(error_msg) << "Invalid unsigned integer literal: " << text; in ParseAndEncodeIntegerNumber()
114 ErrorMsgStream(error_msg) in ParseAndEncodeIntegerNumber()
134 std::function<void(uint32_t)> emit, std::string* error_msg) { in ParseAndEncodeFloatingPointNumber() argument
[all …]
/third_party/spirv-tools/source/util/
Dparse_number.cpp59 std::function<void(uint32_t)> emit, std::string* error_msg) { in ParseAndEncodeIntegerNumber() argument
61 ErrorMsgStream(error_msg) << "The given text is a nullptr"; in ParseAndEncodeIntegerNumber()
66 ErrorMsgStream(error_msg) << "The expected type is not a integer type"; in ParseAndEncodeIntegerNumber()
73 ErrorMsgStream(error_msg) in ParseAndEncodeIntegerNumber()
83 ErrorMsgStream(error_msg) in ParseAndEncodeIntegerNumber()
95 ErrorMsgStream(error_msg) << "Invalid signed integer literal: " << text; in ParseAndEncodeIntegerNumber()
101 ErrorMsgStream(error_msg) in ParseAndEncodeIntegerNumber()
111 ErrorMsgStream(error_msg) << "Invalid unsigned integer literal: " << text; in ParseAndEncodeIntegerNumber()
116 ErrorMsgStream(error_msg) in ParseAndEncodeIntegerNumber()
136 std::function<void(uint32_t)> emit, std::string* error_msg) { in ParseAndEncodeFloatingPointNumber() argument
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/util/
Dparse_number.cpp59 std::function<void(uint32_t)> emit, std::string* error_msg) { in ParseAndEncodeIntegerNumber() argument
61 ErrorMsgStream(error_msg) << "The given text is a nullptr"; in ParseAndEncodeIntegerNumber()
66 ErrorMsgStream(error_msg) << "The expected type is not a integer type"; in ParseAndEncodeIntegerNumber()
73 ErrorMsgStream(error_msg) in ParseAndEncodeIntegerNumber()
83 ErrorMsgStream(error_msg) in ParseAndEncodeIntegerNumber()
95 ErrorMsgStream(error_msg) << "Invalid signed integer literal: " << text; in ParseAndEncodeIntegerNumber()
101 ErrorMsgStream(error_msg) in ParseAndEncodeIntegerNumber()
111 ErrorMsgStream(error_msg) << "Invalid unsigned integer literal: " << text; in ParseAndEncodeIntegerNumber()
116 ErrorMsgStream(error_msg) in ParseAndEncodeIntegerNumber()
136 std::function<void(uint32_t)> emit, std::string* error_msg) { in ParseAndEncodeFloatingPointNumber() argument
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
Dparse_number.cpp59 std::function<void(uint32_t)> emit, std::string* error_msg) { in ParseAndEncodeIntegerNumber() argument
61 ErrorMsgStream(error_msg) << "The given text is a nullptr"; in ParseAndEncodeIntegerNumber()
66 ErrorMsgStream(error_msg) << "The expected type is not a integer type"; in ParseAndEncodeIntegerNumber()
73 ErrorMsgStream(error_msg) in ParseAndEncodeIntegerNumber()
83 ErrorMsgStream(error_msg) in ParseAndEncodeIntegerNumber()
95 ErrorMsgStream(error_msg) << "Invalid signed integer literal: " << text; in ParseAndEncodeIntegerNumber()
101 ErrorMsgStream(error_msg) in ParseAndEncodeIntegerNumber()
111 ErrorMsgStream(error_msg) << "Invalid unsigned integer literal: " << text; in ParseAndEncodeIntegerNumber()
116 ErrorMsgStream(error_msg) in ParseAndEncodeIntegerNumber()
136 std::function<void(uint32_t)> emit, std::string* error_msg) { in ParseAndEncodeFloatingPointNumber() argument
[all …]
/third_party/libxml2/
Dcheck-xml-test-suite.py26 error_msg = '' variable
29 global error_msg
32 if len(error_msg) < 300:
33 if len(error_msg) == 0 or error_msg[-1] == '\n':
34 error_msg = error_msg + " >>" + str
36 error_msg = error_msg + str
75 global error_msg
79 error_msg = ''
100 global error_msg
104 error_msg = ''
[all …]
Dcheck-xinclude-test-suite.py28 error_msg = '' variable
32 global error_msg
36 if len(error_msg) < 300:
37 if len(error_msg) == 0 or error_msg[-1] == '\n':
38 error_msg = error_msg + " >>" + str
40 error_msg = error_msg + str
46 global error_msg
50 error_msg = ''
60 global error_msg
161 if error_msg != '':
[all …]
/third_party/mindspore/mindspore/mindrecord/common/
Dexceptions.py89 def error_msg(self): member in MindRecordException
93 @error_msg.setter
94 def error_msg(self, msg): member in MindRecordException
148 self.error_msg = 'Invalid parameter value. {}'.format(error_detail)
158 self.error_msg = "Invalid parameter type. '{}' expect {} type." \
169 self.error_msg = "Param missing. '{}' is required.".format(param_name)
178 self.error_msg = 'Invalid path. {}'.format(error_path)
187 self.error_msg = 'Db connection is error. Detail: {}'.format(error_detail)
196 self.error_msg = 'MindRecord File could not open successfully.'
205 self.error_msg = 'MindRecord File could not open successfully for append.'
[all …]
/third_party/grpc/src/core/tsi/alts/frame_protector/
Dalts_counter.cc40 const char error_msg[] = "counter_size is invalid."; in alts_counter_create() local
41 maybe_copy_error_msg(error_msg, error_details); in alts_counter_create()
45 const char error_msg[] = "overflow_size is invalid."; in alts_counter_create() local
46 maybe_copy_error_msg(error_msg, error_details); in alts_counter_create()
50 const char error_msg[] = "crypter_counter is nullptr."; in alts_counter_create() local
51 maybe_copy_error_msg(error_msg, error_details); in alts_counter_create()
71 const char error_msg[] = "crypter_counter is nullptr."; in alts_counter_increment() local
72 maybe_copy_error_msg(error_msg, error_details); in alts_counter_increment()
76 const char error_msg[] = "is_overflow is nullptr."; in alts_counter_increment() local
77 maybe_copy_error_msg(error_msg, error_details); in alts_counter_increment()
Dalts_seal_privacy_integrity_crypter.cc47 const char error_msg[] = "data_size is zero."; in seal_check() local
48 maybe_copy_error_msg(error_msg, error_details); in seal_check()
52 const char error_msg[] = in seal_check() local
55 maybe_copy_error_msg(error_msg, error_details); in seal_check()
93 const char error_msg[] = "crypter is nullptr."; in alts_seal_crypter_create() local
94 maybe_copy_error_msg(error_msg, error_details); in alts_seal_crypter_create()
Dalts_unseal_privacy_integrity_crypter.cc50 const char error_msg[] = "data_size is smaller than num_overhead_bytes."; in unseal_check() local
51 maybe_copy_error_msg(error_msg, error_details); in unseal_check()
91 const char error_msg[] = "crypter is nullptr."; in alts_unseal_crypter_create() local
92 maybe_copy_error_msg(error_msg, error_details); in alts_unseal_crypter_create()
/third_party/boost/boost/numeric/odeint/integrate/
Dmax_step_checker.hpp71 char error_msg[200]; in operator ()() local
72 std::sprintf(error_msg, "Max number of iterations exceeded (%d).", m_max_steps); in operator ()()
73 BOOST_THROW_EXCEPTION( no_progress_error(error_msg) ); in operator ()()
103 char error_msg[200]; in operator ()() local
104 …std::sprintf(error_msg, "Max number of iterations exceeded (%d). A new step size was not found.", … in operator ()()
105 BOOST_THROW_EXCEPTION( step_adjustment_error(error_msg) ); in operator ()()
/third_party/boost/libs/unordered/test/helpers/
Dexception_test.hpp238 char const* error_msg = 0; in exception_safety() local
248 error_msg = "test_failure caught."; in exception_safety()
257 error_msg = "Unexpected exception."; in exception_safety()
266 if (error_msg) { in exception_safety()
267 BOOST_ERROR(error_msg); in exception_safety()
280 char const* error_msg; member
283 exception_looper() : success(false), failure_count(0), error_msg(0) {} in exception_looper()
289 return !error_msg && !success && failure_count < 5; in loop_condition()
303 error_msg = "test_failure caught."; in test_failure_caught()
317 error_msg = "Unexpected exception."; in unexpected_exception_caught()
[all …]
/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_validate.c75 if ((cond) && !CONTAINS(error_msg, error(msg))) { \
76 CAT(error_msg, error(msg)); \
84 cat(&error_msg, __msg); \
278 struct string error_msg = { .str = NULL, .len = 0 }; in invalid_values() local
294 return error_msg; in invalid_values()
313 if (error_msg.str) in invalid_values()
314 return error_msg; in invalid_values()
341 return error_msg; in invalid_values()
349 struct string error_msg = { .str = NULL, .len = 0 }; in sources_not_null() local
369 return error_msg; in sources_not_null()
[all …]
/third_party/ffmpeg/libavdevice/
Dopenal-dec.c129 const char *error_msg; in read_header() local
147 if (error = al_get_error(ad->device, &error_msg)) goto fail; in read_header()
178 if (error_msg) in read_header()
179 av_log(ctx, AV_LOG_ERROR, "Cannot open device: %s\n", error_msg); in read_header()
187 const char *error_msg; in read_packet() local
193 if (error = al_get_error(ad->device, &error_msg)) goto fail; in read_packet()
208 if (error = al_get_error(ad->device, &error_msg)) goto fail; in read_packet()
215 if (error_msg) in read_packet()
216 av_log(ctx, AV_LOG_ERROR, "Error: %s\n", error_msg); in read_packet()
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-util/
Dwrappers.h70 …const char* error_msg = "ERROR: wrong argument count for " # CLASS "." # NAME ", expected " # EXPR…
71 … return jerry_create_error(JERRY_ERROR_TYPE, reinterpret_cast<const jerry_char_t*>(error_msg)); \
76 …const char* error_msg = "ERROR: wrong argument type for " # CLASS "." # NAME ", expected argument …
77 … return jerry_create_error(JERRY_ERROR_TYPE, reinterpret_cast<const jerry_char_t*>(error_msg)); \
83 …const char* error_msg = "ERROR: wrong argument type for " # CLASS "." # NAME ", expected argument …
84 … return jerry_create_error(JERRY_ERROR_TYPE, reinterpret_cast<const jerry_char_t*>(error_msg)); \
/third_party/grpc/third_party/upb/tools/
Dstaleness_test_lib.py150 error_msg = "Files out of date!\n\n"
151 error_msg += "To fix run THIS command:\n"
152 error_msg += " bazel-bin/%s/%s --fix\n\n" % (config.package_name,
154 error_msg += "Errors:\n"
155 error_msg += " " + "\n ".join(diff_errors)
156 return error_msg
/third_party/grpc/third_party/upb/cmake/
Dstaleness_test_lib.py151 error_msg = "Files out of date!\n\n"
152 error_msg += "To fix run THIS command:\n"
153 error_msg += " bazel-bin/%s/%s --fix\n\n" % (config.package_name,
155 error_msg += "Errors:\n"
156 error_msg += " " + "\n ".join(diff_errors)
157 return error_msg
/third_party/toybox/toys/pending/
Dinit.c133 error_msg("Unable to open /etc/inittab. Using Default inittab"); in inittab_parsing()
165 if (!*tmp) error_msg("Invalid action at line number %d ---- ignoring",line_number); in inittab_parsing()
171 error_msg("Bad inittab entry at line %d", line_number); in inittab_parsing()
222 error_msg("unable to run %s",command); in run_command()
260 error_msg("Unable to open %s,%s\n", x->terminal_name, strerror(errno)); in final_run()
325 error_msg("The system is going down NOW!"); in set_default()
327 error_msg("Sent SIGTERM to all processes"); in set_default()
343 error_msg("Requesting system halt"); in halt_poweroff_reboot_handler()
347 error_msg("Requesting system poweroff"); in halt_poweroff_reboot_handler()
351 error_msg("Requesting system reboot"); in halt_poweroff_reboot_handler()
[all …]
Dtftp.c225 if (nbytes == 0) error_msg("Connection lost."); in read_ack()
226 else if (nbytes > 0) error_msg("Short packet: %d bytes", nbytes); in read_ack()
227 else error_msg("Server read ACK failure."); in read_ack()
237 error_msg("Invalid address in DATA."); in read_ack()
241 error_msg("Invalid port in DATA."); in read_ack()
250 error_msg("Bad opcode."); in read_ack()
262 error_msg("Timeout, Waiting for ACK."); in read_ack()
301 error_msg("Invalid address in DATA."); in file_get()
311 error_msg("Invalid port in DATA."); in file_get()
318 error_msg("Tiny data packet ignored."); in file_get()
[all …]
/third_party/protobuf/src/google/protobuf/compiler/
Dplugin.cc105 CodeGeneratorResponse* response, std::string* error_msg) { in GenerateCode() argument
119 *error_msg = in GenerateCode()
168 std::string error_msg; in PluginMain() local
171 if (GenerateCode(request, *generator, &response, &error_msg)) { in PluginMain()
177 if (!error_msg.empty()) { in PluginMain()
178 std::cerr << argv[0] << ": " << error_msg << std::endl; in PluginMain()
/third_party/glib/gobject/
Dgvalue.c348 gchar *error_msg; in g_value_set_instance() local
372 error_msg = value_table->collect_value (value, 1, &cvalue, 0); in g_value_set_instance()
373 if (error_msg) in g_value_set_instance()
375 g_warning ("%s: %s", G_STRLOC, error_msg); in g_value_set_instance()
376 g_free (error_msg); in g_value_set_instance()
422 gchar *error_msg; in g_value_init_from_instance() local
436 error_msg = value_table->collect_value (value, 1, &cvalue, 0); in g_value_init_from_instance()
437 if (error_msg) in g_value_init_from_instance()
439 g_warning ("%s: %s", G_STRLOC, error_msg); in g_value_init_from_instance()
440 g_free (error_msg); in g_value_init_from_instance()
/third_party/mindspore/tests/ut/python/dataset/
Dtest_ten_crop.py133 error_msg = "Size should be a single integer or a list/tuple (h, w) of length 2."
134 assert error_msg == str(info.value)
149 error_msg = "Input is not within the required interval of [1, 16777216]."
150 assert error_msg == str(info.value)
159 assert error_msg == str(info.value)
179 error_msg = "TypeError: __call__() takes 2 positional arguments but 11 were given"
182 assert error_msg in str(info.value)
/third_party/python/Lib/test/
Dtest_script_helper.py26 error_msg = str(error_context.exception)
27 self.assertIn('command line:', error_msg)
28 self.assertIn('sys.exit(0)', error_msg, msg='unexpected command line')
33 error_msg = str(error_context.exception)
34 self.assertIn('Process return code is 0\n', error_msg)
35 self.assertIn('import sys; sys.exit(0)', error_msg,
/third_party/grpc/src/core/lib/gprpp/
Dstat_posix.cc37 const char* error_msg = strerror(errno); in GetFileModificationTime() local
39 error_msg); in GetFileModificationTime()
40 return absl::Status(absl::StatusCode::kInternal, error_msg); in GetFileModificationTime()
Dstat_windows.cc36 const char* error_msg = strerror(errno); in GetFileModificationTime() local
38 error_msg); in GetFileModificationTime()
39 return absl::Status(absl::StatusCode::kInternal, error_msg); in GetFileModificationTime()

12345678