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

1 2 3 4

  /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 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/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);
  /bionic/libc/arch-arm/cortex-a15/bionic/
memcpy.S 106 .word error_string-(1b+8)
111 error_string: label
__strcat_chk.S 220 .word error_string-(1b+4)
226 error_string: label
__strcpy_chk.S 181 .word error_string-(1b+4)
187 error_string: label
memset.S 61 .word error_string-(1b+8)
199 error_string: label
  /bionic/libc/arch-arm/cortex-a9/bionic/
memcpy.S 86 .word error_string-(1b+4)
91 error_string: label
__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
  /bionic/libc/arch-arm/krait/bionic/
memcpy.S 86 .word error_string-(1b+4)
91 error_string: label
memset.S 60 .word error_string-(1b+8)
118 error_string: label
  /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...]
  /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...]
  /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/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/chromium_org/chrome/test/pyautolib/
pyautolib.h 98 void ErrorResponse(const std::string& error_string,
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_cgl.h 59 const char *(*error_string) (CGLError error); member in struct:apple_cgl_api
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));
  /external/mesa3d/src/glx/apple/
apple_cgl.h 59 const char *(*error_string) (CGLError error); member in struct:apple_cgl_api
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));

Completed in 1065 milliseconds

1 2 3 4