HomeSort by relevance Sort by last modified time
    Searched full:error_string (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /external/chromium/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_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/chrome/browser/automation/
automation_event_observers_chromeos.cc 41 void LoginEventObserver::_NotifyLoginEvent(const std::string& error_string) {
44 if (error_string.length())
45 dict->SetString("error_string", error_string);
automation_event_observers.h 98 void _NotifyLoginEvent(const std::string& error_string);
  /external/chromium_org/content/test/plugin/
plugin_windowless_test.cc 283 std::string error_string; local
285 error_string = "Flipping screen coordinates shouldn't change x";
287 error_string = "Flipped screen coordinates should be flipped vertically";
289 error_string = "Screen x location is wrong";
293 error_string = "Screen y location is wrong";
295 error_string = "Flipping window coordinates shouldn't change x";
297 error_string = "Flipped window coordinates should be flipped vertically";
299 error_string = "Window x location is wrong";
302 error_string = "Window y location is wrong";
304 if (!error_string.empty())
    [all...]
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/
ppapi_bad.js 30 function badLoadTest(tester, id, src, type, error_string) {
40 test.assertEqual(module.lastError, error_string);
  /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/ppapi/native_client/src/trusted/plugin/
json_manifest.cc 107 // Error messages will be placed in |error_string|, given that the dictionary
117 nacl::string* error_string) {
123 *error_string = error_stream.str();
147 *error_string = error_stream.str();
160 nacl::string* error_string) {
180 *error_string = error_stream.str();
191 error_string)) {
201 *error_string = error_stream.str();
210 *error_string = error_stream.str();
222 nacl::string* error_string) {
292 nacl::string error_string; local
573 nacl::string error_string; local
    [all...]
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);
  /bionic/libc/arch-arm/cortex-a9/bionic/
memcpy.S 86 .word error_string-(1b+4)
91 error_string: label
  /bionic/libc/arch-arm/krait/bionic/
memcpy.S 86 .word error_string-(1b+4)
91 error_string: label
__strcpy_chk.S 181 .word error_string-(1b+4)
186 error_string: label
memset.S 60 .word error_string-(1b+8)
118 error_string: label
  /bionic/libc/arch-arm/cortex-a15/bionic/
__strcpy_chk.S 181 .word error_string-(1b+4)
187 error_string: label
memcpy.S 106 .word error_string-(1b+8)
111 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/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
browser.h 60 pa_browser *pa_browser_new_full(pa_mainloop_api *mainloop, pa_browse_flags_t flags, const char **error_string);
90 typedef void (*pa_browser_error_cb_t)(pa_browser *z, const char *error_string, void *userdata);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
browser.h 60 pa_browser *pa_browser_new_full(pa_mainloop_api *mainloop, pa_browse_flags_t flags, const char **error_string);
90 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.7-4.6/sysroot/usr/include/pulse/
browser.h 60 pa_browser *pa_browser_new_full(pa_mainloop_api *mainloop, pa_browse_flags_t flags, const char **error_string);
90 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

Completed in 317 milliseconds

1 2 3 4 5