Home
last modified time | relevance | path

Searched defs:select (Results 1 – 9 of 9) sorted by relevance

/libcore/luni/src/main/java/java/nio/channels/
DSelector.java106 public abstract int select() throws IOException; in select() method in Selector
126 public abstract int select(long timeout) throws IOException; in select() method in Selector
/libcore/luni/src/test/java/libcore/xml/
DJaxenXPathTestSuite.java119 String select = element.getAttribute("select"); in contextToTestSuite() local
152 final String select = element.getAttribute("select"); in createFromTest() local
/libcore/luni/src/main/java/java/net/
DProxySelector.java117 public abstract List<Proxy> select(URI uri); in select() method in ProxySelector
DProxySelectorImpl.java31 @Override public List<Proxy> select(URI uri) { in select() method in ProxySelectorImpl
/libcore/luni/src/test/java/libcore/java/sql/
DOldResultSetMetaDataTest.java285 String select = "select * from DecimalNumbers;"; in testGetPrecision() local
350 String select = "select * from DecimalNumbers;"; in testGetScale() local
DOldStatementTest.java1001 String select = "select * from zoo"; in testSetCursorName() local
1014 String select = "select * from zoo"; in testSetEscapeProcessing() local
1176 String select = "select * from zoo where id == 4;"; in testGetResultSet() local
/libcore/luni/src/main/java/java/nio/
DSelectorImpl.java146 @Override public int select() throws IOException { in select() method in SelectorImpl
151 @Override public int select(long timeout) throws IOException { in select() method in SelectorImpl
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
DHttpURLConnectionTest.java142 public java.util.List<Proxy> select(URI uri) { in select() method in HttpURLConnectionTest.TestProxySelector
/libcore/luni/src/test/java/libcore/java/net/
DOldURLTest.java577 public List<Proxy> select(URI uri) { in select() method in OldURLTest.MockProxySelector