/bionic/libc/arch-arm/cortex-a9/bionic/ |
__strcpy_chk.S | 182 .word error_string-(1b+4) 186 error_string: label
|
memset.S | 57 .word error_string-(1b+8) 190 error_string: label
|
/bionic/libc/arch-arm/denver/bionic/ |
__strcat_chk.S | 216 .word error_string-(1b+4) 220 error_string: label
|
memset.S | 61 .word error_string-(1b+8) 206 error_string: label
|
/bionic/libc/arch-arm/krait/bionic/ |
__strcat_chk.S | 214 .word error_string-(1b+4) 218 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/components/nacl/renderer/ |
nexe_load_manager.cc | 202 std::string error_string = std::string("NaCl module load failed: ") + local 204 SetLastError(error_string); 223 std::string error_string("NaCl module load failed: user aborted"); 224 SetLastError(error_string); 231 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/chromium_org/ppapi/native_client/src/trusted/plugin/ |
pnacl_translate_thread.cc | 411 const nacl::string& error_string) { 412 PLUGIN_PRINTF(("PnaclTranslateThread::TranslateFailed (error_string='%s')\n", 413 error_string.c_str())); 420 error_string);
|
pnacl_translate_thread.h | 76 const nacl::string& error_string);
|
/external/chromium_org/content/common/ |
plugin_list_mac.mm | 258 ScopedCFTypeRef<CFStringRef> error_string(CFErrorCopyDescription(error)); 261 << base::SysCFStringRefToUTF8(error_string);
|
/external/chromium_org/chrome/common/ |
localized_error.cc | 578 base::string16 error_string; local 585 error_string = base::ASCIIToUTF16(ascii_error_string); 589 error_string = base::ASCIIToUTF16(ascii_error_string); 592 error_string = base::IntToString16(error_code); 595 l10n_util::GetStringFUTF16(IDS_ERRORPAGES_ERROR_CODE, error_string)); [all...] |
/external/lldb/source/Expression/ |
IRExecutionUnit.cpp | 268 std::string error_string; local 304 .setErrorStr(&error_string) 329 error.SetErrorStringWithFormat("Couldn't JIT the function: %s", error_string.c_str());
|
/external/chromium_org/chrome/browser/extensions/api/push_messaging/ |
push_messaging_api.cc | 214 const std::string& gaia_id, const std::string& error_string) { 217 BuildAndSendResult(gaia_id, error_string);
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_database.cc | 363 base::string16 error_string = local 367 blink::WebIDBDatabaseExceptionUnknownError, error_string)); 425 base::string16 error_string = local 429 error_string); 1225 base::string16 error_string = local 1289 base::string16 error_string = local [all...] |
/external/chromium_org/ppapi/tests/ |
test_case.html | 206 error_string = "Post condition check failed: " + error; 207 InternalError(error_string);
|
/external/chromium_org/v8/src/ |
messages.js | [all...] |
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
rep_prefix.S | 328 mov $error_string, %rsi # string to print 342 error_string: .asciz "Error detected!\n" label
|
/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/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/ |
extutil.h | 132 char *(*error_string)( member in struct:_XExtensionHooks
|