HomeSort by relevance Sort by last modified time
    Searched refs:error_string (Results 26 - 50 of 80) sorted by null

12 3 4

  /bionic/libc/arch-arm/generic/bionic/
memset.S 50 .word error_string-(1b+8)
132 error_string: label
  /bionic/libc/arch-arm/krait/bionic/
__strcat_chk.S 218 .word error_string-(1b+4)
224 error_string: label
__strcpy_chk.S 181 .word error_string-(1b+4)
186 error_string: label
  /external/chromium_org/chrome/test/pyautolib/
pyautolib.cc 132 const std::string& error_string,
137 std::string error_msg = base::StringPrintf("%s for %s", error_string.c_str(),
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_pixmap.c 69 apple_cgl.error_string(cglerr));
77 fprintf(stderr, "set off screen: %s\n", apple_cgl.error_string(cglerr));
apple_cgl.c 110 apple_cgl.error_string = sym(h, "CGLErrorString");
apple_visual.c 163 fprintf(stderr, "error: %s\n", apple_cgl.error_string(error));
  /external/mesa3d/src/glx/apple/
apple_glx_pixmap.c 69 apple_cgl.error_string(cglerr));
77 fprintf(stderr, "set off screen: %s\n", apple_cgl.error_string(cglerr));
apple_cgl.c 110 apple_cgl.error_string = sym(h, "CGLErrorString");
apple_visual.c 163 fprintf(stderr, "error: %s\n", apple_cgl.error_string(error));
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_translate_thread.h 86 const nacl::string& error_string);
pnacl_translate_thread.cc 328 const nacl::string& error_string) {
329 PLUGIN_PRINTF(("PnaclTranslateThread::TranslateFailed (error_string='%s')\n",
330 error_string.c_str()));
337 error_string);
  /external/valgrind/main/exp-bbv/tests/x86/
rep_prefix.S 251 pushl $error_string
255 mov $error_string, %ecx # string to print
275 error_string: .asciz "Error detected!\n" label
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
extutil.h 132 char *(*error_string)( member in struct:_XExtensionHooks
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
extutil.h 110 char *(*error_string)( member in struct:_XExtensionHooks
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
extutil.h 110 char *(*error_string)( member in struct:_XExtensionHooks
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
extutil.h 110 char *(*error_string)( member in struct:_XExtensionHooks
  /bionic/libc/arch-arm/cortex-a9/bionic/
memset.S 59 .word error_string-(1b+8)
203 error_string: label
  /external/chromium/build/mac/
strip_save_dsym 204 except OSError, (err, error_string):
267 except OSError, (err, error_string):
  /external/chromium_org/build/mac/
strip_save_dsym 204 except OSError, (err, error_string):
267 except OSError, (err, error_string):
  /external/chromium_org/chrome/common/
localized_error.cc 572 base::string16 error_string; local
578 error_string = ASCIIToUTF16(ascii_error_string);
582 error_string = ASCIIToUTF16(ascii_error_string);
585 error_string = base::IntToString16(error_code);
588 l10n_util::GetStringFUTF16(IDS_ERRORPAGES_ERROR_CODE, error_string));
  /external/chromium/third_party/libjingle/source/talk/examples/call/
status.h 75 const std::string & error_string() const { return e_str_; } function in class:buzz::Status
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
presencestatus.h 62 const std::string& error_string() const { return e_str_; } function in class:buzz::PresenceStatus
  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
push_messaging_api.cc 197 const std::string& gaia_id, const std::string& error_string) {
200 BuildAndSendResult(gaia_id, error_string);
  /bootable/recovery/minadbd/
sockets.c 641 char* error_string = "unknown failure"; local
643 kTransportAny, NULL, &error_string);
646 sendfailmsg(s->peer->fd, error_string);

Completed in 1709 milliseconds

12 3 4