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

  /external/guava/guava/src/com/google/common/net/
InetAddresses.java 515 * @param hostAddr A RFC 3986 section 3.2.2 encoded IPv4 or IPv6 address
516 * @return an InetAddress representing the address in {@code hostAddr}
517 * @throws IllegalArgumentException if {@code hostAddr} is not a valid
520 public static InetAddress forUriString(String hostAddr) {
521 Preconditions.checkNotNull(hostAddr);
522 Preconditions.checkArgument(hostAddr.length() > 0, "host string is empty");
527 retval = forString(hostAddr);
536 if (!(hostAddr.startsWith("[") && hostAddr.endsWith("]"))) {
537 throw new IllegalArgumentException("Not a valid address: \"" + hostAddr + '"')
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
SocketTransportWrapper.java 61 InetAddress hostAddr = null;
80 hostAddr = InetAddress.getByName(hostName);
81 serverSocket = new ServerSocket(port, 0, hostAddr);
  /external/deqp/framework/delibs/deutil/
deSocket.c 256 deUint8 hostAddr[16]; /*!< Binary representation. */
282 deMemcpy(hostAddr, host->h_addr_list[0], host->h_length);
295 deMemcpy(&addr4->sin_addr, hostAddr, 4);
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 

Completed in 383 milliseconds