/external/chromium_org/chrome/browser/ui/cocoa/applescript/ |
error_applescript.mm | 15 NSString* error_string = @""; 18 error_string = GetNSString(IDS_GET_PROFILE_ERROR_APPLESCRIPT_MAC); 21 error_string = GetNSString(IDS_BOOKMARK_MODEL_LOAD_ERROR_APPLESCRIPT_MAC); 24 error_string = 28 error_string = 32 error_string = GetNSString(IDS_INVALID_URL_APPLESCRIPT_MAC); 35 error_string = GetNSString(IDS_INITIATE_PRINTING_ERROR_APPLESCRIPT_MAC); 38 error_string = GetNSString(IDS_INVALID_SAVE_TYPE_ERROR_APPLESCRIPT_MAC); 41 error_string = GetNSString(IDS_INVALID_MODE_ERROR_APPLESCRIPT_MAC); 44 error_string = GetNSString(IDS_INVALID_TAB_INDEX_APPLESCRIPT_MAC) [all...] |
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
errorrecord.py | 34 error_string: Error string for the user. 38 def __init__(self, path, error_string, new_error): 40 self.error_string = error_string 61 error_string = erroroutput.GetUnixErrorOutput(path, error, new_error) 63 error_string = erroroutput.GetErrorOutput(error, new_error) 65 return ErrorRecord(path, error_string, new_error)
|
/external/chromium_org/third_party/closure_linter/closure_linter/ |
errorrecord.py | 34 error_string: Error string for the user. 38 def __init__(self, path, error_string, new_error): 40 self.error_string = error_string 61 error_string = erroroutput.GetUnixErrorOutput(path, error, new_error) 63 error_string = erroroutput.GetErrorOutput(error, new_error) 65 return ErrorRecord(path, error_string, new_error)
|
/external/chromium_org/content/test/plugin/ |
plugin_windowless_test.cc | 277 std::string error_string; local 279 error_string = "Flipping screen coordinates shouldn't change x"; 281 error_string = "Flipped screen coordinates should be flipped vertically"; 283 error_string = "Screen x location is wrong"; 287 error_string = "Screen y location is wrong"; 289 error_string = "Flipping window coordinates shouldn't change x"; 291 error_string = "Flipped window coordinates should be flipped vertically"; 293 error_string = "Window x location is wrong"; 296 error_string = "Window y location is wrong"; 298 if (!error_string.empty()) [all...] |
/external/chromium_org/chrome/browser/local_discovery/wifi/ |
wifi_manager_nonchromeos.cc | 167 std::string error_string; local 170 false, properties.Pass(), &network_guid, &error_string); 172 if (error_string.empty()) { 232 std::string error_string; local 233 wifi_service_->StartConnect(network_guid, &error_string); 235 if (!error_string.empty()) { 236 LOG(ERROR) << "Could not connect to network by ID: " << error_string; 238 wifi_service_->StartConnect(connected_network_id, &error_string); 263 std::string error_string; local 275 wifi_service_->StartConnect(connected_network_guid_, &error_string); 294 std::string error_string; local 397 std::string error_string; local [all...] |
/external/ppp/pppd/plugins/ |
winbind.c | 261 char **error_string) 299 if (error_string) { 300 *error_string = strdup("fork failed!"); 428 if (error_string) 429 *error_string = strdup(parameter); 432 if (error_string) 433 *error_string = strdup(parameter); 555 char *error_string = NULL; local 594 &error_string) == AUTHENTICATED) { 600 if (error_string) { 616 char *error_string = NULL; local [all...] |
/external/chromium_org/components/nacl/renderer/ |
json_manifest.cc | 112 // Error messages will be placed in |error_string|, given that the dictionary 122 std::string* error_string) { 128 *error_string = error_stream.str(); 152 *error_string = error_stream.str(); 165 std::string* error_string) { 185 *error_string = error_stream.str(); 196 error_string)) { 206 *error_string = error_stream.str(); 215 *error_string = error_stream.str(); 228 std::string* error_string) { 300 std::string error_string; local [all...] |
/bionic/libc/arch-arm/cortex-a9/bionic/ |
memcpy.S | 79 .word error_string-(1b+4) 83 error_string: label
|
__strcat_chk.S | 219 .word error_string-(1b+4) 223 error_string: label
|
/bionic/libc/arch-arm/krait/bionic/ |
memcpy.S | 81 .word error_string-(1b+4) 85 error_string: label
|
__strcpy_chk.S | 177 .word error_string-(1b+4) 181 error_string: label
|
memset.S | 59 .word error_string-(1b+8) 111 error_string: label
|
/bionic/libc/arch-arm/cortex-a15/bionic/ |
__strcpy_chk.S | 177 .word error_string-(1b+4) 181 error_string: label
|
memcpy.S | 100 .word error_string-(1b+8) 104 error_string: label
|
__strcat_chk.S | 216 .word error_string-(1b+4) 220 error_string: label
|
memset.S | 60 .word error_string-(1b+8) 192 error_string: label
|
/bionic/libc/arch-arm/denver/bionic/ |
__strcpy_chk.S | 177 .word error_string-(1b+4) 181 error_string: label
|
memcpy.S | 100 .word error_string-(1b+8) 104 error_string: label
|
/bionic/libc/arch-arm/generic/bionic/ |
memset.S | 50 .word error_string-(1b+8) 132 error_string: label
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/ |
browser.h | 59 pa_browser *pa_browser_new_full(pa_mainloop_api *mainloop, pa_browse_flags_t flags, const char **error_string); 89 typedef void (*pa_browser_error_cb_t)(pa_browser *z, const char *error_string, void *userdata);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/ |
browser.h | 59 pa_browser *pa_browser_new_full(pa_mainloop_api *mainloop, pa_browse_flags_t flags, const char **error_string); 89 typedef void (*pa_browser_error_cb_t)(pa_browser *z, const char *error_string, void *userdata);
|
/external/chromium_org/third_party/mesa/src/src/glx/apple/ |
apple_glx_pbuffer.c | 82 fprintf(stderr, "set_pbuffer: %s\n", apple_cgl.error_string(cglerr)); 213 apple_cgl.error_string(err)); 225 apple_cgl.error_string(err)); 237 apple_cgl.error_string(err));
|
apple_cgl.h | 59 const char *(*error_string) (CGLError error); member in struct:apple_cgl_api
|
/external/mesa3d/src/glx/apple/ |
apple_glx_pbuffer.c | 82 fprintf(stderr, "set_pbuffer: %s\n", apple_cgl.error_string(cglerr)); 213 apple_cgl.error_string(err)); 225 apple_cgl.error_string(err)); 237 apple_cgl.error_string(err));
|
apple_cgl.h | 59 const char *(*error_string) (CGLError error); member in struct:apple_cgl_api
|