Home
last modified time | relevance | path

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

/external/chromium-trace/trace-viewer/tracing/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(path, error, new_error)
63 error_string = erroroutput.GetErrorOutput(error, new_error)
65 return ErrorRecord(path, error_string, new_error)
Dgjslint.py201 print record.error_string
/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/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/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
255 mov $error_string, %ecx # string to print
275 error_string: .asciz "Error detected!\n" label
/external/lldb/source/Expression/
DIRExecutionUnit.cpp268 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/
DProcessGDBRemote.cpp961 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/
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/lldb/source/Target/
DProcess.cpp2886 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/
DDatabase.java550 public static native String error_string(int error_code); in error_string() method in Database
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc1590 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/
DHost.mm1020 CFCReleaser<CFStringRef> error_string;
1036 error_string.ptr_address());
/external/v8/src/
Djsregexp.cc412 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()