Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/nio/channels/
DSelector.java329 public abstract int select(long timeout) in select() method in Selector
350 public abstract int select() throws IOException; in select() method in Selector
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/
DMockAbstractSelector.java77 public int select(long arg0) throws IOException { in select() method in MockAbstractSelector
81 public int select() throws IOException { in select() method in MockAbstractSelector
/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/ojluni/annotations/hiddenapi/sun/nio/ch/
DSelectorImpl.java54 public int select(long timeout) throws java.io.IOException { in select() method in SelectorImpl
58 public int select() throws java.io.IOException { in select() method in SelectorImpl
/libcore/ojluni/src/main/java/sun/nio/ch/
DSelectorImpl.java92 public int select(long timeout) in select() method in SelectorImpl
100 public int select() throws IOException { in select() method in SelectorImpl
/libcore/ojluni/src/main/java/java/net/
DProxySelector.java146 public abstract List<Proxy> select(URI uri); in select() method in ProxySelector
/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/ojluni/src/main/java/sun/net/spi/
DDefaultProxySelector.java154 public java.util.List<Proxy> select(URI uri) { in select() method in DefaultProxySelector
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
DHttpURLConnectionTest.java140 public java.util.List<Proxy> select(URI uri) { in select() method in HttpURLConnectionTest.TestProxySelector
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DProxySelectorTest.java540 public List<Proxy> select(URI uri) { in select() method in ProxySelectorTest.MockProxySelector
DURLTest.java1114 public List<Proxy> select(URI uri) { in select() method in URLTest.MockProxySelector
/libcore/luni/src/test/java/libcore/java/net/
DFtpURLConnectionTest.java340 public List<Proxy> select(URI uri) { in select() method in FtpURLConnectionTest.SingleProxySelector
DOldURLTest.java577 public List<Proxy> select(URI uri) { in select() method in OldURLTest.MockProxySelector