Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/ch/
DSelectionKeyImpl.java48 private int readyOps; field in SelectionKeyImpl
86 public int readyOps() { in readyOps() method in SelectionKeyImpl
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/
DAbstractSelectionKeyTest.java72 public int readyOps() { in readyOps() method in AbstractSelectionKeyTest.MockSelectionKey
/libcore/ojluni/src/main/java/java/nio/channels/
DSelectionKey.java212 public abstract int readyOps(); in readyOps() method in SelectionKey
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DSelectionKeyTest.java85 public int readyOps() { in readyOps() method in SelectionKeyTest.MockSelectionKey