HomeSort by relevance Sort by last modified time
    Searched refs:Retry (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpURLConnectionImpl.java 338 Retry retry = processResponseHeaders(); local
339 if (retry == Retry.NONE) {
362 throw new HttpRetryException("Cannot retry streamed HTTP body", responseCode);
365 if (retry == Retry.DIFFERENT_CONNECTION) {
405 enum Retry {
412 * Returns the retry action to take for the current response headers. The
416 private Retry processResponseHeaders() throws IOException
    [all...]
  /external/stlport/src/
sparc_atomic.s 21 bne 0b ! Retry upon failure
40 bne 1b ! Retry if we failed.
62 bne 2b ! Retry if we failed.
sparc_atomic64.s 18 bne 1b ! Retry upon failure
  /ndk/sources/cxx-stl/stlport/src/
sparc_atomic.s 21 bne 0b ! Retry upon failure
40 bne 1b ! Retry if we failed.
62 bne 2b ! Retry if we failed.
sparc_atomic64.s 18 bne 1b ! Retry upon failure
  /external/chromium_org/chrome/browser/chromeos/login/enrollment/
auto_enrollment_controller.h 60 // Retry checking.
61 void Retry();
auto_enrollment_controller.cc 133 void AutoEnrollmentController::Retry() {
135 client_->Retry();
auto_enrollment_check_screen.cc 132 // Determine whether a retry is in order.
133 bool retry = (new_captive_portal_status == local
159 // Retry if applicable. This is last so eventual callbacks find consistent
161 if (retry)
162 auto_enrollment_controller_->Retry();
  /external/chromium_org/chrome/browser/chromeos/
customization_wallpaper_downloader.h 55 // This is called in tests to modify (lower) retry delay.
68 // Schedules retry.
69 void Retry();
95 // Pending retry.
98 // Number of download retries (first attempt is not counted as retry).
101 // Sleep between retry requests (increasing, see Retry() method for details).
105 // Retry delay of the last attempt. For testing only.
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/geolocation/
simple_geolocation_request.h 46 // |timeout| retry request on error until timeout.
75 // Schedules retry.
76 void Retry(bool server_error);
105 // Pending retry.
111 // Number of retry attempts.
114 // This is updated on each retry.
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/timezone/
timezone_request.h 72 // |retry_timeout| retry request on error until timeout.
103 // Schedules retry.
104 void Retry(bool server_error);
119 // Absolute time, when it is passed no more retry requests are allowed.
122 // Pending retry.
129 // Number of retry attempts.
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/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/chromium_org/v8/src/
lithium-codegen.h 80 void Retry(BailoutReason reason);
lithium-codegen.cc 234 void LCodeGenBase::Retry(BailoutReason reason) {
241 if (map->is_deprecated()) return Retry(kMapBecameDeprecated);
247 if (!map->is_stable()) return Retry(kMapBecameUnstable);
  /external/clang/include/clang/Analysis/Support/
BumpVector.h 151 Retry:
157 goto Retry;
166 Retry:
175 goto Retry;
  /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/sql/
connection.h 423 enum Retry {
427 bool OpenInternal(const std::string& file_name, Retry retry_flag);
  /external/chromium_org/chrome/browser/chromeos/policy/
auto_enrollment_client.h 95 // Triggers a retry of the currently pending step. This is intended to be
98 void Retry();
197 // a retry response from the server.
server_backed_state_keys_broker_unittest.cc 81 TEST_F(ServerBackedStateKeysBrokerTest, Retry) {
  /external/clang/include/clang/AST/
ASTVector.h 159 Retry:
165 goto Retry;
223 Retry:
234 goto Retry;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mcd.h 95 BOOLEAN *Retry);
  /packages/apps/Settings/src/com/android/settings/
ChooseLockPattern.java 218 Retry(R.string.lockpattern_retry_button_text, true),
273 LeftButtonMode.Retry, RightButtonMode.ContinueDisabled,
277 LeftButtonMode.Retry, RightButtonMode.Continue, ID_EMPTY_MESSAGE, false),
402 if (mUiStage.leftMode == LeftButtonMode.Retry) {

Completed in 581 milliseconds

1 2 3