Home
last modified time | relevance | path

Searched refs:Retry (Results 1 – 25 of 33) sorted by relevance

12

/external/okhttp/src/main/java/libcore/net/http/
DHttpURLConnectionImpl.java297 Retry retry = processResponseHeaders(); in getResponse()
298 if (retry == Retry.NONE) { in getResponse()
326 if (retry == Retry.DIFFERENT_CONNECTION) { in getResponse()
341 enum Retry { enum in HttpURLConnectionImpl
352 private Retry processResponseHeaders() throws IOException { in processResponseHeaders()
363 return credentialsFound ? Retry.SAME_CONNECTION : Retry.NONE; in processResponseHeaders()
370 return Retry.NONE; in processResponseHeaders()
377 return Retry.NONE; in processResponseHeaders()
382 return Retry.NONE; // the scheme changed; don't retry. in processResponseHeaders()
386 return Retry.SAME_CONNECTION; in processResponseHeaders()
[all …]
/external/llvm/test/Transforms/LoopDeletion/
D2011-06-21-phioperands.ll105 br i1 undef, label %Retry.i, label %if.end.i99
107 Retry.i: ; preds = %if.end.i99, %_ZN4llvmplERKNS_9StringRe…
110 new.notnull.i: ; preds = %Retry.i
114 br label %Retry.i
116 _ZN4llvm15SmallVectorImplIPKcE9push_backERKS2_.exit: ; preds = %new.notnull.i, %Retry.i
120 br i1 undef, label %Retry.i108, label %if.end.i113
122 Retry.i108: ; preds = %if.end.i113, %if.else
125 new.notnull.i110: ; preds = %Retry.i108
129 br label %Retry.i108
131 _ZN4llvm15SmallVectorImplIPKcE9push_backERKS2_.exit114: ; preds = %new.notnull.i110, %Retry.i108
[all …]
/external/stlport/src/
Dsparc_atomic.s21 bne 0b ! Retry upon failure
40 bne 1b ! Retry if we failed.
62 bne 2b ! Retry if we failed.
Dsparc_atomic64.s18 bne 1b ! Retry upon failure
/external/clang/include/clang/Analysis/Support/
DBumpVector.h151 Retry: in push_back()
157 goto Retry; in push_back()
166 Retry: in insert()
175 goto Retry; in insert()
/external/llvm/include/llvm/ADT/
DSmallVector.h233 Retry: in push_back()
239 goto Retry; in push_back()
245 Retry: in push_back()
251 goto Retry; in push_back()
346 Retry: in push_back()
352 goto Retry; in push_back()
509 Retry: in insert()
527 goto Retry; in insert()
541 Retry: in insert()
559 goto Retry; in insert()
/external/clang/include/clang/AST/
DASTVector.h156 Retry: in push_back()
162 goto Retry; in push_back()
220 Retry: in insert()
231 goto Retry; in insert()
/external/chromium/chrome/browser/remoting/
Dsetup_flow_register_step.h47 virtual void Retry();
Dsetup_flow_start_host_step.h52 virtual void Retry();
Dsetup_flow_get_status_step.h53 virtual void Retry();
Dsetup_flow_get_status_step.cc90 void SetupFlowGetStatusErrorStep::Retry() { in Retry() function in remoting::SetupFlowGetStatusErrorStep
Dsetup_flow_register_step.cc76 void SetupFlowRegisterErrorStep::Retry() { in Retry() function in remoting::SetupFlowRegisterErrorStep
Dsetup_flow_start_host_step.cc81 void SetupFlowStartHostErrorStep::Retry() { in Retry() function in remoting::SetupFlowStartHostErrorStep
Dsetup_flow.h106 virtual void Retry() = 0;
Dsetup_flow.cc76 Retry(); in HandleMessage()
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/headers/
Dmozilla56 Retry-After
/external/e2fsprogs/lib/et/test_cases/
Dsimple.et64 "Retry count exceeded"
Dheimdal.et50 ec SKDC_RETRY, "Kerberos error: Retry count exceeded"
/external/chromium/chrome/browser/policy/
Dcloud_policy_controller.h49 void Retry();
Dcloud_policy_subsystem.cc91 cloud_policy_controller_->Retry(); in OnIPAddressChanged()
Dcloud_policy_controller.cc95 void CloudPolicyController::Retry() { in Retry() function in policy::CloudPolicyController
/external/chromium/chrome/browser/ui/cocoa/translate/
Dtranslate_infobar_unittest.mm127 // Check that clicking the "Retry" button calls Translate() when we're
/external/oprofile/events/ppc64/cell-be/
Devents80 …,3 um:PPU_02_edges minimum:10000 name:snp_retry : Respond with Retry to a snooped reque…
81 …m:PPU_02_edges minimum:10000 name:snp_busy_retry : Respond with Retry to a snooped reque…
396 …mum:10000 name:YM_COMMON_YMB_CSR_PERFORM1(5) : XIO1 - MIC responds with a Retry for a read command…
398 …mum:10000 name:YM_COMMON_YMB_CSR_PERFORM1(7) : XIO1 - MIC responds with a Retry for a write comman…
412 …mum:10000 name:YM_COMMON_YMB_CSR_PERFORM2(5) : XIO0 - MIC responds with a Retry for a read command…
414 …mum:10000 name:YM_COMMON_YMB_CSR_PERFORM2(7) : XIO0 - MIC responds with a Retry for a write comman…
/external/clang/docs/analyzer/
DIPA.txt115 Retry Without Inlining
170 "Retry Without Inlining").
/external/clang/lib/Parse/
DParseStmt.cpp111 Retry: in ParseStatementOrDeclarationAfterAttributes()
165 goto Retry; in ParseStatementOrDeclarationAfterAttributes()

12