HomeSort by relevance Sort by last modified time
    Searched defs:Retry (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/chrome/browser/chromeos/
customization_wallpaper_downloader.cc 23 // Sleep between wallpaper retries (used multiplied by squared retry number).
26 // Retry is infinite with increasing intervals. When calculated delay becomes
105 void CustomizationWallpaperDownloader::Retry() {
115 << " seconds (retry = " << retries_ << ").";
163 Retry();
  /external/chromium_org/chrome/browser/chromeos/login/enrollment/
auto_enrollment_controller.cc 133 void AutoEnrollmentController::Retry() {
135 client_->Retry();
  /external/chromium_org/third_party/skia/platform_tools/android/bin/
download_utils.py 149 def Retry(op, *args):
152 # and as a workaround we simply retry the command a few times.
169 sys.stdout.write("RETRY: %s %s\n" % (op.__name__, repr(args)))
184 Retry(shutil.move, src, dst)
189 Retry(shutil.rmtree, path)
194 Retry(os.unlink, path)
  /external/skia/platform_tools/android/bin/
download_utils.py 149 def Retry(op, *args):
152 # and as a workaround we simply retry the command a few times.
169 sys.stdout.write("RETRY: %s %s\n" % (op.__name__, repr(args)))
184 Retry(shutil.move, src, dst)
189 Retry(shutil.rmtree, path)
194 Retry(os.unlink, path)
  /external/chromium_org/chrome/browser/chromeos/geolocation/
simple_geolocation_request.cc 54 // We are using "sparse" histograms for the number of retry attempts,
58 // Sleep between geolocation request retry on HTTP error.
61 // Sleep between geolocation request retry on bad server response.
322 void SimpleGeolocationRequest::Retry(bool server_error) {
350 Retry(server_error);
  /external/chromium_org/chrome/browser/chromeos/policy/
auto_enrollment_client.cc 151 void AutoEnrollmentClient::Retry() {
341 // Server is asking us to retry with a different modulus.
360 // Retry at most once with the modulus that the server requested.
  /external/chromium_org/sql/
connection.h 423 enum Retry {
427 bool OpenInternal(const std::string& file_name, Retry retry_flag);
  /external/chromium_org/chrome/browser/chromeos/timezone/
timezone_request.cc 46 // Sleep between timezone request retry on HTTP error.
49 // Sleep between timezone request retry on bad server response.
356 void TimeZoneRequest::Retry(bool server_error) {
386 Retry(server_error);
  /external/chromium_org/v8/tools/push-to-trunk/
common_includes.py 270 def Retry(self, cb, retry_on=None, wait_plan=None):
271 """ Retry a function.
273 cb: The function to retry.
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/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpURLConnectionImpl.java 329 Retry retry = processResponseHeaders(); local
330 if (retry == Retry.NONE) {
353 throw new HttpRetryException("Cannot retry streamed HTTP body", responseCode);
356 if (retry == Retry.DIFFERENT_CONNECTION) {
396 enum Retry {
403 * Returns the retry action to take for the current response headers. The
407 private Retry processResponseHeaders() throws IOException
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ChooseLockPattern.java 206 Retry(R.string.lockpattern_retry_button_text, true),
261 LeftButtonMode.Retry, RightButtonMode.ContinueDisabled,
265 LeftButtonMode.Retry, RightButtonMode.Continue, ID_EMPTY_MESSAGE, false),
385 if (mUiStage.leftMode == LeftButtonMode.Retry) {
  /external/chromium_org/v8/src/
spaces.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 2014 milliseconds