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

  /libcore/luni/src/main/java/java/net/
Inet6Address.java 85 public static Inet6Address getByAddress(String host, byte[] addr, int scope_id)
115 public static Inet6Address getByAddress(String host, byte[] addr,
118 Inet6Address address = Inet6Address.getByAddress(host, addr, 0);
InetAddress.java 745 * Equivalent to {@code getByAddress(null, ipAddress)}. Handy for addresses with
748 public static InetAddress getByAddress(byte[] ipAddress) throws UnknownHostException {
749 return getByAddress(null, ipAddress, 0);
768 public static InetAddress getByAddress(String hostName, byte[] ipAddress) throws UnknownHostException {
769 return getByAddress(hostName, ipAddress, 0);
772 private static InetAddress getByAddress(String hostName, byte[] ipAddress, int scopeId) throws UnknownHostException {
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/ietf/jgss/
ChannelBindingTest.java 42 InetAddress addr1= InetAddress.getByAddress(new byte [] {127, 0, 0, 1});
43 InetAddress addr2= InetAddress.getByAddress(new byte [] {127, 0, 0, 2});
55 InetAddress addr= InetAddress.getByAddress(new byte [] {127, 0, 0, 1});
57 assertEquals(InetAddress.getByAddress(new byte [] {127, 0, 0, 1}),
63 InetAddress addr1= InetAddress.getByAddress(new byte [] {127, 0, 0, 1});
64 InetAddress addr2= InetAddress.getByAddress(new byte [] {127, 0, 0, 2});
66 assertEquals(InetAddress.getByAddress(new byte [] {127, 0, 0, 1}),
76 InetAddress addr= InetAddress.getByAddress(new byte [] {127, 0, 0, 1});
78 assertEquals(InetAddress.getByAddress(new byte [] {127, 0, 0, 1}),
83 InetAddress addr1= InetAddress.getByAddress(new byte [] {127, 0, 0, 1})
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
Inet6AddressTest.java     [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 207 milliseconds