| /bionic/libc/arch-arm/cortex-a15/bionic/ |
| __strcat_chk.S | 220 .word error_string-(1b+4) 226 error_string: label
|
| memset.S | 61 .word error_string-(1b+8) 199 error_string: label
|
| /bionic/libc/arch-arm/cortex-a9/bionic/ |
| __strcat_chk.S | 223 .word error_string-(1b+4) 229 error_string: label
|
| __strcpy_chk.S | 187 .word error_string-(1b+4) 193 error_string: label
|
| memset.S | 59 .word error_string-(1b+8) 203 error_string: label
|
| /bionic/libc/arch-arm/krait/bionic/ |
| __strcat_chk.S | 218 .word error_string-(1b+4) 224 error_string: label
|
| /external/chromium/chrome/browser/automation/ |
| automation_provider_observers_chromeos.cc | 137 return_value->SetString("error_string", "Network not found."); 146 return_value->SetString("error_string", wifi->GetErrorString());
|
| /external/chromium_org/chrome/browser/automation/ |
| automation_provider_observers_chromeos.cc | 70 return_value->SetString("error_string", error.GetErrorString()); 174 return_value->SetString("error_string", error.GetErrorString());
|
| /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(),
|
| pyautolib.h | 98 void ErrorResponse(const std::string& error_string,
|
| /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");
|
| /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");
|
| /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.h | 86 const nacl::string& error_string);
|
| service_runtime.h | 236 // On failure, returns false and |error_string| is set to something 251 // On success, returns true. On failure, returns false and |error_string|
|
| /external/chromium_org/content/common/ |
| plugin_list_mac.mm | 257 ScopedCFTypeRef<CFStringRef> error_string(CFErrorCopyDescription(error)); 260 << base::SysCFStringRefToUTF8(error_string);
|
| /libcore/luni/src/test/java/libcore/sqlite/ |
| OldDatabaseTest.java | 264 assertEquals(errors.get(0), db.error_string(Constants.SQLITE_LOCKED)); 338 // db.error_string(Constants.SQLITE_LOCKED)); 369 // // db.error_string(Constants.SQLITE_LOCKED)); 429 db.error_string(Constants.SQLITE_LOCKED)); 682 String errorString = db.error_string(Constants.SQLITE_ERROR); 690 assertEquals("Unsupported Method (sqlite 3): error_string", db 691 .error_string(db.last_error()), errorString); [all...] |
| /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_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);
|
| /external/chromium_org/ppapi/tests/ |
| test_case.html | 170 error_string = "Post condition check failed: " + error; 171 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/third_party/libjingle/source/talk/examples/call/ |
| status.h | 75 const std::string & error_string() const { return e_str_; } function in class:buzz::Status
|