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

  /external/chromium/chrome/browser/remoting/
setup_flow_get_status_step.h 53 virtual void Retry();
setup_flow_register_step.h 47 virtual void Retry();
setup_flow_start_host_step.h 52 virtual void Retry();
setup_flow_get_status_step.cc 90 void SetupFlowGetStatusErrorStep::Retry() {
setup_flow_register_step.cc 76 void SetupFlowRegisterErrorStep::Retry() {
77 // When retrying we retry from the GetStatus step because it may be
setup_flow_start_host_step.cc 81 void SetupFlowStartHostErrorStep::Retry() {
82 // When retrying we retry from the GetStatus step because it may be
setup_flow.h 88 // GetErrorMessage() and Retry button.
104 // Called when user clicks Retry button. Normally this methoud just
106 virtual void Retry() = 0;
153 // list. For example the following code sends Retry message to the
156 // chrome.send("RemotingSetup", ["Retry"])
setup_flow.cc 75 if (message == "Retry") {
76 Retry();
  /libcore/luni/src/main/java/libcore/net/http/
HttpURLConnectionImpl.java 276 Retry retry = processResponseHeaders(); local
277 if (retry == Retry.NONE) {
301 throw new HttpRetryException("Cannot retry streamed HTTP body",
305 if (retry == Retry.DIFFERENT_CONNECTION) {
325 enum Retry {
332 * Returns the retry action to take for the current response headers. The
336 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/clang/include/clang/Analysis/Support/
BumpVector.h 151 Retry:
157 goto Retry;
166 Retry:
175 goto Retry;
  /external/chromium/chrome/browser/policy/
cloud_policy_controller.h 48 // Triggers an immediate retry of of the current operation.
49 void Retry();
72 // The device is not managed. Should retry fetching the token after delay.
80 // The service returned an error when requesting policy, will retry.
cloud_policy_subsystem.cc 91 cloud_policy_controller_->Retry();
cloud_policy_controller.cc 95 void CloudPolicyController::Retry() {
128 // Will retry fetching a token but gracefully backing off.
144 << ", will retry in a few hours.";
152 // Will retry last operation but gracefully backing off.
  /external/clang/include/clang/AST/
ASTVector.h 156 Retry:
162 goto Retry;
220 Retry:
231 goto Retry;
  /packages/apps/Settings/src/com/android/settings/
ChooseLockPattern.java 189 Retry(R.string.lockpattern_retry_button_text, true),
244 LeftButtonMode.Retry, RightButtonMode.ContinueDisabled,
248 LeftButtonMode.Retry, RightButtonMode.Continue, ID_EMPTY_MESSAGE, false),
363 if (mUiStage.leftMode == LeftButtonMode.Retry) {
  /external/llvm/include/llvm/ADT/
SmallVector.h 324 Retry:
330 goto Retry;
408 Retry:
426 goto Retry;
  /external/clang/lib/Parse/
ParseStmt.cpp 91 Retry:
131 goto Retry;
196 goto Retry;
    [all...]

Completed in 305 milliseconds