Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/nio/channels/
DSelector.java366 public abstract int selectNow() throws IOException; in selectNow() method in Selector
552 public int selectNow(Consumer<SelectionKey> action) 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/annotations/hiddenapi/sun/nio/ch/
DSelectorImpl.java62 public int selectNow() throws java.io.IOException { in selectNow() method in SelectorImpl
/libcore/ojluni/src/main/java/sun/nio/ch/
DSelectorImpl.java104 public int selectNow() throws IOException { in selectNow() method in SelectorImpl