/external/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/internal/crossregion/ |
D | S3CrossRegionRedirectTestBase.java | 58 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()
|
D | S3CrossRegionSyncClientRedirectTest.java | 87 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()
|
D | S3CrossRegionAsyncClientRedirectTest.java | 50 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/ |
D | DelegateOptionsTest.cpp | 20 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/ |
D | test_tc_neigh.c | 90 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/ |
D | AbstractFilter.java | 41 static void redirect(ServletResponse servletResponse, String location) { in redirect() method in AbstractFilter
|
/external/armnn/src/armnnTestUtils/ |
D | UnitTests.cpp | 43 StreamRedirector redirect(std::cout, ss.rdbuf()); variable
|
/external/curl/tests/libtest/ |
D | lib1502.c | 50 char redirect[160]; in test() local
|
/external/pytorch/torch/distributed/elastic/multiprocessing/ |
D | redirects.py | 52 def redirect(std: str, to_file: str): function
|
/external/okhttp/mockwebserver/src/test/java/com/squareup/okhttp/mockwebserver/ |
D | MockWebServerTest.java | 99 @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/ |
D | ir2_cp.c | 166 bool redirect = true; in cp_export() local
|
/external/rust/android-crates-io/crates/axum/src/response/ |
D | mod.rs | 6 mod redirect; module
|
/external/rust/android-crates-io/crates/etherparse/src/transport/ |
D | icmpv4_type.rs | 458 let redirect = RedirectHeader{ localVariable
|
D | icmpv4_header.rs | 549 let redirect = RedirectHeader{ localVariable
|
/external/mockwebserver/src/test/java/com/google/mockwebserver/ |
D | MockWebServerTest.java | 138 RecordedRequest redirect = server.takeRequest(); in testRedirect() local
|
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/icmp/ |
D | icmp_header.hpp | 37 redirect = 5, echo_request = 8, time_exceeded = 11, parameter_problem = 12, enumerator
|
/external/mesa3d/src/gallium/tools/trace/ |
D | pytracediff.py | 277 redirect = False variable 281 redirect = True variable
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
D | ShowPlurals.java | 174 String redirect = in printPluralTable() local
|
/external/volley/core/src/test/java/com/android/volley/toolbox/ |
D | BasicNetworkTest.java | 270 public void redirect() throws Exception { in redirect() method in BasicNetworkTest
|
/external/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/ |
D | OkApacheClientTest.java | 56 @Test public void redirect() throws Exception { in redirect() method in OkApacheClientTest
|
/external/emma/core/java12/com/vladium/util/ |
D | Property.java | 509 final String redirect = (String) m_systemRedirects.get (key); in get() local
|
/external/grpc-grpc/src/proto/grpc/testing/xds/v3/ |
D | route.proto | 116 RedirectAction redirect = 3; field
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/ |
D | route.proto | 116 RedirectAction redirect = 3; field
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/ |
D | HttpOverSpdyTest.java | 233 @Test public void redirect() throws Exception { in redirect() method in HttpOverSpdyTest
|
/external/armnn/src/backends/backendsCommon/test/ |
D | BackendProfilingTests.cpp | 447 StreamRedirector redirect(std::cout, ss.rdbuf()); variable
|