Searched refs:error_string (Results 1 - 25 of 48) 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)
/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(
64 error_string = erroroutput.GetErrorOutput(error, new_error=new_error)
66 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/chromium_org/net/base/
H A Dnet_errors.cc35 const char* error_string; local
39 error_string = # label; \
45 error_string = "<unknown>";
47 return std::string("ERR_") + error_string;
/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.cc182 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/
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.cc238 std::string error_string = std::string("NaCl module load failed: ") + local
240 SetLastError(error_string);
259 std::string error_string("NaCl module load failed: user aborted");
260 SetLastError(error_string);
267 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/chromeos/network/onc/
H A Donc_certificate_importer_impl.cc324 std::string error_string = net::ErrorToString(failures[0].net_error); local
325 LOG(ERROR) << "Error ( " << error_string
372 std::string error_string = net::ErrorToString(import_result); local
374 << error_string;
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dpnacl_translate_thread.h82 const std::string& error_string);
H A Dpnacl_translate_thread.cc396 const std::string& error_string) {
397 PLUGIN_PRINTF(("PnaclTranslateThread::TranslateFailed (error_string='%s')\n",
398 error_string.c_str()));
405 error_string);
394 TranslateFailed( PP_NaClError err_code, const std::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/chrome/common/
H A Dlocalized_error.cc589 base::string16 error_string; local
592 error_string = base::ASCIIToUTF16(net::ErrorToShortString(error_code));
596 error_string = base::ASCIIToUTF16(ascii_error_string);
599 error_string = base::IntToString16(error_code);
602 l10n_util::GetStringFUTF16(IDS_ERRORPAGES_ERROR_CODE, error_string));

Completed in 601 milliseconds

12