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

12 3 4

  /bionic/libc/arch-arm/cortex-a9/bionic/
__strcpy_chk.S 180 .word error_string-(1b+4)
184 error_string: label
memset.S 56 .word error_string-(1b+8)
187 error_string: label
  /bionic/libc/arch-arm/denver/bionic/
__strcat_chk.S 211 .word error_string-(1b+4)
215 error_string: label
__strcpy_chk.S 175 .word error_string-(1b+4)
179 error_string: label
memset.S 61 .word error_string-(1b+8)
206 error_string: label
  /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 210 .word error_string-(1b+4)
214 error_string: label
__strcpy_chk.S 175 .word error_string-(1b+4)
179 error_string: label
  /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/chromeos/network/onc/
onc_certificate_importer_impl.cc 324 std::string error_string = net::ErrorToString(failures[0].net_error); local
325 LOG(ERROR) << "Error ( " << error_string
372 std::string error_string = net::ErrorToString(import_result); local
374 << error_string;
  /external/chromium_org/components/nacl/renderer/
nexe_load_manager.cc 238 std::string error_string = std::string("NaCl module load failed: ") + local
240 SetLastError(error_string);
259 std::string error_string("NaCl module load failed: user aborted");
260 SetLastError(error_string);
267 LogToConsole(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/x86_64-linux-glibc2.11-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.11-4.8/sysroot/usr/include/X11/extensions/
extutil.h 110 char *(*error_string)( member in struct:_XExtensionHooks
  /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 589 base::string16 error_string; local
592 error_string = base::ASCIIToUTF16(net::ErrorToShortString(error_code));
596 error_string = base::ASCIIToUTF16(ascii_error_string);
599 error_string = base::IntToString16(error_code);
602 l10n_util::GetStringFUTF16(IDS_ERRORPAGES_ERROR_CODE, error_string));
    [all...]
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_translate_thread.cc 396 const std::string& error_string) {
397 PLUGIN_PRINTF(("PnaclTranslateThread::TranslateFailed (error_string='%s')\n",
398 error_string.c_str()));
405 error_string);
  /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 219 const std::string& gaia_id, const std::string& error_string) {
222 BuildAndSendResult(gaia_id, error_string);

Completed in 714 milliseconds

12 3 4