/libcore/luni/src/test/java/libcore/java/net/ |
D | URLConnectionTest.java | 348 HttpURLConnection connection = (HttpURLConnection) server.getUrl("/").openConnection(); in getErrorStreamOnSuccessfulRequest() local 355 HttpURLConnection connection = (HttpURLConnection) server.getUrl("/").openConnection(); in getErrorStreamOnUnsuccessfulRequest() local 564 HttpsURLConnection connection = (HttpsURLConnection) server.getUrl("/foo").openConnection(); in checkConnectViaHttps() local 583 HttpsURLConnection connection = (HttpsURLConnection) server.getUrl("/").openConnection(); in connectViaHttpsReusingConnections() local 605 HttpsURLConnection connection = (HttpsURLConnection) server.getUrl("/").openConnection(); in connectViaHttpsReusingConnectionsDifferentFactories() local 631 HttpsURLConnection connection = (HttpsURLConnection) server.getUrl("/foo").openConnection(); in connectViaHttpsToUntrustedServer() local 680 HttpURLConnection connection = proxyConfig.connect(server, url); in checkConnectViaProxy() local 731 HttpsURLConnection connection = (HttpsURLConnection) proxyConfig.connect(server, url); in checkConnectViaDirectProxyToHttps() local 773 HttpsURLConnection connection = (HttpsURLConnection) proxyConfig.connect(server, url); in checkConnectViaHttpProxyToHttps() local 815 HttpsURLConnection connection = (HttpsURLConnection) proxyConfig.connect(server, url); in connectViaHttpProxyToHttpsUsingBadProxyAndHttpResponseCache() local [all …]
|
D | FtpURLConnectionTest.java | 92 URLConnection connection = fileUrl.openConnection(); in testInputUrl() local 114 URLConnection connection = fileUrl.openConnection(); in checkInputUrl_invalidUserOrPassword() local 129 URLConnection connection = fileUrl.openConnection(); in testOutputUrl() local 142 URLConnection connection = fileUrl.openConnection(proxy); in testConnectOverProxy_noProxy() local 181 URLConnection connection = fileUrl.openConnection(proxy); in testConnectOverProxy_explicit_http_uses_direct_connection() local 205 URLConnection connection = fileUrl.openConnection(); in testConnectOverProxy_implicit_http_fails() local 226 URLConnection connection = url.openConnection(); in testInputUrlWithSpaces() local
|
D | URLStreamHandlerFactoryTest.java | 60 URLConnection connection = url.openConnection(); in testCreateURLStreamHandler() local 93 URLConnection connection = new URL("http://android.com/").openConnection(); in testInstallCustomProtocolHandler() local
|
D | OldCookieHandlerTest.java | 69 URLConnection connection = server.getUrl("/path/foo").openConnection(); in test_get_put() local
|
D | OldJarURLConnectionTest.java | 162 JarURLConnection connection = (JarURLConnection) url.openConnection(); in test_getJarFile() local 231 JarURLConnection connection = (JarURLConnection) url.openConnection(); in test_setUseCaches() local
|
D | AbstractCookiesTest.java | 418 HttpURLConnection connection = (HttpURLConnection) server.getUrl("/").openConnection(); in testHeadersSentToCookieHandler() local 767 URLConnection connection = server.getUrl(path).openConnection(); in get() local
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
D | HttpsURLConnectionTest.java | 141 HttpsURLConnection connection = (HttpsURLConnection) url.openConnection(); in testHttpsConnection() local 174 HttpsURLConnection connection = (HttpsURLConnection) url.openConnection(); in testHttpsConnection_Not_Found_Response() local 219 HttpsURLConnection connection = (HttpsURLConnection) url.openConnection(); in testSetDefaultSSLSocketFactory() local 259 HttpsURLConnection connection = (HttpsURLConnection) url.openConnection(); in testSetSSLSocketFactory() local 292 HttpsURLConnection connection = (HttpsURLConnection) url.openConnection(); in testUnconnectedStateParameters() local 335 HttpsURLConnection connection = (HttpsURLConnection) url.openConnection(); in testSetHostnameVerifier() local 371 HttpsURLConnection connection = (HttpsURLConnection) url.openConnection(); in test_doOutput() local 410 HttpsURLConnection connection = (HttpsURLConnection) in testProxyConnection() local 459 HttpsURLConnection connection = (HttpsURLConnection) in testProxyAuthConnection() local 493 HttpsURLConnection connection = (HttpsURLConnection) in testConsequentProxyConnection() local [all …]
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
D | HttpsURLConnectionTest.java | 66 HttpsURLConnection connection = (HttpsURLConnection) url.openConnection(); in test_getCipherSuite() local 82 HttpsURLConnection connection = (HttpsURLConnection) url.openConnection(); in test_getLocalCertificates() local 124 HttpsURLConnection connection = (HttpsURLConnection) url.openConnection(); in test_getLocalPrincipal() local 142 HttpsURLConnection connection = (HttpsURLConnection) url.openConnection(); in test_getPeerPrincipal() local 165 HttpsURLConnection connection = (HttpsURLConnection) url.openConnection(); in test_getServerCertificates() local
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/ |
D | HttpURLConnectionTest.java | 193 HttpURLConnection connection = (HttpURLConnection) url in testUsingProxy() local 240 HttpURLConnection connection = in testUsingProxySelector() local 286 HttpURLConnection connection = in testProxyAuthorization() local
|
/libcore/luni/src/test/java/libcore/libcore/net/http/ |
D | HttpURLConnectionFactoryTest.java | 63 final URLConnection connection = factory.openConnection(url, SocketFactory.getDefault(), in testOpenConnection() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | JarURLConnectionTest.java | 101 JarURLConnection connection = null; in test_getJarFile() local 163 JarURLConnection connection = (JarURLConnection) url.openConnection(); in test_setUseCaches() local
|
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
D | URICertStore.java | 277 URLConnection connection = uri.toURL().openConnection(); in engineGetCertificates() local 390 URLConnection connection = uri.toURL().openConnection(); in engineGetCRLs() local
|
/libcore/benchmarks/src/benchmarks/regression/ |
D | URLConnectionBenchmark.java | 81 HttpURLConnection connection = (HttpURLConnection) url.openConnection(); in get() local
|
D | HostnameVerifierBenchmark.java | 55 HttpsURLConnection connection = (HttpsURLConnection) url.openConnection(); in setUp() local
|
/libcore/ojluni/src/main/java/java/util/ |
D | ResourceBundle.java | 3412 URLConnection connection = url.openConnection(); in needsReload() local
|