Home
last modified time | relevance | path

Searched refs:error_string (Results 1 – 25 of 27) sorted by relevance

12

/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
Derrorrecord.py38 def __init__(self, path, error_string, new_error): argument
40 self.error_string = error_string
61 error_string = erroroutput.GetUnixErrorOutput(
64 error_string = erroroutput.GetErrorOutput(error, new_error=new_error)
66 return ErrorRecord(path, error_string, new_error)
Dgjslint.py226 print record.error_string
/external/autotest/server/site_tests/network_WiFi_ChaosConfigFailure/
Dnetwork_WiFi_ChaosConfigFailure.py15 def run_once(self, ap, error_string): argument
27 if ap_constants.AP_CONFIG_FAIL in error_string:
32 if ap_constants.AP_PDU_DOWN in error_string:
37 if ap_constants.AP_CONFIG_FAIL in error_string:
41 elif ap_constants.AP_SECURITY_MISMATCH in error_string:
45 elif ap_constants.WORK_CLI_CONNECT_FAIL in error_string:
Dcontrol43 error_string=ap_constants.AP_CONFIG_FAIL, tag=ap.ssid)
/external/ppp/pppd/plugins/
Dwinbind.c252 char **error_string) in run_ntlm_auth() argument
290 if (error_string) { in run_ntlm_auth()
291 *error_string = strdup("fork failed!"); in run_ntlm_auth()
422 if (error_string) in run_ntlm_auth()
423 *error_string = strdup(parameter); in run_ntlm_auth()
426 if (error_string) in run_ntlm_auth()
427 *error_string = strdup(parameter); in run_ntlm_auth()
549 char *error_string = NULL; in winbind_chap_verify() local
584 &error_string) == AUTHENTICATED) { in winbind_chap_verify()
590 if (error_string) { in winbind_chap_verify()
[all …]
/external/autotest/client/cros/cellular/mbim_compliance/
Dmbim_errors.py357 def __init__(self, assertion_id, error_string=None): argument
375 if error_string:
376 message += ': %s' % error_string
383 def __init__(self, error_string): argument
389 error_string)
/external/google-breakpad/src/processor/
Dsource_line_resolver_base.cc99 string error_string; in ReadSymbolFile() local
100 error_code = ErrnoString(&error_string); in ReadSymbolFile()
102 ", error " << error_code << ": " << error_string; in ReadSymbolFile()
122 string error_string; in ReadSymbolFile() local
123 error_code = ErrnoString(&error_string); in ReadSymbolFile()
125 ", error " << error_code << ": " << error_string; in ReadSymbolFile()
138 string error_string; in ReadSymbolFile() local
139 error_code = ErrnoString(&error_string); in ReadSymbolFile()
141 ", error " << error_code << ": " << error_string; in ReadSymbolFile()
Dlogging.cc104 int ErrnoString(string *error_string) { in ErrnoString() argument
105 assert(error_string); in ErrnoString()
111 error_string->assign(strerror(errno)); in ErrnoString()
Dlogging.h141 int ErrnoString(string *error_string);
Dminidump.cc4028 string error_string; in Open() local
4029 int error_code = ErrnoString(&error_string); in Open()
4031 ", error " << error_code << ": " << error_string; in Open()
4435 string error_string; in ReadBytes() local
4436 int error_code = ErrnoString(&error_string); in ReadBytes()
4437 BPLOG(ERROR) << "ReadBytes: error " << error_code << ": " << error_string; in ReadBytes()
4466 string error_string; in SeekSet() local
4467 int error_code = ErrnoString(&error_string); in SeekSet()
4468 BPLOG(ERROR) << "SeekSet: error " << error_code << ": " << error_string; in SeekSet()
/external/autotest/server/cros/network/
Dchaos_clique_utils.py150 error_string=ap_constants.WORK_CLI_CONNECT_FAIL,
195 error_string = ap_constants.AP_PDU_DOWN
199 error_string = ap_constants.AP_CONFIG_FAIL
205 error_string=error_string,
208 if error_string == ap_constants.AP_CONFIG_FAIL:
283 error_string=ap_constants.AP_SSID_NOTFOUND,
300 error_string=ap_constants.AP_SECURITY_MISMATCH,
/external/chromium-trace/catapult/telemetry/telemetry/testing/
Drun_chromeos_tests.py18 error_string = ''
26 error_string += 'The unit tests of %s failed.\n' % top_level_dir
27 return error_string
/external/mesa3d/src/glx/apple/
Dapple_glx_pbuffer.c82 fprintf(stderr, "set_pbuffer: %s\n", apple_cgl.error_string(cglerr)); in pbuffer_make_current()
213 apple_cgl.error_string(err)); in get_max_size()
225 apple_cgl.error_string(err)); in get_max_size()
237 apple_cgl.error_string(err)); in get_max_size()
Dapple_glx_pixmap.c69 apple_cgl.error_string(cglerr)); in pixmap_make_current()
77 fprintf(stderr, "set off screen: %s\n", apple_cgl.error_string(cglerr)); in pixmap_make_current()
Dapple_cgl.h59 const char *(*error_string) (CGLError error); member
Dapple_cgl.c110 apple_cgl.error_string = sym(h, "CGLErrorString"); in apple_cgl_init()
Dapple_visual.c163 fprintf(stderr, "error: %s\n", apple_cgl.error_string(error)); in apple_visual_create_pfobj()
Dapple_glx_context.c184 fprintf(stderr, "error: %s\n", apple_cgl.error_string(error)); in apple_glx_create_context()
432 apple_cgl.error_string(cglerr)); in apple_glx_make_current_context()
/external/valgrind/exp-bbv/tests/x86/
Drep_prefix.S251 pushl $error_string
256 mov $error_string, %ecx # string to print
261 pushl $error_string
289 error_string: .ascii "Error detected!\n\0" label
/external/autotest/server/site_tests/platform_GCC/
Dplatform_GCC.py115 error_string = ('(%s) "%s" Expected: "%s" Actual: "%s"' %
118 error_messages.append(error_string)
/external/webrtc/webrtc/libjingle/xmpp/
Dpresencestatus.h45 const std::string& error_string() const { return e_str_; } in error_string() function
/external/mesa3d/src/mesa/main/
Derrors.c855 error_string( GLenum error ) in error_string() function
894 error_string(ctx->ErrorValue)); in flush_delayed_errors()
1028 len = _mesa_snprintf(s2, MAXSTRING, "%s in %s", error_string(error), s); in _mesa_error()
/external/vboot_reference/cgpt/
Dcgpt_common.c802 const char *error_string[] = { in GptError() local
811 if (errnum < 0 || errnum >= ARRAY_COUNT(error_string)) in GptError()
813 return error_string[errnum]; in GptError()
/external/webrtc/webrtc/base/
Dwin32socketserver.cc128 LPCSTR error_string = WSAErrorToString(error, &description_string); in ReportWSAError() local
130 << " (" << error_string << ":" << description_string << ") [" in ReportWSAError()
/external/javasqlite/src/main/java/SQLite/
DDatabase.java550 public static native String error_string(int error_code); in error_string() method in Database

12