HomeSort by relevance Sort by last modified time
    Searched defs:error_string (Results 1 - 25 of 26) sorted by null

1 2

  /external/valgrind/exp-bbv/tests/x86/
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/valgrind/exp-bbv/tests/amd64-linux/
rep_prefix.S 328 mov $error_string, %rsi # string to print
342 error_string: .asciz "Error detected!\n" label
  /system/tpm/trunks/
error_codes.cc 313 std::string error_string = GetErrorStringInternal(error); local
314 if (!error_string.empty()) {
315 return error_string;
320 error_string = GetErrorStringInternal(error);
335 error_string = GetErrorStringInternal(error & kFormatOneErrorMask);
336 if (!error_string.empty()) {
337 ss << error_string; local
340 if (error_string.empty()) {
  /external/mesa3d/src/glx/apple/
apple_cgl.h 59 const char *(*error_string) (CGLError error); member in struct:apple_cgl_api
  /external/google-breakpad/src/processor/
source_line_resolver_base.cc 99 string error_string; local
100 error_code = ErrnoString(&error_string);
102 ", error " << error_code << ": " << error_string; local
122 string error_string; local
123 error_code = ErrnoString(&error_string);
125 ", error " << error_code << ": " << error_string; local
138 string error_string; local
139 error_code = ErrnoString(&error_string);
141 ", error " << error_code << ": " << error_string; local
minidump.cc 4028 string error_string; local
4031 ", error " << error_code << ": " << error_string; local
4435 string error_string; local
4437 BPLOG(ERROR) << "ReadBytes: error " << error_code << ": " << error_string; local
4466 string error_string; local
4468 BPLOG(ERROR) << "SeekSet: error " << error_code << ": " << error_string; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
extutil.h 110 char *(*error_string)( member in struct:_XExtensionHooks
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
extutil.h 108 char *(*error_string)( member in struct:_XExtensionHooks
  /external/ppp/pppd/plugins/
winbind.c 252 char **error_string)
290 if (error_string) {
291 *error_string = strdup("fork failed!");
422 if (error_string)
423 *error_string = strdup(parameter);
426 if (error_string)
427 *error_string = strdup(parameter);
549 char *error_string = NULL; local
584 &error_string) == AUTHENTICATED) {
590 if (error_string) {
605 char *error_string = NULL; local
    [all...]
  /external/webrtc/webrtc/libjingle/xmpp/
presencestatus.h 45 const std::string& error_string() const { return e_str_; } function in class:buzz::PresenceStatus
  /toolchain/binutils/binutils-2.25/gas/config/
obj-coff-seh.c 120 const char *error_string;
122 if ((error_string = hash_jam (seh_hash, name, (char *) item)))
124 name, error_string);
119 const char *error_string; local
obj-coff.c 137 const char *error_string;
139 if ((error_string = hash_jam (tag_hash, name, (char *) symbolP)))
141 name, error_string);
135 const char *error_string; local
    [all...]
  /external/javasqlite/src/main/java/SQLite/
Database.java 550 public static native String error_string(int error_code); method in class:Database
  /external/mesa3d/src/mesa/main/
errors.c 855 error_string( GLenum error ) function
894 error_string(ctx->ErrorValue));
1028 len = _mesa_snprintf(s2, MAXSTRING, "%s in %s", error_string(error), s);
  /external/syslinux/com32/lib/jpeg/
tinyjpeg.c 44 static char error_string[256]; variable
311 snprintf(error_string, sizeof(error_string), "Bad huffman data (buffer overflow)");
980 return error_string;
  /external/vboot_reference/cgpt/
cgpt_common.c 802 const char *error_string[] = { local
811 if (errnum < 0 || errnum >= ARRAY_COUNT(error_string))
813 return error_string[errnum];
    [all...]
  /external/webrtc/webrtc/base/
win32socketserver.cc 128 LPCSTR error_string = WSAErrorToString(error, &description_string); local
130 << " (" << error_string << ":" << description_string << ") ["
  /hardware/intel/common/libva/test/decode/
tinyjpeg.c 80 snprintf(error_string, sizeof(error_string), fmt, ## args); \
87 static char error_string[256]; variable
862 return error_string;
  /libcore/ojluni/src/main/native/
net_util_md.c 465 const char *error_string = local
467 if (error_string == NULL)
468 error_string = "unknown error";
470 size = strlen(format) + strlen(hostname) + strlen(error_string) + 2;
474 snprintf(buf, size, format, hostname, error_string);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
dw2gencfi.c 210 const char *error_string; local
212 if ((error_string = hash_jam (dwcfi_hash, name, (char *) item)))
214 name, error_string);
    [all...]
symbols.c 488 const char *error_string;
495 error_string = hash_jam (local_hash, S_GET_NAME (symbolP),
497 if (error_string != NULL)
499 S_GET_NAME (symbolP), error_string);
503 if ((error_string = hash_jam (sy_hash, S_GET_NAME (symbolP), (void *) symbolP))) local
506 S_GET_NAME (symbolP), error_string);
485 const char *error_string; local
496 S_GET_NAME (symbolP), error_string); local
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
message.cc 2184 PyObject* error_string = PyString_FromStringAndSize( local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlibint.h 892 ErrorStringType error_string; /* routine to supply error string */ member in struct:_XExten
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlibint.h 856 ErrorStringType error_string; /* routine to supply error string */ member in struct:_XExten
    [all...]
  /external/v8/src/regexp/
jsregexp.cc 357 Object* error_string = re->DataAt(JSRegExp::saved_code_index(is_one_byte)); local
358 DCHECK(error_string->IsString());
359 Handle<String> error_message(String::cast(error_string));
    [all...]

Completed in 742 milliseconds

1 2