Searched defs:select (Results 1 - 7 of 7) sorted by relevance

/libcore/luni/src/main/java/java/net/
H A DProxySelector.java117 public abstract List<Proxy> select(URI uri); method in class:ProxySelector
H A DProxySelectorImpl.java31 @Override public List<Proxy> select(URI uri) { method in class:ProxySelectorImpl
/libcore/luni/src/main/java/java/nio/channels/
H A DSelector.java30 * By invoking the {@code select} method, the key set is checked and all keys
31 * that have been canceled since last select operation are moved to the set of
32 * canceled keys. During the select operation, the channels registered with this
56 * Closes this selector. Ongoing calls to the {@code select} methods of this
106 public abstract int select() throws IOException; method in class:Selector
126 public abstract int select(long timeout) throws IOException; method in class:Selector
154 * Forces blocked {@code select} operations to return immediately.
156 * If no {@code select} operation is blocked when {@code wakeup()} is called
157 * then the next {@code select} operation will return immediately. This can
159 * {@code selectNow()}, a subsequent call of {@code select} ca
[all...]
/libcore/luni/src/test/java/libcore/xml/
H A DJaxenXPathTestSuite.java109 * <context select="...">
119 String select = element.getAttribute("select");
120 Context context = new Context(inputSource, url, select);
152 final String select = element.getAttribute("select");
154 /* Such as <test exception="true" select="..." count="0"/> */
156 return new XPathTest(context, select) {
159 xpath.evaluate(select, contextNode);
167 /* a <test> with a nested <valueOf>, both of which have select attribute
220 private final String select; field in class:JaxenXPathTestSuite.Context
222 Context(InputSource inputSource, String url, String select) argument
250 private final String select; field in class:JaxenXPathTestSuite.XPathTest
252 XPathTest(Context context, String select) argument
[all...]
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
H A DHttpURLConnectionTest.java142 public java.util.List<Proxy> select(URI uri) { method in class:HttpURLConnectionTest.TestProxySelector
/libcore/luni/src/main/java/java/nio/
H A DSelectorImpl.java76 * time select returns, wakeupIn is drained.
146 @Override public int select() throws IOException { method in class:SelectorImpl
151 @Override public int select(long timeout) throws IOException { method in class:SelectorImpl
/libcore/luni/src/test/java/libcore/java/net/
H A DOldURLTest.java577 public List<Proxy> select(URI uri) { method in class:OldURLTest.MockProxySelector

Completed in 240 milliseconds