OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAllByName
(Results
1 - 7
of
7
) sorted by null
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Dns.java
33
* A DNS that uses {@link InetAddress#
getAllByName
} to ask the underlying operating system to
39
return Arrays.asList(InetAddress.
getAllByName
(hostname));
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
Dns.java
35
* A DNS that uses {@link InetAddress#
getAllByName
} to ask the underlying operating system to
41
return Arrays.asList(InetAddress.
getAllByName
(hostname));
/external/apache-http/src/org/apache/http/conn/
MultihomePlainSocketFactory.java
133
InetAddress[] inetadrs = InetAddress.
getAllByName
(host);
/cts/tests/tests/net/src/android/net/cts/
DnsTest.java
76
addrs = InetAddress.
getAllByName
("www.google.com");
102
addrs = InetAddress.
getAllByName
("ipv6.google.com");
ConnectivityManagerTest.java
[
all
...]
/external/apache-http/src/org/apache/http/impl/conn/
DefaultClientConnectionOperator.java
142
InetAddress[] addresses = InetAddress.
getAllByName
(target.getHostName());
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DnsNameResolver.java
558
return Collections.unmodifiableList(Arrays.asList(InetAddress.
getAllByName
(host)));
Completed in 236 milliseconds