Home
last modified time | relevance | path

Searched defs:response1 (Results 1 – 12 of 12) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DCacheTest.java220 Response response1 = client.newCall(request).execute(); in testResponseCaching() local
257 Response response1 = client.newCall(request).execute(); in secureResponseCaching() local
296 Response response1 = client.newCall(request).execute(); in responseCachingAndRedirects() local
318 Response response1 = client.newCall(request1).execute(); in redirectToCachedResult() local
357 Response response1 = get(server.url("/")); in secureResponseCachingAndRedirects() local
397 Response response1 = get(server.url("/")); in secureResponseCachingAndProtocolRedirects() local
477 Response response1 = client.newCall(request1).execute(); in cachedRedirect() local
545 Response response1 = get(server.url("/")); in testClientPrematureDisconnect() local
574 Response response1 = get(url); in defaultExpirationDateFullyCachedForLessThan24Hours() local
748 Response response1 = client.newCall(request).execute(); in testRequestMethod() local
[all …]
DSocksProxyTest.java55 Response response1 = client.newCall(request1).execute(); in proxy() local
102 Response response1 = client.newCall(request).execute(); in checkRemoteDNSResolve() local
DConnectionReuseTest.java197 Response response1 = client.newCall(request).execute(); in http2ConnectionsAreSharedBeforeResponseIsConsumed() local
214 Response response1 = client.newCall(request).execute(); in connectionsAreEvicted() local
DCallTest.java809 Response response1 = client.newCall(request1).execute(); in reusedSinksGetIndependentTimeoutInstances() local
840 Response response1 = client.newCall(request1).execute(); in reusedSourcesGetIndependentTimeoutInstances() local
1031 Response response1 = client.newCall(request1).execute(); in matchingPinnedCertificate() local
1091 Response response1 = client.newCall(request1).execute(); in postBodyRetransmittedOnFailureRecovery() local
DURLConnectionTest.java1320 MockResponse response1 = new MockResponse(); in testEarlyDisconnectDoesntHarmPooling() local
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/tls/
DCertificatePinnerChainValidationTest.java83 Response response1 = call1.execute(); in pinRootNotPresentInChain() local
138 Response response1 = call1.execute(); in pinIntermediatePresentInChain() local
/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
DCacheResponse.java41 Response response1 = client.newCall(request).execute(); in run() local
/external/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/
DOkApacheClientTest.java79 HttpResponse response1 = client.execute(request1); in headers() local
157 HttpResponse response1 = client.execute(request1); in contentType() local
/external/robolectric-shadows/shadows/httpclient/src/test/java/org/robolectric/shadows/httpclient/
DShadowDefaultRequestDirectorTest.java246 HttpResponse response1 = requestDirector.execute(null, new HttpGet("http://example.com"), null); in shouldHandleMultipleInvocations() local
/external/llvm-project/lldb/unittests/Process/gdb-remote/
DGDBRemoteCommunicationClientTest.cpp579 std::string response1 = in TEST_F() local
/external/grpc-grpc/test/cpp/interop/
Dinterop_client.cc879 SimpleResponse response1; in DoCacheableUnary() local
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DAbstractInteropTest.java373 SimpleResponse response1 = in cacheableUnary() local