Home
last modified time | relevance | path

Searched defs:response2 (Results 1 – 17 of 17) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DCacheTest.java231 Response response2 = client.newCall(request).execute(); in testResponseCaching() local
268 Response response2 = client.newCall(request).execute(); // Cached! in secureResponseCaching() local
299 Response response2 = client.newCall(request).execute(); // Cached! in responseCachingAndRedirects() local
325 Response response2 = client.newCall(request2).execute(); in redirectToCachedResult() local
362 Response response2 = get(server.url("/")); in secureResponseCachingAndRedirects() local
401 Response response2 = get(server.url("/")); in secureResponseCachingAndProtocolRedirects() local
481 Response response2 = client.newCall(request2).execute(); in cachedRedirect() local
557 Response response2 = get(server.url("/")); in testClientPrematureDisconnect() local
577 Response response2 = get(url); in defaultExpirationDateFullyCachedForLessThan24Hours() local
752 Response response2 = get(url); in testRequestMethod() local
[all …]
DConnectionReuseTest.java198 Response response2 = client.newCall(request).execute(); in http2ConnectionsAreSharedBeforeResponseIsConsumed() local
220 Response response2 = client.newCall(request).execute(); in connectionsAreEvicted() local
DSocksProxyTest.java59 Response response2 = client.newCall(request2).execute(); in proxy() local
DCallTest.java826 Response response2 = client.newCall(request2).execute(); in reusedSinksGetIndependentTimeoutInstances() local
847 Response response2 = client.newCall(request2).execute(); in reusedSourcesGetIndependentTimeoutInstances() local
1041 Response response2 = client.newCall(request2).execute(); in matchingPinnedCertificate() local
1098 Response response2 = client.newCall(request2).execute(); in postBodyRetransmittedOnFailureRecovery() local
DURLConnectionTest.java1324 MockResponse response2 = new MockResponse(); in testEarlyDisconnectDoesntHarmPooling() local
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/tls/
DCertificatePinnerChainValidationTest.java93 Response response2 = call2.execute(); in pinRootNotPresentInChain() local
148 Response response2 = call2.execute(); in pinIntermediatePresentInChain() local
/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
DCacheResponse.java49 Response response2 = client.newCall(request).execute(); in run() local
/external/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/
DOkApacheClientTest.java85 HttpResponse response2 = client.execute(request2); in headers() local
165 HttpResponse response2 = client.execute(request2); in contentType() local
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DExcludedProxyTest.java80 String response2 = ""; in test_usingProxy() local
/external/robolectric-shadows/shadows/httpclient/src/test/java/org/robolectric/shadows/httpclient/
DShadowDefaultRequestDirectorTest.java247 HttpResponse response2 = requestDirector.execute(null, new HttpGet("www.example.com"), null); in shouldHandleMultipleInvocations() local
/external/libcups/systemv/
Dlpstat.c856 *response2; /* IPP response from remote server */ in show_classes() local
/external/llvm-project/lldb/unittests/Process/gdb-remote/
DGDBRemoteCommunicationClientTest.cpp581 std::string response2 = R"(],"metabuffersize":8192,"threadid":35,"type":1}])"; in TEST_F() local
/external/grpc-grpc/test/cpp/interop/
Dinterop_client.cc894 SimpleResponse response2; in DoCacheableUnary() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/trust_token/
Dtrust_token_test.cc259 std::vector<uint8_t> response2(response, response + response_len); in TEST_P() local
/external/webrtc/p2p/base/
Dport_unittest.cc3004 const auto* response2 = port2->last_stun_msg(); in TEST_P() local
3252 const auto* response2 = port2->last_stun_msg(); in TEST_F() local
3338 const auto* response2 = port2->last_stun_msg(); in TEST_F() local
/external/boringssl/src/crypto/trust_token/
Dtrust_token_test.cc297 std::vector<uint8_t> response2(response, response + response_len); in TEST_P() local
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DAbstractInteropTest.java376 SimpleResponse response2 = in cacheableUnary() local