Searched defs:endpoint (Results 1 - 2 of 2) sorted by relevance

/libcore/crypto/src/main/java/org/conscrypt/
H A DSSLSocketImpl.java521 public void connect(SocketAddress endpoint) throws IOException { argument
522 super.connect(endpoint);
532 public void connect(SocketAddress endpoint, int timeout) argument
534 super.connect(endpoint, timeout);
/libcore/luni/src/main/java/java/util/
H A DTreeMap.java1130 return endpoint(true) == null;
1200 return immutableCopy(endpoint(true));
1204 Node<K, V> result = endpoint(true);
1212 Entry<K, V> entry = endpoint(true);
1220 return immutableCopy(endpoint(false));
1224 Node<K, V> result = endpoint(false);
1232 Entry<K, V> entry = endpoint(false);
1242 private Node<K, V> endpoint(boolean first) { method in class:TreeMap.BoundedMap
1511 return new BoundedIterator<Entry<K, V>>(endpoint(true)) {
1545 return new BoundedIterator<K>(endpoint(tru
[all...]

Completed in 70 milliseconds