Searched defs:error_string (Results 1 - 25 of 32) sorted by relevance

12

/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/chromium_org/chrome/browser/automation/
H A Dautomation_event_observers_chromeos.cc43 void LoginEventObserver::_NotifyLoginEvent(const std::string& error_string) { argument
46 if (error_string.length())
47 dict->SetString("error_string", error_string);
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Drep_prefix.S328 mov $error_string, %rsi # string to print
342 error_string: .asciz "Error detected!\n" label
/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
/external/mesa3d/src/glx/apple/
H A Dapple_cgl.h59 const char *(*error_string) (CGLError error); member in struct:apple_cgl_api
/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/chrome/browser/page_cycler/
H A Dpage_cycler_unittest.cc224 string16 error_string = local
228 net::ERR_DNS_SERVER_FAILED, error_string,
232 FailProvisionalLoad(net::ERR_DNS_SERVER_FAILED, error_string);
235 error_string = string16(
240 error_string, _))
244 FailProvisionalLoad(net::ERR_DNS_TIMED_OUT, error_string);
247 error_string = string16(
251 net::ERR_INVALID_URL, error_string, _))
254 FailProvisionalLoad(net::ERR_INVALID_URL, error_string);
/external/chromium_org/chrome/test/pyautolib/
H A Dpyautolib.cc132 const std::string& error_string,
137 std::string error_msg = base::StringPrintf("%s for %s", error_string.c_str(),
131 ErrorResponse( const std::string& error_string, const std::string& request, bool is_timeout, std::string* response) argument
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dpnacl_translate_thread.cc318 const nacl::string& error_string) {
319 PLUGIN_PRINTF(("PnaclTranslateThread::TranslateFailed (error_string='%s')\n",
320 error_string.c_str()));
327 error_string);
316 TranslateFailed( enum PluginErrorCode err_code, const nacl::string& error_string) argument
H A Djson_manifest.cc109 // Error messages will be placed in |error_string|, given that the dictionary
119 nacl::string* error_string) {
125 *error_string = error_stream.str();
149 *error_string = error_stream.str();
162 nacl::string* error_string) {
184 error_string)) {
194 *error_string = error_stream.str();
204 *error_string = error_stream.str();
213 *error_string = error_stream.str();
221 *error_string
112 IsValidDictionary(const Json::Value& dictionary, const nacl::string& container_key, const nacl::string& parent_key, const char** valid_keys, size_t valid_key_count, const char** required_keys, size_t required_key_count, nacl::string* error_string) argument
158 IsValidUrlSpec(const Json::Value& url_spec, const nacl::string& container_key, const nacl::string& parent_key, const nacl::string& sandbox_isa, nacl::string* error_string) argument
229 IsValidPnaclTranslateSpec(const Json::Value& pnacl_spec, const nacl::string& container_key, const nacl::string& parent_key, const nacl::string& sandbox_isa, nacl::string* error_string) argument
303 nacl::string error_string; local
584 nacl::string error_string; local
[all...]
/external/chromium_org/chrome/browser/extensions/api/push_messaging/
H A Dpush_messaging_api.cc193 const std::string& gaia_id, const std::string& error_string) {
196 BuildAndSendResult(gaia_id, error_string);
192 ReportResult( const std::string& gaia_id, const std::string& error_string) argument
/external/chromium_org/chrome/common/
H A Dlocalized_error.cc563 string16 error_string; local
569 error_string = ASCIIToUTF16(ascii_error_string);
573 error_string = ASCIIToUTF16(ascii_error_string);
576 error_string = base::IntToString16(error_code);
579 l10n_util::GetStringFUTF16(IDS_ERRORPAGES_ERROR_CODE, error_string));
/external/chromium_org/content/test/plugin/
H A Dplugin_windowless_test.cc283 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
[all...]
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dpresencestatus.h62 const std::string& error_string() const { return e_str_; } function in class:buzz::PresenceStatus
/external/chromium/third_party/libjingle/source/talk/examples/call/
H A Dstatus.h75 const std::string & error_string() const { return e_str_; } function in class:buzz::Status
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_prefs_browsertest.cc205 std::string error_string; local
208 json, base::JSON_PARSE_RFC, &error_code, &error_string));
210 ADD_FAILURE() << "Error parsing policy_test_cases.json: " << 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/third_party/libjingle/source/talk/base/
H A Dwin32socketserver.cc141 LPCSTR error_string = WSAErrorToString(error, &description_string); local
143 << " (" << error_string << ":" << description_string << ") ["
/external/chromium_org/chrome/browser/chromeos/cros/
H A Dnative_network_parser.cc740 std::string error_string; local
741 if (value.GetAsString(&error_string)) {
742 network->SetError(ParseError(error_string));
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dsandbox_bpf.cc54 const char* error_string = strerror(errno); local
58 if (HANDLE_EINTR(write(out_fd, msg, sizeof(msg)-1)) > 0 && error_string &&
59 HANDLE_EINTR(write(out_fd, error_string, strlen(error_string))) > 0 &&
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dwin32socketserver.cc142 LPCSTR error_string = WSAErrorToString(error, &description_string); local
144 << " (" << error_string << ":" << description_string << ") ["
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Derrors.c855 error_string( GLenum error ) function
894 error_string(ctx->ErrorValue));
1028 len = _mesa_snprintf(s2, MAXSTRING, "%s in %s", error_string(error), s);
/external/javasqlite/src/main/java/SQLite/
H A DDatabase.java550 public static native String error_string(int error_code); method in class:Database
/external/mesa3d/src/mesa/main/
H A Derrors.c855 error_string( GLenum error ) function
894 error_string(ctx->ErrorValue));
1028 len = _mesa_snprintf(s2, MAXSTRING, "%s in %s", error_string(error), s);
/external/chromium/net/base/
H A Dhost_resolver_impl.cc128 LPWSTR error_string = NULL; local
134 (LPWSTR)&error_string,
137 dict->SetString("os_error_string", WideToUTF8(error_string));
138 LocalFree(error_string);

Completed in 759 milliseconds

12