/external/okhttp/src/main/java/libcore/net/http/ |
D | HttpURLConnectionImpl.java | 297 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/ |
D | 2011-06-21-phioperands.ll | 105 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/ |
D | sparc_atomic.s | 21 bne 0b ! Retry upon failure 40 bne 1b ! Retry if we failed. 62 bne 2b ! Retry if we failed.
|
D | sparc_atomic64.s | 18 bne 1b ! Retry upon failure
|
/external/clang/include/clang/Analysis/Support/ |
D | BumpVector.h | 151 Retry: in push_back() 157 goto Retry; in push_back() 166 Retry: in insert() 175 goto Retry; in insert()
|
/external/llvm/include/llvm/ADT/ |
D | SmallVector.h | 233 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/ |
D | ASTVector.h | 156 Retry: in push_back() 162 goto Retry; in push_back() 220 Retry: in insert() 231 goto Retry; in insert()
|
/external/chromium/chrome/browser/remoting/ |
D | setup_flow_register_step.h | 47 virtual void Retry();
|
D | setup_flow_start_host_step.h | 52 virtual void Retry();
|
D | setup_flow_get_status_step.h | 53 virtual void Retry();
|
D | setup_flow_get_status_step.cc | 90 void SetupFlowGetStatusErrorStep::Retry() { in Retry() function in remoting::SetupFlowGetStatusErrorStep
|
D | setup_flow_register_step.cc | 76 void SetupFlowRegisterErrorStep::Retry() { in Retry() function in remoting::SetupFlowRegisterErrorStep
|
D | setup_flow_start_host_step.cc | 81 void SetupFlowStartHostErrorStep::Retry() { in Retry() function in remoting::SetupFlowStartHostErrorStep
|
D | setup_flow.h | 106 virtual void Retry() = 0;
|
D | setup_flow.cc | 76 Retry(); in HandleMessage()
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/headers/ |
D | mozilla | 56 Retry-After
|
/external/e2fsprogs/lib/et/test_cases/ |
D | simple.et | 64 "Retry count exceeded"
|
D | heimdal.et | 50 ec SKDC_RETRY, "Kerberos error: Retry count exceeded"
|
/external/chromium/chrome/browser/policy/ |
D | cloud_policy_controller.h | 49 void Retry();
|
D | cloud_policy_subsystem.cc | 91 cloud_policy_controller_->Retry(); in OnIPAddressChanged()
|
D | cloud_policy_controller.cc | 95 void CloudPolicyController::Retry() { in Retry() function in policy::CloudPolicyController
|
/external/chromium/chrome/browser/ui/cocoa/translate/ |
D | translate_infobar_unittest.mm | 127 // Check that clicking the "Retry" button calls Translate() when we're
|
/external/oprofile/events/ppc64/cell-be/ |
D | events | 80 …,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/ |
D | IPA.txt | 115 Retry Without Inlining 170 "Retry Without Inlining").
|
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 111 Retry: in ParseStatementOrDeclarationAfterAttributes() 165 goto Retry; in ParseStatementOrDeclarationAfterAttributes()
|