HomeSort by relevance Sort by last modified time
    Searched refs:getAllByName (Results 1 - 23 of 23) sorted by null

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
InetAddressTest.java 83 * @tests java.net.InetAddress#getAllByName(java.lang.String)
88 // java.net.InetAddress.getAllByName(java.lang.String)
89 InetAddress[] all = InetAddress.getAllByName("localhost");
100 InetAddress[] ias = InetAddress.getAllByName(null);
105 ias = InetAddress.getAllByName("");
113 InetAddress[] list = InetAddress.getAllByName("192.168.0.1");
  /external/apache-http/src/org/apache/http/conn/
MultihomePlainSocketFactory.java 128 InetAddress[] inetadrs = InetAddress.getAllByName(host);
  /external/apache-http/src/org/apache/http/impl/conn/
DefaultClientConnectionOperator.java 137 InetAddress[] addresses = InetAddress.getAllByName(target.getHostName());
  /libcore/luni/src/main/java/libcore/net/http/
HttpConnection.java 70 InetAddress[] addresses = InetAddress.getAllByName(config.socketHost);
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
KnownHosts.java 316 ipAdresses = InetAddress.getAllByName(hostname);
711 ipAdresses = InetAddress.getAllByName(hostname);
  /external/okhttp/src/main/java/libcore/net/http/
HttpConnection.java 90 InetAddress[] addresses = InetAddress.getAllByName(config.socketHost);
  /frameworks/base/core/java/android/net/
CaptivePortalTracker.java 309 inetAddress = InetAddress.getAllByName(hostname);
  /libcore/luni/src/main/java/java/net/
InetAddress.java 54 * <p>The {@code getAllByName} method accepts IPv4 addresses in the "decimal-dotted-quad" form only:
60 * <p>The {@code getAllByName} method accepts IPv6 addresses in the following forms (this text
213 public static InetAddress[] getAllByName(String host) throws UnknownHostException {
464 * @hide used by frameworks/base to ensure that a getAllByName won't cause a DNS lookup.
763 * purposes of this API. Most callers probably want {@link #getAllByName} instead.)
    [all...]
Socket.java 108 InetAddress[] dstAddresses = InetAddress.getAllByName(dstName);
111 // address, or getAllByName would have thrown UnknownHostException.
    [all...]
  /packages/experimental/StrictModeTest/src/com/android/strictmodetest/
StrictModeActivity.java 156 InetAddress[] addrs = InetAddress.getAllByName("www.l.google.com");
  /libcore/luni/src/test/java/libcore/java/net/
URLTest.java 54 for (InetAddress inetAddress : InetAddress.getAllByName("localhost")) {
OldSocketTest.java     [all...]
URLConnectionTest.java     [all...]
  /frameworks/base/voip/java/com/android/server/sip/
SipSessionGroup.java 172 for (InetAddress remote : InetAddress.getAllByName(server)) {
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 440 milliseconds