/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
D | errorrecord.py | 38 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)
|
D | gjslint.py | 226 print record.error_string
|
/external/autotest/server/site_tests/network_WiFi_ChaosConfigFailure/ |
D | network_WiFi_ChaosConfigFailure.py | 15 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:
|
D | control | 43 error_string=ap_constants.AP_CONFIG_FAIL, tag=ap.ssid)
|
/external/ppp/pppd/plugins/ |
D | winbind.c | 252 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/ |
D | mbim_errors.py | 357 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/ |
D | source_line_resolver_base.cc | 99 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()
|
D | logging.cc | 104 int ErrnoString(string *error_string) { in ErrnoString() argument 105 assert(error_string); in ErrnoString() 111 error_string->assign(strerror(errno)); in ErrnoString()
|
D | logging.h | 141 int ErrnoString(string *error_string);
|
/external/autotest/server/cros/network/ |
D | chaos_clique_utils.py | 150 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/ |
D | run_chromeos_tests.py | 18 error_string = '' 26 error_string += 'The unit tests of %s failed.\n' % top_level_dir 27 return error_string
|
/external/mesa3d/src/glx/apple/ |
D | apple_glx_pbuffer.c | 82 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()
|
D | apple_glx_pixmap.c | 69 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()
|
D | apple_cgl.h | 59 const char *(*error_string) (CGLError error); member
|
D | apple_cgl.c | 110 apple_cgl.error_string = sym(h, "CGLErrorString"); in apple_cgl_init()
|
D | apple_visual.c | 163 fprintf(stderr, "error: %s\n", apple_cgl.error_string(error)); in apple_visual_create_pfobj()
|
D | apple_glx_context.c | 184 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/ |
D | rep_prefix.S | 251 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/ |
D | platform_GCC.py | 115 error_string = ('(%s) "%s" Expected: "%s" Actual: "%s"' % 118 error_messages.append(error_string)
|
/external/v8/build/mac/ |
D | strip_save_dsym | 204 except OSError, (err, error_string): 267 except OSError, (err, error_string):
|
/external/lldb/source/Expression/ |
D | IRExecutionUnit.cpp | 268 std::string error_string; in GetRunnableInfo() local 304 .setErrorStr(&error_string) in GetRunnableInfo() 329 error.SetErrorStringWithFormat("Couldn't JIT the function: %s", error_string.c_str()); in GetRunnableInfo()
|
/external/webrtc/webrtc/libjingle/xmpp/ |
D | presencestatus.h | 45 const std::string& error_string() const { return e_str_; } in error_string() function
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 961 const char *error_string = error.AsCString(); in DoAttachToProcessWithID() local 962 if (error_string == NULL) in DoAttachToProcessWithID() 963 error_string = "unable to launch " DEBUGSERVER_BASENAME; in DoAttachToProcessWithID() 965 SetExitStatus (-1, error_string); in DoAttachToProcessWithID() 1025 const char *error_string = error.AsCString(); in DoAttachToProcessWithName() local 1026 if (error_string == NULL) in DoAttachToProcessWithName() 1027 error_string = "unable to launch " DEBUGSERVER_BASENAME; in DoAttachToProcessWithName() 1029 SetExitStatus (-1, error_string); in DoAttachToProcessWithName()
|
/external/mesa3d/src/mesa/main/ |
D | errors.c | 855 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/webrtc/webrtc/base/ |
D | win32socketserver.cc | 128 LPCSTR error_string = WSAErrorToString(error, &description_string); in ReportWSAError() local 130 << " (" << error_string << ":" << description_string << ") [" in ReportWSAError()
|