Home
last modified time | relevance | path

Searched defs:redirect (Results 1 – 25 of 54) sorted by relevance

123

/external/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/internal/crossregion/
DS3CrossRegionRedirectTestBase.java58 void decoratorAttemptsToRetryWithRegionNameInErrorResponse(Integer redirect) throws Throwable { in decoratorAttemptsToRetryWithRegionNameInErrorResponse()
77 void decoratorUsesCache_when_CrossRegionAlreadyPresent(Integer redirect) throws Throwable { in decoratorUsesCache_when_CrossRegionAlreadyPresent()
115 void headBucketCalled_when_RedirectDoesNotHasRegionName(Integer redirect) throws Throwable { in headBucketCalled_when_RedirectDoesNotHasRegionName()
133 …void headBucketCalledAndCached__when_RedirectDoesNotHasRegionName(Integer redirect) throws Throwab… in headBucketCalledAndCached__when_RedirectDoesNotHasRegionName()
182 protected abstract void stubRedirectWithNoRegionAndThenSuccess(Integer redirect); in stubRedirectWithNoRegionAndThenSuccess()
184 protected abstract void stubRedirectThenError(Integer redirect); in stubRedirectThenError()
186 protected abstract void stubRedirectSuccessSuccess(Integer redirect); in stubRedirectSuccessSuccess()
227 …ract void stubClientAPICallWithFirstRedirectThenSuccessWithRegionInErrorResponse(Integer redirect); in stubClientAPICallWithFirstRedirectThenSuccessWithRegionInErrorResponse()
DS3CrossRegionSyncClientRedirectTest.java87 protected void stubRedirectWithNoRegionAndThenSuccess(Integer redirect) { in stubRedirectWithNoRegionAndThenSuccess()
94 protected void stubRedirectThenError(Integer redirect) { in stubRedirectThenError()
101 protected void stubRedirectSuccessSuccess(Integer redirect) { in stubRedirectSuccessSuccess()
129 …ted void stubClientAPICallWithFirstRedirectThenSuccessWithRegionInErrorResponse(Integer redirect) { in stubClientAPICallWithFirstRedirectThenSuccessWithRegionInErrorResponse()
DS3CrossRegionAsyncClientRedirectTest.java50 protected void stubRedirectSuccessSuccess(Integer redirect) { in stubRedirectSuccessSuccess()
78 …ted void stubClientAPICallWithFirstRedirectThenSuccessWithRegionInErrorResponse(Integer redirect) { in stubClientAPICallWithFirstRedirectThenSuccessWithRegionInErrorResponse()
113 protected void stubRedirectWithNoRegionAndThenSuccess(Integer redirect) { in stubRedirectWithNoRegionAndThenSuccess()
121 protected void stubRedirectThenError(Integer redirect) { in stubRedirectThenError()
/external/armnn/delegate/test/
DDelegateOptionsTest.cpp20 StreamRedirector redirect(std::cout, ss.rdbuf()); variable
49 StreamRedirector redirect(std::cout, ss.rdbuf()); variable
159 StreamRedirector redirect(std::cout, stringStream.rdbuf()); variable
194 StreamRedirector redirect(std::cout, stringStream.rdbuf()); variable
252 StreamRedirector redirect(std::cout, ss.rdbuf()); variable
284 StreamRedirector redirect(std::cout, ss.rdbuf()); in CreateFp16StringParsingTestRun() local
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dtest_tc_neigh.c90 bool redirect = false; in tc_dst() local
115 bool redirect = false; in tc_src() local
/external/zxing/zxingorg/src/main/java/com/google/zxing/web/
DAbstractFilter.java41 static void redirect(ServletResponse servletResponse, String location) { in redirect() method in AbstractFilter
/external/armnn/src/armnnTestUtils/
DUnitTests.cpp43 StreamRedirector redirect(std::cout, ss.rdbuf()); variable
/external/curl/tests/libtest/
Dlib1502.c50 char redirect[160]; in test() local
/external/pytorch/torch/distributed/elastic/multiprocessing/
Dredirects.py52 def redirect(std: str, to_file: str): function
/external/okhttp/mockwebserver/src/test/java/com/squareup/okhttp/mockwebserver/
DMockWebServerTest.java99 @Test public void redirect() throws Exception { in redirect() method in MockWebServerTest
113 RecordedRequest redirect = server.takeRequest(); in redirect() local
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_cp.c166 bool redirect = true; in cp_export() local
/external/rust/android-crates-io/crates/axum/src/response/
Dmod.rs6 mod redirect; module
/external/rust/android-crates-io/crates/etherparse/src/transport/
Dicmpv4_type.rs458 let redirect = RedirectHeader{ localVariable
Dicmpv4_header.rs549 let redirect = RedirectHeader{ localVariable
/external/mockwebserver/src/test/java/com/google/mockwebserver/
DMockWebServerTest.java138 RecordedRequest redirect = server.takeRequest(); in testRedirect() local
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/icmp/
Dicmp_header.hpp37 redirect = 5, echo_request = 8, time_exceeded = 11, parameter_problem = 12, enumerator
/external/mesa3d/src/gallium/tools/trace/
Dpytracediff.py277 redirect = False variable
281 redirect = True variable
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DShowPlurals.java174 String redirect = in printPluralTable() local
/external/volley/core/src/test/java/com/android/volley/toolbox/
DBasicNetworkTest.java270 public void redirect() throws Exception { in redirect() method in BasicNetworkTest
/external/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/
DOkApacheClientTest.java56 @Test public void redirect() throws Exception { in redirect() method in OkApacheClientTest
/external/emma/core/java12/com/vladium/util/
DProperty.java509 final String redirect = (String) m_systemRedirects.get (key); in get() local
/external/grpc-grpc/src/proto/grpc/testing/xds/v3/
Droute.proto116 RedirectAction redirect = 3; field
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/
Droute.proto116 RedirectAction redirect = 3; field
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DHttpOverSpdyTest.java233 @Test public void redirect() throws Exception { in redirect() method in HttpOverSpdyTest
/external/armnn/src/backends/backendsCommon/test/
DBackendProfilingTests.cpp447 StreamRedirector redirect(std::cout, ss.rdbuf()); variable

123