HomeSort by relevance Sort by last modified time
    Searched defs:localhost (Results 1 - 17 of 17) sorted by null

  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/internal/
SslContextBuilder.java 42 * self-signed certificate for a single hostname such as "localhost".
53 private static SSLContext localhost; // Lazily initialized. field in class:SslContextBuilder
67 /** Returns a new SSL context for this host's current localhost address. */
68 public static synchronized SSLContext localhost() { method in class:SslContextBuilder
69 if (localhost == null) {
71 localhost = new SslContextBuilder(InetAddress.getByName("localhost").getHostName()).build();
78 return localhost;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DatagramPacketTest.java 133 final InetAddress localhost = InetAddress.getLocalHost(); local
134 DatagramSocket socket = new DatagramSocket(0, localhost);
139 6 }, 6, localhost, port);
DatagramSocketImplTest.java 42 InetAddress localhost = InetAddress.getByName("localhost"); //$NON-NLS-1$ local
44 impl.test_connect(localhost, 0);
45 impl.test_connect(localhost, -1);
  /libcore/luni/src/test/java/libcore/java/net/
InetSocketAddressTest.java 45 "127.0.0.1", "localhost", "42.42.42.42", "0.0.0.0"
55 "localhost", "localhost", "42.42.42.42", "0.0.0.0"
69 new InetSocketAddress(InetAddress.getByName("localhost"), 65536);
75 new InetSocketAddress(InetAddress.getByName("localhost"), -1);
106 InetAddress localhost = InetAddress.getByName("localhost"); local
107 isa1 = new InetSocketAddress(localhost.getHostName(), 80);
108 isa2 = new InetSocketAddress(localhost.getHostAddress(), 80);
118 "127.0.0.1", "localhost", "42.42.42.42", "0.0.0.0
130 InetAddress localhost = InetAddress.getByName("localhost"); local
    [all...]
  /external/curl/lib/
smtp.c 1537 char localhost[HOSTNAME_MAX + 1]; local
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
HostInfo.java 67 HostInfo localhost = null; local
104 localhost = new HostInfo(addr, aName, dns);
105 return localhost;
  /libcore/support/src/test/java/libcore/java/security/
TestKeyStore.java 153 private static final String LOCAL_HOST_NAME = "localhost";
331 subject = localhost();
597 private X500Principal localhost() { method in class:TestKeyStore.Builder
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urllib.py 38 "localhost", "thishost", "ftperrors", "basejoin", "unwrap",
460 if url[:2] == '//' and url[2:3] != '/' and url[2:12].lower() != 'localhost/':
494 and socket.gethostbyname(host) in (localhost(), thishost()):
810 def localhost(): function
811 """Return the IP address of the magic hostname 'localhost'."""
814 _localhost = socket.gethostbyname('localhost')
    [all...]
urllib2.py 117 from urllib import localhost, url2pathname, getproxies, proxy_bypass namespace
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
urllib.py 38 "localhost", "thishost", "ftperrors", "basejoin", "unwrap",
460 if url[:2] == '//' and url[2:3] != '/' and url[2:12].lower() != 'localhost/':
494 and socket.gethostbyname(host) in (localhost(), thishost()):
810 def localhost(): function
811 """Return the IP address of the magic hostname 'localhost'."""
814 _localhost = socket.gethostbyname('localhost')
    [all...]
urllib2.py 117 from urllib import localhost, url2pathname, getproxies, proxy_bypass namespace
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py 38 "localhost", "thishost", "ftperrors", "basejoin", "unwrap",
460 if url[:2] == '//' and url[2:3] != '/' and url[2:12].lower() != 'localhost/':
494 and socket.gethostbyname(host) in (localhost(), thishost()):
810 def localhost(): function
811 """Return the IP address of the magic hostname 'localhost'."""
814 _localhost = socket.gethostbyname('localhost')
    [all...]
urllib2.py 117 from urllib import localhost, url2pathname, getproxies, proxy_bypass namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py 38 "localhost", "thishost", "ftperrors", "basejoin", "unwrap",
460 if url[:2] == '//' and url[2:3] != '/' and url[2:12].lower() != 'localhost/':
494 and socket.gethostbyname(host) in (localhost(), thishost()):
810 def localhost(): function
811 """Return the IP address of the magic hostname 'localhost'."""
814 _localhost = socket.gethostbyname('localhost')
    [all...]
urllib2.py 117 from urllib import localhost, url2pathname, getproxies, proxy_bypass namespace
    [all...]
  /external/webrtc/webrtc/p2p/base/
port_unittest.cc 1543 Port* localhost = ports[3].get(); local
    [all...]
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/
selenium-api-2.42.2.jar 

Completed in 681 milliseconds