/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/internal/crossregion/ |
H A 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()
|
H A 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()
|
H A 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()
|
/aosp_15_r20/external/armnn/delegate/test/ |
H A 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
|
/aosp_15_r20/cts/tests/tests/media/player/src/android/media/player/cts/ |
H A D | StreamingMediaPlayerTest.java | 260 private void localHttpAudioStreamTest(final String name, boolean redirect, boolean nolength) in localHttpAudioStreamTest() 314 private void localHttpsAudioStreamTest(final String name, boolean redirect, boolean nolength) in localHttpsAudioStreamTest() 553 boolean redirect, boolean isAudioOnly) throws Exception { in localHlsTest() 563 boolean appendQueryString, boolean redirect, boolean isAudioOnly) in localHlsTest()
|
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/util/ |
D | RunUtil.java | 163 public void setRedirectStderrToStdout(boolean redirect) { in setRedirectStderrToStdout() 262 private synchronized ProcessBuilder createProcessBuilder(Redirect redirect, String... command) { in createProcessBuilder() 271 Redirect redirect, List<String> commandList, boolean enableCache) { in createProcessBuilder() 430 public Process runCmdInBackground(Redirect redirect, final String... command) in runCmdInBackground() 447 public Process runCmdInBackground(Redirect redirect, final List<String> command) in runCmdInBackground()
|
D | IRunUtil.java | 110 public void setRedirectStderrToStdout(boolean redirect); in setRedirectStderrToStdout() 297 public Process runCmdInBackground(Redirect redirect, final String... command) in runCmdInBackground() 321 public Process runCmdInBackground(Redirect redirect, List<String> command) throws IOException; in runCmdInBackground()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
H A D | test_tc_neigh.c | 90 bool redirect = false; in tc_dst() local 115 bool redirect = false; in tc_src() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/ |
D | appengine.py | 138 redirect=True, argument 294 def _get_retries(self, retries, redirect): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/ |
D | appengine.py | 138 redirect=True, argument 294 def _get_retries(self, retries, redirect): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/ |
D | appengine.py | 138 redirect=True, argument 294 def _get_retries(self, retries, redirect): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/ |
D | appengine.py | 138 redirect=True, argument 294 def _get_retries(self, retries, redirect): argument
|
/aosp_15_r20/external/okhttp/mockwebserver/src/test/java/com/squareup/okhttp/mockwebserver/ |
H A D | MockWebServerTest.java | 99 @Test public void redirect() throws Exception { in redirect() method in MockWebServerTest 113 RecordedRequest redirect = server.takeRequest(); in redirect() local
|
/aosp_15_r20/frameworks/base/core/java/android/service/dreams/ |
H A D | DreamOverlayService.java | 118 private void redirectWake(boolean redirect) { in redirectWake() 293 public final void redirectWake(boolean redirect) { in redirectWake()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/ |
D | retry.py | 248 redirect=None, argument 341 def from_int(cls, retries, redirect=True, default=None): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/ |
D | retry.py | 248 redirect=None, argument 341 def from_int(cls, retries, redirect=True, default=None): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/ |
D | retry.py | 248 redirect=None, argument 341 def from_int(cls, retries, redirect=True, default=None): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/ |
D | retry.py | 248 redirect=None, argument 341 def from_int(cls, retries, redirect=True, default=None): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/ |
D | poolmanager.py | 353 def urlopen(self, method, url, redirect=True, **kw): argument 523 def urlopen(self, method, url, redirect=True, **kw): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/ |
D | poolmanager.py | 353 def urlopen(self, method, url, redirect=True, **kw): argument 523 def urlopen(self, method, url, redirect=True, **kw): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/ |
D | poolmanager.py | 353 def urlopen(self, method, url, redirect=True, **kw): argument 523 def urlopen(self, method, url, redirect=True, **kw): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/ |
D | poolmanager.py | 353 def urlopen(self, method, url, redirect=True, **kw): argument 523 def urlopen(self, method, url, redirect=True, **kw): argument
|
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc_operator/assets/js/ |
D | server_connector.js | 188 redirect: 'follow', property 315 redirect: 'follow', property
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/ |
H A D | ProcessBuilderTest.java | 408 Redirect redirect) { in assertRedirectFileAndType() 518 private static void assertIdentityHashCode(Redirect redirect) { in assertIdentityHashCode()
|
/aosp_15_r20/external/mesa3d/src/gallium/tools/trace/ |
H A D | pytracediff.py | 277 redirect = False variable 281 redirect = True variable
|