Searched refs:Retry (Results 1 - 24 of 24) sorted by relevance

/external/chromium/chrome/browser/remoting/
H A Dsetup_flow_register_step.h47 virtual void Retry();
H A Dsetup_flow_get_status_step.h53 virtual void Retry();
H A Dsetup_flow_start_host_step.h52 virtual void Retry();
H A Dsetup_flow_get_status_step.cc90 void SetupFlowGetStatusErrorStep::Retry() { function in class:remoting::SetupFlowGetStatusErrorStep
H A Dsetup_flow_register_step.cc76 void SetupFlowRegisterErrorStep::Retry() { function in class:remoting::SetupFlowRegisterErrorStep
H A Dsetup_flow_start_host_step.cc81 void SetupFlowStartHostErrorStep::Retry() { function in class:remoting::SetupFlowStartHostErrorStep
H A Dsetup_flow.h88 // 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"])
H A Dsetup_flow.cc75 if (message == "Retry") {
76 Retry();
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttpURLConnectionImpl.java300 Retry retry = processResponseHeaders();
301 if (retry == Retry.NONE) {
327 if (retry == Retry.DIFFERENT_CONNECTION) {
402 enum Retry { enum in class:HttpURLConnectionImpl
413 private Retry processResponseHeaders() throws IOException {
428 return credentialsFound ? Retry.SAME_CONNECTION : Retry.NONE;
436 return Retry.NONE;
444 return Retry.NONE;
448 return Retry
[all...]
/external/stlport/src/
H A Dsparc_atomic.s21 bne 0b ! Retry upon failure
40 bne 1b ! Retry if we failed.
62 bne 2b ! Retry if we failed.
H A Dsparc_atomic64.s18 bne 1b ! Retry upon failure
/external/clang/include/clang/Analysis/Support/
H A DBumpVector.h151 Retry:
157 goto Retry;
166 Retry:
175 goto Retry;
/external/chromium/chrome/browser/policy/
H A Dcloud_policy_controller.h49 void Retry();
H A Dcloud_policy_subsystem.cc91 cloud_policy_controller_->Retry();
H A Dcloud_policy_controller.cc95 void CloudPolicyController::Retry() { function in class:policy::CloudPolicyController
/external/llvm/include/llvm/ADT/
H A DSmallVector.h238 Retry:
244 goto Retry;
250 Retry:
256 goto Retry;
352 Retry:
358 goto Retry;
515 Retry:
533 goto Retry;
547 Retry:
565 goto Retry;
[all...]
/external/clang/include/clang/AST/
H A DASTVector.h160 Retry:
166 goto Retry;
224 Retry:
235 goto Retry;
/external/chromium_org/sql/
H A Dconnection.h425 enum Retry { enum in class:sql::Connection
429 bool OpenInternal(const std::string& file_name, Retry retry_flag);
H A Dconnection.cc837 Connection::Retry retry_flag) {
/external/chromium_org/v8/tools/push-to-trunk/
H A Dcommon_includes.py249 def Retry(self, cb, retry_on=None, wait_plan=None): member in class:Step
250 """ Retry a function.
288 return self.Retry(cmd, retry_on, [5, 30])
298 return self.Retry(cmd, retry_on, wait_plan)
/external/chromium_org/third_party/npapi/npspy/windows/
H A Ddirpick.cpp477 Retry:
494 goto Retry;
/external/llvm/lib/Support/Windows/
H A DPath.inc462 // Retry MoveFile() at ACCESS_DENIED.
/external/clang/lib/Parse/
H A DParseStmt.cpp124 Retry:
178 goto Retry;
/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/ ...

Completed in 663 milliseconds