HomeSort by relevance Sort by last modified time
    Searched refs:localhost (Results 201 - 218 of 218) sorted by null

1 2 3 4 5 6 7 89

  /prebuilts/go/darwin-x86/src/net/http/
client_test.go 563 const fakeURL = "https://localhost:1234/" // won't be hit
886 req, _ := NewRequest("GET", "http://localhost:1234/", nil)
    [all...]
fs_test.go     [all...]
transport.go 273 // As a special case, if req.URL.Host is "localhost" (with or without
    [all...]
transport_test.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
client_test.go 563 const fakeURL = "https://localhost:1234/" // won't be hit
886 req, _ := NewRequest("GET", "http://localhost:1234/", nil)
    [all...]
fs_test.go     [all...]
transport.go 273 // As a special case, if req.URL.Host is "localhost" (with or without
    [all...]
transport_test.go     [all...]
  /prebuilts/go/darwin-x86/src/net/
dnsclient_unix_test.go 97 {"localhost.", dnsTypeALL, dnsRcodeNameError},
  /prebuilts/go/linux-x86/src/net/
dnsclient_unix_test.go 97 {"localhost.", dnsTypeALL, dnsRcodeNameError},
  /external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
ResponseCacheTest.java 98 private SSLContext sslContext = SslContextBuilder.localhost();
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
CacheTest.java 80 private final SSLContext sslContext = SslContextBuilder.localhost();
    [all...]
CallTest.java 93 private SSLContext sslContext = SslContextBuilder.localhost();
156 requestBuilder.url("http://localhost:65536/");
159 assertEquals(expected.getMessage(), "unexpected url: http://localhost:65536/");
    [all...]
URLConnectionTest.java 108 private SSLContext sslContext = SslContextBuilder.localhost();
731 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) {
    [all...]
  /external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
UrlConnectionCacheTest.java 85 private final SSLContext sslContext = SslContextBuilder.localhost();
    [all...]
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/
selenium-api-2.42.2.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.6.Final/
netty-transport-4.1.6.Final.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-core/1.11.18/
aws-java-sdk-core-1.11.18.jar 

Completed in 1122 milliseconds

1 2 3 4 5 6 7 89