Home
last modified time | relevance | path

Searched refs:error_message (Results 1 – 25 of 136) sorted by relevance

123456

/third_party/json/include/nlohmann/detail/input/
Dlexer.hpp231 error_message = "invalid string: ill-formed UTF-8 byte"; in next_byte_in_range()
270 error_message = "invalid string: missing closing quote"; in scan_string()
326error_message = "invalid string: '\\u' must be followed by 4 hex digits"; in scan_string()
340error_message = "invalid string: '\\u' must be followed by 4 hex digits"; in scan_string()
360error_message = "invalid string: surrogate U+D800..U+DBFF must be followed by U+DC00..U+DFFF"; in scan_string()
366error_message = "invalid string: surrogate U+D800..U+DBFF must be followed by U+DC00..U+DFFF"; in scan_string()
374error_message = "invalid string: surrogate U+DC00..U+DFFF must follow U+D800..U+DBFF"; in scan_string()
415 error_message = "invalid string: forbidden character after backslash"; in scan_string()
425error_message = "invalid string: control character U+0000 (NUL) must be escaped to \\u0000"; in scan_string()
431error_message = "invalid string: control character U+0001 (SOH) must be escaped to \\u0001"; in scan_string()
[all …]
/third_party/skia/third_party/externals/libpng/
Dpngerror.c24 png_const_charp error_message)),PNG_NORETURN);
39 png_error,(png_const_structrp png_ptr, png_const_charp error_message),
49 if (*error_message == PNG_LITERAL_SHARP)
54 if (error_message[offset] == ' ')
61 msg[i] = error_message[i + 1];
63 error_message = msg;
67 error_message += offset;
76 error_message = msg;
84 error_message);
88 png_default_error(png_ptr, error_message);
[all …]
/third_party/alsa-utils/alsamixer/
Dconfigparser.c21 static const char *error_message; variable
335 error_message = _("invalid widget"); in cfg_bind()
346 error_message = _("invalid key"); in cfg_bind()
366 error_message = _("invalid command"); in cfg_bind()
393 error_message = _("unknown theme element"); in cfg_color()
399 error_message = _("unknown color"); in cfg_color()
405 error_message = _("unknown color"); in cfg_color()
414 error_message = _("unknown color attribute"); in cfg_color()
433 error_message = _("invalid value"); in cfg_set()
442 error_message = _("invalid value"); in cfg_set()
[all …]
/third_party/cef/libcef/browser/extensions/
Dextension_function_details.cc219 std::string* error_message) const { in GetBrowserForTabIdFirstTime()
229 if (error_message) { in GetBrowserForTabIdFirstTime()
230 *error_message = ErrorUtils::FormatErrorMessage( in GetBrowserForTabIdFirstTime()
239 if (error_message) { in GetBrowserForTabIdFirstTime()
240 *error_message = keys::kNoCurrentWindowError; in GetBrowserForTabIdFirstTime()
252 std::string* error_message) const { in GetBrowserForTabIdAgain()
260 if (error_message) { in GetBrowserForTabIdAgain()
261 *error_message = ErrorUtils::FormatErrorMessage( in GetBrowserForTabIdAgain()
295 std::string* error_message) const { in OpenTab()
308 GetBrowserForTabIdFirstTime(window_id, error_message); in OpenTab()
[all …]
Dextension_function_details.h79 std::string* error_message) const;
88 std::string* error_message) const;
114 std::string* error_message) const;
/third_party/libabigail/tests/
Dtest-diff-filter.cc838 string error_message; member
874 error_message = string("could not create parent directory for ") in perform()
914 error_message += "cmd failed: " + cmd; in perform()
968 if (!t->error_message.empty()) in main()
969 cerr << t->error_message << '\n'; in main()
Dtest-read-common.cc70 error_message = string("failed to read ") + out_abi_path + "\n"; in serialize_corpus()
108 error_message = string("ABIs differ:\n") in run_abidw()
136 error_message = string("ABI files differ:\n") in run_diff()
259 if (!t->error_message.empty()) in run_tests()
260 cerr << t->error_message << '\n'; in run_tests()
Dtest-read-write.cc255 string diff_cmd, error_message; member
319 error_message = in perform()
332 error_message = in perform()
391 if (!t->error_message.empty()) in main()
392 cerr << t->error_message << '\n'; in main()
Dtest-types-stability.cc65 string error_message; member
96 error_message = in perform()
156 cerr << t->error_message << "\n"; in main()
Dtest-diff-suppr.cc2071 std::string error_message; member
2110 error_message = in perform()
2228 if (!t->error_message.empty()) in main()
2229 std::cerr << t->error_message << '\n'; in main()
/third_party/python/Lib/unittest/
Dloader.py132 error_case, error_message = _make_failed_load_tests(
134 self.errors.append(error_message)
148 error_case, error_message = None, None
159 error_case, error_message = _make_failed_import_test(
163 self.errors.append(error_message)
179 self.errors.append(error_message)
183 error_case, error_message = _make_failed_test(
187 self.errors.append(error_message)
440 error_case, error_message = \
442 self.errors.append(error_message)
[all …]
/third_party/mbedtls/programs/x509/
Dload_roots.c102 char error_message[200]; in read_certificates() local
103 mbedtls_strerror(ret, error_message, sizeof(error_message)); in read_certificates()
105 *cur, (unsigned) -ret, error_message); in read_certificates()
/third_party/node/test/fixtures/wpt/dom/events/scrolling/
Dscroll_support.js20 function waitFor(condition, error_message = 'Reaches the maximum frames.') { argument
26 reject(error_message);
148 function conditionHolds(condition, error_message = 'Condition is not true anymore.') { argument
157 reject(error_message);
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc74 BuildFileErrorCollector() : error_message(""), had_errors_(false) {} in BuildFileErrorCollector()
82 error_message += in AddError()
88 error_message += (" " + element_name + ": " + message + "\n"); in AddError()
93 error_message = ""; in Clear()
96 std::string error_message; member in google::protobuf::python::cdescriptor_pool::BuildFileErrorCollector
224 if (error_collector && !error_collector->error_message.empty()) { in SetErrorFromCollector()
226 error_type, name, error_collector->error_message.c_str()); in SetErrorFromCollector()
439 if (error_collector && !error_collector->error_message.empty()) { in FindExtensionByNumber()
441 number, error_collector->error_message.c_str()); in FindExtensionByNumber()
613 error_collector.error_message.c_str()); in AddSerializedFile()
/third_party/node/test/js-native-api/
Dcommon.h11 const char* err_message = error_info->error_message; \
15 const char* error_message = err_message != NULL ? \
18 napi_throw_error((env), NULL, error_message); \
Dcommon.c41 (p_last_error->error_message == NULL ? in add_last_status()
43 p_last_error->error_message), in add_last_status()
/third_party/jerryscript/jerry-ext/debugger/
Ddebugger-tcp.c109 char *error_message = NULL; in jerryx_debugger_tcp_log_error() local
114 (LPTSTR) &error_message, in jerryx_debugger_tcp_log_error()
117 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "TCP Error: %s\n", error_message); in jerryx_debugger_tcp_log_error()
118 LocalFree (error_message); in jerryx_debugger_tcp_log_error()
/third_party/cef/libcef_dll/wrapper/
Dcef_message_router.cc110 void Failure(int error_code, const CefString& error_message) override { in Failure() argument
114 error_code, error_message)); in Failure()
123 error_message)); in Failure()
409 const CefString& error_message) { in OnCallbackFailure() argument
415 SendQueryFailure(info, error_code, error_message); in OnCallbackFailure()
443 const CefString& error_message) { in SendQueryFailure() argument
445 info->request_id, error_code, error_message); in SendQueryFailure()
453 const CefString& error_message) { in SendQueryFailure() argument
461 args->SetString(4, error_message); in SendQueryFailure()
838 const CefString& error_message = args->GetString(4); in OnProcessMessageReceived() local
[all …]
/third_party/cef/libcef_dll/cpptoc/
Dserver_cpptoc.cc189 const cef_string_t* error_message) { in server_send_http500response() argument
198 DCHECK(error_message); in server_send_http500response()
199 if (!error_message) in server_send_http500response()
204 CefString(error_message)); in server_send_http500response()
/third_party/cef/libcef_dll/ctocpp/
Dserver_ctocpp.cc188 const CefString& error_message) { in SendHttp500Response() argument
198 DCHECK(!error_message.empty()); in SendHttp500Response()
199 if (error_message.empty()) in SendHttp500Response()
204 error_message.GetStruct()); in SendHttp500Response()
/third_party/ltp/testcases/kernel/controllers/cpuset/
Dcpuset_funcs.sh74 local error_message=
76 while read error_message
78 cpuset_log "$error_message"
/third_party/vk-gl-cts/external/amber/src/src/
Dclspv_helper.cc38 std::string error_message; member
161 helper->error_message = "Workgroup arguments are not currently supported"; in ParseExtendedInst()
165 helper->error_message = in ParseExtendedInst()
196 helper->error_message = "Unsupported push constant"; in ParseExtendedInst()
274 return Result(helper.error_message); in Compile()
/third_party/protobuf/src/google/protobuf/stubs/
Dstatus.h76 Status(error::Code error_code, StringPiece error_message);
96 StringPiece error_message() const { in error_message() function
Dstatus.cc92 Status::Status(error::Code error_code, StringPiece error_message) in Status() argument
95 error_message_ = error_message.ToString(); in Status()
/third_party/benchmark/test/
Dskip_with_error_test.cc31 std::string error_message; member
39 BM_CHECK(error_message == run.error_message); in CheckRun()

123456