Searched refs:error_string (Results 1 - 25 of 46) sorted by relevance

12

/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Derrorrecord.py34 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)
H A Dgjslint.py201 print record.error_string
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Derrorrecord.py34 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/
H A Dplugin_windowless_test.cc277 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
[all...]
/external/ppp/pppd/plugins/
H A Dwinbind.c261 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) {
250 run_ntlm_auth(const char *username, const char *domain, const char *full_username, const char *plaintext_password, const u_char *challenge, size_t challenge_length, const u_char *lm_response, size_t lm_response_length, const u_char *nt_response, size_t nt_response_length, u_char nt_key[16], char **error_string) argument
616 char *error_string = NULL; local
[all...]
/external/chromium_org/chrome/browser/local_discovery/wifi/
H A Dwifi_manager_nonchromeos.cc167 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/chromium_org/components/nacl/renderer/
H A Djson_manifest.cc112 // 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) {
115 IsValidDictionary(const Json::Value& dictionary, const std::string& container_key, const std::string& parent_key, const char** valid_keys, size_t valid_key_count, const char** required_keys, size_t required_key_count, std::string* error_string) argument
161 IsValidUrlSpec(const Json::Value& url_spec, const std::string& container_key, const std::string& parent_key, const std::string& sandbox_isa, std::string* error_string) argument
224 IsValidPnaclTranslateSpec(const Json::Value& pnacl_spec, const std::string& container_key, const std::string& parent_key, const std::string& sandbox_isa, std::string* error_string) argument
300 std::string error_string; local
[all...]
H A Dnexe_load_manager.cc202 std::string error_string = std::string("NaCl module load failed: ") + local
204 SetLastError(error_string);
223 std::string error_string("NaCl module load failed: user aborted");
224 SetLastError(error_string);
231 LogToConsole(error_string);
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_cgl.h59 const char *(*error_string) (CGLError error); member in struct:apple_cgl_api
H A Dapple_glx_pbuffer.c82 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));
H A Dapple_glx_pixmap.c69 apple_cgl.error_string(cglerr));
77 fprintf(stderr, "set off screen: %s\n", apple_cgl.error_string(cglerr));
H A Dapple_cgl.c110 apple_cgl.error_string = sym(h, "CGLErrorString");
H A Dapple_visual.c163 fprintf(stderr, "error: %s\n", apple_cgl.error_string(error));
/external/mesa3d/src/glx/apple/
H A Dapple_cgl.h59 const char *(*error_string) (CGLError error); member in struct:apple_cgl_api
H A Dapple_glx_pbuffer.c82 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));
H A Dapple_glx_pixmap.c69 apple_cgl.error_string(cglerr));
77 fprintf(stderr, "set off screen: %s\n", apple_cgl.error_string(cglerr));
H A Dapple_cgl.c110 apple_cgl.error_string = sym(h, "CGLErrorString");
H A Dapple_visual.c163 fprintf(stderr, "error: %s\n", apple_cgl.error_string(error));
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dpnacl_translate_thread.h76 const nacl::string& error_string);
H A Dpnacl_translate_thread.cc411 const nacl::string& error_string) {
412 PLUGIN_PRINTF(("PnaclTranslateThread::TranslateFailed (error_string='%s')\n",
413 error_string.c_str()));
420 error_string);
409 TranslateFailed( PP_NaClError err_code, const nacl::string& error_string) argument
/external/valgrind/main/exp-bbv/tests/x86/
H A Drep_prefix.S251 pushl $error_string
255 mov $error_string, %ecx # string to print
275 error_string: .asciz "Error detected!\n" label
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A Dextutil.h132 char *(*error_string)( member in struct:_XExtensionHooks
/external/chromium_org/build/mac/
H A Dstrip_save_dsym204 except OSError, (err, error_string):
267 except OSError, (err, error_string):
/external/chromium_org/v8/src/
H A Dmessages.js1079 function FormatStackTrace(obj, error_string, frames) {
1096 lines.push(error_string);
1141 var error_string = FormatErrorString(obj);
1150 stack = error_string = UNDEFINED;
1160 var result = FormatStackTrace(obj, error_string, GetStackFrames(stack));
1165 stack = error_string = UNDEFINED;
1305 var error_string = boilerplate.name + ": " + boilerplate.message;
1330 var result = FormatStackTrace(holder, error_string, GetStackFrames(stack));
/external/chromium_org/chrome/common/
H A Dlocalized_error.cc578 base::string16 error_string; local
585 error_string = base::ASCIIToUTF16(ascii_error_string);
589 error_string = base::ASCIIToUTF16(ascii_error_string);
592 error_string = base::IntToString16(error_code);
595 l10n_util::GetStringFUTF16(IDS_ERRORPAGES_ERROR_CODE, error_string));

Completed in 624 milliseconds

12