/external/chromium-trace/trace-viewer/tracing/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(path, error, new_error) 63 error_string = erroroutput.GetErrorOutput(error, new_error) 65 return ErrorRecord(path, error_string, new_error)
|
D | gjslint.py | 201 print record.error_string
|
/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/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);
|
D | minidump.cc | 4028 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/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 255 mov $error_string, %ecx # string to print 275 error_string: .asciz "Error detected!\n" label
|
/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/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/vboot_reference/cgpt/ |
D | cgpt_common.c | 802 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/lldb/source/Target/ |
D | Process.cpp | 2886 const char *error_string = error.AsCString(); in Launch() local 2887 if (error_string == NULL) in Launch() 2888 error_string = "launch failed"; in Launch() 2889 SetExitStatus (-1, error_string); in Launch() 3159 const char *error_string = error.AsCString(); in Attach() local 3160 if (error_string == NULL) in Attach() 3161 error_string = "attach failed"; in Attach() 3163 SetExitStatus(-1, error_string); in Attach()
|
/external/javasqlite/src/main/java/SQLite/ |
D | Database.java | 550 public static native String error_string(int error_code); in error_string() method in Database
|
/external/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 1590 PyObject* error_string = PyString_FromStringAndSize( in CheckAndGetInteger() local 1592 if (error_string == NULL) { in CheckAndGetInteger() 1596 PyList_SET_ITEM(error_list, i, error_string); in CheckAndGetInteger()
|
/external/lldb/source/Host/macosx/ |
D | Host.mm | 1020 CFCReleaser<CFStringRef> error_string; 1036 error_string.ptr_address());
|
/external/v8/src/ |
D | jsregexp.cc | 412 Object* error_string = re->DataAt(JSRegExp::saved_code_index(is_one_byte)); in CompileIrregexp() local 413 DCHECK(error_string->IsString()); in CompileIrregexp() 414 Handle<String> error_message(String::cast(error_string)); in CompileIrregexp()
|