HomeSort by relevance Sort by last modified time
    Searched defs:error (Results 876 - 900 of 2948) sorted by null

<<31323334353637383940>>

  /external/chromium/chrome/common/
json_pref_store.cc 69 PersistentPrefStore::PrefReadError* error);
86 PersistentPrefStore::PrefReadError* error) {
87 *error = PersistentPrefStore::PREF_READ_ERROR_NONE;
89 DLOG(ERROR) << "Error while loading JSON file: " << error_msg;
92 *error = PersistentPrefStore::PREF_READ_ERROR_ACCESS_DENIED;
95 *error = PersistentPrefStore::PREF_READ_ERROR_FILE_OTHER;
98 *error = PersistentPrefStore::PREF_READ_ERROR_FILE_LOCKED;
101 *error = PersistentPrefStore::PREF_READ_ERROR_NO_FILE;
104 *error = PersistentPrefStore::PREF_READ_ERROR_JSON_PARSE
257 PersistentPrefStore::PrefReadError error; local
    [all...]
zip.cc 83 // If num_bytes < 0, then it's a specific UNZ_* error code.
101 unzCloseCurrentFile(zip_file); // Don't lose the original error code.
110 int error; member in struct:__anon2578
148 file_ret.error = 0;
194 LOG(WARNING) << "error %d in unzGoToNextFile";
208 LOG(ERROR) << "Could not open stream for path "
219 LOG(ERROR) << "Could not write data to zip for path "
248 LOG(ERROR) << "Could not open zip file entry " << str_path;
258 LOG(ERROR) << "Could not close zip file entry " << str_path;
309 LOG(ERROR) << "Error closing zip file " << dest_file_str
    [all...]
  /external/chromium/chrome/common/net/gaia/
gaia_auth_fetcher_unittest.cc 85 const std::string& error,
99 EXPECT_EQ(error, out_error);
122 void(const GoogleServiceAuthError& error));
124 const GoogleServiceAuthError& error));
195 std::string data("Error=BadAuthentication");
227 "Error=E\n"
231 "Error=E\n"
283 base::StringPrintf("Error=BadAuthentication\n%s\n",
289 std::string response = "Error=BadAuthentication\n";
294 std::string response = base::StringPrintf("Error=BadAuthentication\n%s\n"
297 GoogleServiceAuthError error = local
321 GoogleServiceAuthError error = local
337 GoogleServiceAuthError error = local
345 GoogleServiceAuthError error = local
353 GoogleServiceAuthError error = local
361 GoogleServiceAuthError error = local
369 GoogleServiceAuthError error = local
    [all...]
  /external/chromium/net/base/
cert_verifier.h 36 int error; // The return value of CertVerifier::Verify. member in struct:net::CachedCertVerifyResult
77 // successful or an error code upon failure.
82 // |verify_result->cert_status|, and the error code for the most serious
83 // error is returned.
157 int error,
  /external/chromium/net/tools/dump_cache/
url_to_filename_encoder.cc 35 char *error = NULL; local
36 const uint64 value = strtoull(str, &error, 16);
37 return (error == str) ? deflt : value;
  /external/chromium/third_party/libjingle/source/talk/base/
asynchttprequest.h 85 HttpErrorType error() { return error_; } function in class:talk_base::AsyncHttpRequest
88 void set_error(HttpErrorType error) { error_ = error; }
91 void OnComplete(HttpClient* client, HttpErrorType error);
httprequest.h 85 HttpErrorType error() { return error_; } function in class:talk_base::HttpRequest
88 void set_error(HttpErrorType error) { error_ = error; }
117 HttpErrorType error() const { return error_; } function in class:talk_base::HttpMonitor
120 void OnHttpClientComplete(HttpClient * http, HttpErrorType error);
  /external/chromium/third_party/libjingle/source/talk/examples/call/
presencepushtask.cc 112 int error = 0; local
116 error = atoi(elem->Attr(QN_CODE).c_str());
119 SignalMucLeft(muc->jid(), error);
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmanager.cc 149 ParseError error; local
151 if (!ParseSessionMessage(stanza, &msg, &error)) {
153 error.text, NULL);
170 &content_type, &error)) {
172 error.text, NULL);
197 ParseError error; local
198 if (!ParseSessionMessage(orig_stanza, &msg, &error)) {
206 // A failed send is semantically equivalent to an error response, so we
237 iq->SetAttr(buzz::QN_TYPE, "error");
241 buzz::XmlElement* error = new buzz::XmlElement(buzz::QN_ERROR) local
    [all...]
  /external/chromium/webkit/glue/media/
buffered_resource_loader_unittest.cc 62 WebURLError error; local
63 error.reason = net::ERR_ABORTED;
64 error.domain = WebString::fromUTF8(net::kErrorDomain);
65 loader->didFail(NULL, error);
223 MOCK_METHOD1(StartCallback, void(int error));
224 MOCK_METHOD1(ReadCallback, void(int error));
418 WebURLError error; local
419 error.reason = net::ERR_FAILED;
420 loader_->didFail(url_loader_, error);
simple_data_source_unittest.cc 107 WebURLError error; local
108 error.reason = net::ERR_FAILED;
109 data_source_->didFail(NULL, error);
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
indentation.py 25 from closure_linter.common import error namespace
36 Error = error.Error
124 raise Exception("INTERNAL ERROR: indentation stack is not empty: %r" %
135 An error array [error code, error string, error token] if the token is
  /external/chromium_org/ash/system/chromeos/network/
network_state_notifier.cc 41 // Error messages based on |error_name|, not network_state->error().
202 // Get the up-to-date properties for the network and display the error.
237 string16 error = GetConnectErrorString(error_name); local
238 if (error.empty()) {
239 // Service.Error gets cleared shortly after State transitions to Failure,
246 error = network_connect::ErrorString(network_error, service_path);
247 if (error.empty())
248 error = l10n_util::GetStringUTF16(IDS_CHROMEOS_NETWORK_ERROR_UNKNOWN);
250 NET_LOG_ERROR("Connect error notification: " + UTF16ToUTF8(error)
    [all...]
  /external/chromium_org/base/debug/
stack_trace_win.cc 63 // Returns the error code of a failed initialization.
137 // TODO(awong): Handle error: SymInitialize can fail with
142 DLOG(ERROR) << "SymInitialize failed: " << init_error_;
257 DWORD error = context->init_error(); local
258 if (error != ERROR_SUCCESS) {
259 (*os) << "Error initializing symbols (" << error
  /external/chromium_org/base/
sync_socket_win.cc 84 DPLOG(ERROR) << "CreateFileW failed";
89 DWORD error = GetLastError(); local
90 if (error != ERROR_PIPE_CONNECTED) {
91 DPLOG(ERROR) << "ConnectNamedPipe failed";
  /external/chromium_org/base/threading/
platform_thread_win.cc 213 DWORD error = GetLastError(); local
214 debug::Alias(&error);
  /external/chromium_org/base/win/
iat_patch_function.cc 51 // Returns: Windows error code (winerror.h). NO_ERROR if successful
59 DWORD error = NO_ERROR; local
70 error = ERROR_SUCCESS;
76 error = GetLastError();
80 return error;
138 // Returns: Returns NO_ERROR on success or Windows error code
183 // Returns: Returns NO_ERROR on success or Windows error code
217 DWORD error = Unpatch(); local
218 DCHECK_EQ(static_cast<DWORD>(NO_ERROR), error); local
237 DWORD error = InterceptImportedFunction(module_handle local
256 DWORD error = RestoreImportedFunction(intercept_function_, local
259 DCHECK_EQ(static_cast<DWORD>(NO_ERROR), error); local
    [all...]
  /external/chromium_org/cc/animation/
timing_function.cc 50 const double error = eval_bezier(x1, x2, t) - x; local
51 if (std::abs(error) < kBezierEpsilon)
53 t += error > 0.0 ? -step : step;
  /external/chromium_org/chrome/browser/chromeos/drive/
change_list_loader_unittest.cc 111 google_apis::GDataErrorCode error = google_apis::GDATA_FILE_ERROR; local
119 google_apis::test_util::CreateCopyResultCallback(&error, &entry));
121 EXPECT_EQ(google_apis::HTTP_CREATED, error);
145 FileError error = FILE_ERROR_FAILED; local
148 google_apis::test_util::CreateCopyResultCallback(&error));
151 EXPECT_EQ(FILE_ERROR_OK, error);
173 google_apis::test_util::CreateCopyResultCallback(&error));
176 EXPECT_EQ(FILE_ERROR_OK, error);
188 FileError error = FILE_ERROR_FAILED; local
191 google_apis::test_util::CreateCopyResultCallback(&error));
244 FileError error = FILE_ERROR_FAILED; local
287 FileError error = FILE_ERROR_FAILED; local
331 FileError error = FILE_ERROR_FAILED; local
    [all...]
drive_app_registry.cc 125 FileError error = GDataToFileError(gdata_error); local
126 if (error != FILE_ERROR_OK) {
drive_file_stream_reader_unittest.cc 227 // Emulate that an error is found. The callback should be called internally.
232 // The next Read call should also return the same error code.
244 // Supply the data before an error.
248 // Emulate that an error is found.
251 // The next Read call should return the error code, even if there is
328 int error = net::ERR_FAILED; local
337 google_apis::test_util::CreateCopyResultCallback(&error, &entry)));
340 EXPECT_EQ(net::OK, error);
356 error = net::ERR_FAILED;
365 google_apis::test_util::CreateCopyResultCallback(&error, &entry)))
396 int error = net::ERR_FAILED; local
465 int error = net::ERR_FAILED; local
    [all...]
drive_url_request_job_unittest.cc 147 int error = net::ERR_FAILED; local
157 &error, &entry)));
160 if (error != net::OK || !entry)
197 EXPECT_EQ(net::ERR_METHOD_NOT_SUPPORTED, request.status().error());
280 EXPECT_EQ(net::ERR_FAILED, request.status().error());
293 EXPECT_EQ(net::ERR_FAILED, request.status().error());
306 EXPECT_EQ(net::ERR_FILE_NOT_FOUND, request.status().error());
319 EXPECT_EQ(net::ERR_INVALID_URL, request.status().error());
378 EXPECT_EQ(net::ERR_REQUEST_RANGE_NOT_SATISFIABLE, request.status().error());
search_metadata_unittest.cc 160 FileError error = FILE_ERROR_FAILED; local
169 &error, &result));
171 EXPECT_EQ(FILE_ERROR_OK, error);
177 FileError error = FILE_ERROR_FAILED; local
186 &error, &result));
188 EXPECT_EQ(FILE_ERROR_OK, error);
198 FileError error = FILE_ERROR_FAILED; local
208 &error, &result));
210 EXPECT_EQ(FILE_ERROR_OK, error);
218 FileError error = FILE_ERROR_FAILED local
245 FileError error = FILE_ERROR_FAILED; local
266 FileError error = FILE_ERROR_FAILED; local
284 FileError error = FILE_ERROR_FAILED; local
304 FileError error = FILE_ERROR_FAILED; local
321 FileError error = FILE_ERROR_FAILED; local
340 FileError error = FILE_ERROR_FAILED; local
363 FileError error = FILE_ERROR_FAILED; local
387 FileError error = FILE_ERROR_FAILED; local
407 FileError error = FILE_ERROR_FAILED; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
copy_operation.cc 35 FileError error = metadata->GetResourceEntryByPath(src_path, src_entry); local
36 if (error != FILE_ERROR_OK)
37 return error;
40 error = metadata->GetResourceEntryByPath(dest_path.DirName(), &parent_entry);
41 if (error != FILE_ERROR_OK)
42 return error;
75 FileError error = metadata->GetIdByResourceId(parent_resource_id, local
77 if (error != FILE_ERROR_OK)
78 return error;
82 error = metadata->AddEntry(entry, &local_id)
102 FileError error = metadata->GetIdByPath(remote_dest_path, local_id); local
133 FileError error = metadata->GetResourceEntryByPath( local
322 FileError error = GDataToFileError(status); local
401 FileError error = GDataToFileError(status); local
    [all...]
download_operation_unittest.cc 45 FileError error = FILE_ERROR_FAILED; local
54 &error, &file_path, &entry));
57 EXPECT_EQ(FILE_ERROR_OK, error);
82 FileError error = FILE_ERROR_OK; local
91 &error, &file_path, &entry));
94 EXPECT_EQ(FILE_ERROR_NO_LOCAL_SPACE, error);
121 FileError error = FILE_ERROR_FAILED; local
129 google_apis::test_util::CreateCopyResultCallback(&error));
131 EXPECT_EQ(FILE_ERROR_OK, error);
141 &error, &file_path, &entry))
184 FileError error = FILE_ERROR_OK; local
208 FileError error = FILE_ERROR_OK; local
242 FileError error = FILE_ERROR_FAILED; local
269 FileError error = FILE_ERROR_OK; local
375 FileError error = FILE_ERROR_FAILED; local
422 FileError error = FILE_ERROR_FAILED; local
    [all...]

Completed in 460 milliseconds

<<31323334353637383940>>