Searched defs:readyOps (Results 1 – 4 of 4) sorted by relevance
/libcore/ojluni/src/main/java/sun/nio/ch/ | ||
D | SelectionKeyImpl.java | 48 private int readyOps; field in SelectionKeyImpl |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/ | ||
D | AbstractSelectionKeyTest.java | 72 public int readyOps() { in readyOps() method in AbstractSelectionKeyTest.MockSelectionKey |
/libcore/ojluni/src/main/java/java/nio/channels/ | ||
D | SelectionKey.java | 212 public abstract int readyOps(); in readyOps() method in SelectionKey |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ | ||
D | SelectionKeyTest.java | 85 public int readyOps() { in readyOps() method in SelectionKeyTest.MockSelectionKey |