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

  /external/chromium/chrome/browser/remoting/
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_get_status_step.cc 90 void SetupFlowGetStatusErrorStep::Retry() {
  /external/chromium/chrome/browser/policy/
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/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpURLConnectionImpl.java 301 Retry retry = processResponseHeaders(); local
302 if (retry == Retry.NONE) {
324 throw new HttpRetryException("Cannot retry streamed HTTP body",
328 if (retry == Retry.DIFFERENT_CONNECTION) {
377 // do not retry, we didn't have an abrupt server initiated exception.
388 enum Retry {
395 * Returns the retry action to take for the current response headers. Th
    [all...]
  /libcore/luni/src/main/java/libcore/net/http/
HttpURLConnectionImpl.java 287 * the failure. Silently retry with a different connection.
301 Retry retry = processResponseHeaders(); local
302 if (retry == Retry.NONE) {
326 throw new HttpRetryException("Cannot retry streamed HTTP body",
330 if (retry == Retry.DIFFERENT_CONNECTION) {
347 enum Retry {
354 * Returns the retry action to take for the current response headers. Th
    [all...]
  /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/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/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 478 milliseconds