HomeSort by relevance Sort by last modified time
    Searched refs:error_string (Results 1 - 25 of 79) 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(
64 error_string = erroroutput.GetErrorOutput(error, new_error=new_error)
66 return ErrorRecord(path, error_string, new_error)
  /bionic/libc/arch-arm64/denver64/bionic/
memcpy.S 52 adrp x0, error_string
53 add x0, x0, :lo12:error_string
62 error_string: label
  /bionic/libc/arch-arm64/generic/bionic/
memcpy.S 52 adrp x0, error_string
53 add x0, x0, :lo12:error_string
62 error_string: label
  /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/net/base/
net_errors.cc 35 const char* error_string; local
39 error_string = # label; \
45 error_string = "<unknown>";
47 return std::string("ERR_") + error_string;
  /bionic/libc/arch-arm/cortex-a15/bionic/
memcpy.S 98 .word error_string-(1b+8)
102 error_string: label
__strcat_chk.S 211 .word error_string-(1b+4)
215 error_string: label
__strcpy_chk.S 175 .word error_string-(1b+4)
179 error_string: label
memset.S 59 .word error_string-(1b+8)
190 error_string: label
  /bionic/libc/arch-arm/cortex-a9/bionic/
memcpy.S 77 .word error_string-(1b+4)
81 error_string: label
__strcat_chk.S 215 .word error_string-(1b+4)
219 error_string: label
  /bionic/libc/arch-arm/denver/bionic/
memcpy.S 98 .word error_string-(1b+8)
102 error_string: label
  /bionic/libc/arch-arm/krait/bionic/
memcpy.S 79 .word error_string-(1b+4)
83 error_string: label
memset.S 58 .word error_string-(1b+8)
109 error_string: label
  /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/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/chrome/browser/local_discovery/wifi/
wifi_manager_nonchromeos.cc 182 std::string error_string; local
185 false, properties.Pass(), &network_guid, &error_string);
187 if (error_string.empty()) {
247 std::string error_string; local
248 wifi_service_->StartConnect(network_guid, &error_string);
250 if (!error_string.empty()) {
251 LOG(ERROR) << "Could not connect to network by ID: " << error_string;
253 wifi_service_->StartConnect(connected_network_id, &error_string);
278 std::string error_string; local
290 wifi_service_->StartConnect(connected_network_guid_, &error_string);
336 std::string error_string; local
427 std::string error_string; 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...]
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_translate_thread.h 82 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 462 milliseconds

1 2 3 4