Searched refs:error_string (Results 26 - 48 of 48) sorted by relevance

12

/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Dgjslint.py201 print record.error_string
/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_org/chrome/browser/extensions/api/push_messaging/
H A Dpush_messaging_api.cc219 const std::string& gaia_id, const std::string& error_string) {
222 BuildAndSendResult(gaia_id, error_string);
218 ReportResult( const std::string& gaia_id, const std::string& error_string) argument
/external/chromium_org/net/quic/crypto/
H A Dproof_verifier_chromium.cc254 std::string error_string = ErrorToString(result); local
256 error_string.c_str());
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_prefs_browsertest.cc232 std::string error_string; local
235 json, base::JSON_PARSE_RFC, &error_code, &error_string));
237 ADD_FAILURE() << "Error parsing policy_test_cases.json: " << error_string;
/external/lldb/source/Expression/
H A DIRExecutionUnit.cpp268 std::string error_string; local
304 .setErrorStr(&error_string)
329 error.SetErrorStringWithFormat("Couldn't JIT the function: %s", error_string.c_str());
/external/chromium_org/components/cronet/android/
H A Dchromium_url_request.cc294 std::string error_string = net::ErrorToString(error_code); local
298 error_string.c_str(),
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_database.cc364 base::string16 error_string = local
368 blink::WebIDBDatabaseExceptionUnknownError, error_string));
426 base::string16 error_string = local
430 error_string);
1233 base::string16 error_string = local
1236 error_string);
1297 base::string16 error_string = local
1301 error_string);
/external/chromium_org/net/tools/gdig/
H A Dgdig.cc490 std::string error_string = ErrorToString(val); local
491 printf("%s", error_string.c_str());
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glx_context.c184 fprintf(stderr, "error: %s\n", apple_cgl.error_string(error));
432 apple_cgl.error_string(cglerr));
/external/mesa3d/src/glx/apple/
H A Dapple_glx_context.c184 fprintf(stderr, "error: %s\n", apple_cgl.error_string(error));
432 apple_cgl.error_string(cglerr));
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dsandbox_bpf.cc80 const char* error_string = strerror(errno); local
85 if (HANDLE_EINTR(write(out_fd, msg, sizeof(msg) - 1)) > 0 && error_string &&
86 HANDLE_EINTR(write(out_fd, error_string, strlen(error_string))) > 0 &&
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Dgjslint.py226 print record.error_string
/external/chromium_org/third_party/webrtc/base/
H A Dwin32socketserver.cc125 LPCSTR error_string = WSAErrorToString(error, &description_string); local
127 << " (" << error_string << ":" << description_string << ") ["
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp961 const char *error_string = error.AsCString(); local
962 if (error_string == NULL)
963 error_string = "unable to launch " DEBUGSERVER_BASENAME;
965 SetExitStatus (-1, error_string);
1025 const char *error_string = error.AsCString(); local
1026 if (error_string == NULL)
1027 error_string = "unable to launch " DEBUGSERVER_BASENAME;
1029 SetExitStatus (-1, error_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/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_org/net/dns/
H A Dhost_resolver_impl.cc302 LPWSTR error_string = NULL; local
308 (LPWSTR)&error_string,
311 dict->SetString("os_error_string", base::WideToUTF8(error_string));
312 LocalFree(error_string);
/external/javasqlite/src/main/java/SQLite/
H A DDatabase.java550 public static native String error_string(int error_code); method in class:Database
/external/lldb/source/Target/
H A DProcess.cpp2886 const char *error_string = error.AsCString();
2887 if (error_string == NULL)
2888 error_string = "launch failed";
2889 SetExitStatus (-1, error_string);
3159 const char *error_string = error.AsCString();
3160 if (error_string == NULL)
3161 error_string = "attach failed";
3163 SetExitStatus(-1, error_string);
/external/chromium_org/components/wifi/
H A Dwifi_service_win.cc1599 std::string error_string; local
1600 GetProperties(network_guid, properties.get(), &error_string);
1601 if (error_string.empty() &&
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
H A Dpython-proto2.cc1579 PyObject* error_string = PyString_FromStringAndSize( local
1581 if (error_string == NULL) {
1585 PyList_SET_ITEM(error_list, i, error_string);
/external/chromium_org/v8/src/
H A Djsregexp.cc412 Object* error_string = re->DataAt(JSRegExp::saved_code_index(is_one_byte)); local
413 DCHECK(error_string->IsString());
414 Handle<String> error_message(String::cast(error_string));

Completed in 797 milliseconds

12