Home
last modified time | relevance | path

Searched refs:selectNow (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/channels/
DSelector.java297 public abstract int selectNow() throws IOException; in selectNow() method in Selector
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/
DMockAbstractSelector.java73 public int selectNow() throws IOException { in selectNow() method in MockAbstractSelector
/libcore/ojluni/src/main/java/sun/nio/ch/
DSelectorImpl.java104 public int selectNow() throws IOException { in selectNow() method in SelectorImpl
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DSelectorTest.java211 selector.selectNow(); in test_selectNow_Timeout()
347 selector.selectNow();
670 ret = selector.selectNow(); in selectOnce()