Searched defs:Retry (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/
H A Dcustomization_wallpaper_downloader.cc26 // Retry is infinite with increasing intervals. When calculated delay becomes
105 void CustomizationWallpaperDownloader::Retry() { function in class:chromeos::CustomizationWallpaperDownloader
163 Retry();
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
H A Dauto_enrollment_controller.cc133 void AutoEnrollmentController::Retry() { function in class:chromeos::AutoEnrollmentController
135 client_->Retry();
/external/chromium_org/third_party/skia/platform_tools/android/bin/
H A Ddownload_utils.py149 def Retry(op, *args): function
184 Retry(shutil.move, src, dst)
189 Retry(shutil.rmtree, path)
194 Retry(os.unlink, path)
/external/skia/platform_tools/android/bin/
H A Ddownload_utils.py149 def Retry(op, *args): function
184 Retry(shutil.move, src, dst)
189 Retry(shutil.rmtree, path)
194 Retry(os.unlink, path)
/external/chromium_org/sql/
H A Dconnection.h423 enum Retry { enum in class:sql::Connection
427 bool OpenInternal(const std::string& file_name, Retry retry_flag);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttpURLConnectionImpl.java329 Retry retry = processResponseHeaders();
330 if (retry == Retry.NONE) {
356 if (retry == Retry.DIFFERENT_CONNECTION) {
396 enum Retry { enum in class:HttpURLConnectionImpl
407 private Retry processResponseHeaders() throws IOException {
422 if (successorRequest == null) return Retry.NONE;
424 return Retry.SAME_CONNECTION;
432 return Retry.NONE;
440 return Retry.NONE;
444 return Retry
[all...]
/external/chromium_org/chrome/browser/chromeos/geolocation/
H A Dsimple_geolocation_request.cc322 void SimpleGeolocationRequest::Retry(bool server_error) { function in class:chromeos::SimpleGeolocationRequest
350 Retry(server_error);
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dauto_enrollment_client.cc151 void AutoEnrollmentClient::Retry() { function in class:policy::AutoEnrollmentClient
360 // Retry at most once with the modulus that the server requested.
/external/chromium_org/chrome/browser/chromeos/timezone/
H A Dtimezone_request.cc356 void TimeZoneRequest::Retry(bool server_error) { function in class:chromeos::TimeZoneRequest
386 Retry(server_error);
/external/chromium_org/v8/tools/push-to-trunk/
H A Dcommon_includes.py270 def Retry(self, cb, retry_on=None, wait_plan=None): member in class:Step
271 """ Retry a function.
311 result = self.Retry(cmd, retry_on, [5, 30])
318 return self.Retry(cmd, retry_on, [5, 30])
328 return self.Retry(cmd, retry_on, wait_plan)
/external/chromium_org/v8/src/
H A Dspaces.h1681 static inline AllocationResult Retry(AllocationSpace space = NEW_SPACE) { function in class:v8::internal::AllocationResult
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 2412 milliseconds