Home
last modified time | relevance | path

Searched defs:cancel (Results 1 – 13 of 13) sorted by relevance

/libcore/luni/src/main/java/java/nio/channels/spi/
DAbstractSelectionKey.java58 public final void cancel() { in cancel() method in AbstractSelectionKey
DAbstractSelector.java173 void cancel(SelectionKey key) { in cancel() method in AbstractSelector
/libcore/luni/src/main/java/java/util/concurrent/
DFuture.java92 boolean cancel(boolean mayInterruptIfRunning); in cancel() method
DFutureTask.java75 public boolean cancel(boolean mayInterruptIfRunning) { in cancel() method in FutureTask
DScheduledThreadPoolExecutor.java252 public boolean cancel(boolean mayInterruptIfRunning) { in cancel() method in ScheduledThreadPoolExecutor.ScheduledFutureTask
/libcore/luni/src/main/java/java/util/
DTimerTask.java92 public boolean cancel() { in cancel() method in TimerTask
DTimer.java305 public synchronized void cancel() { in cancel() method in Timer.TimerImpl
404 public void cancel() { in cancel() method in Timer
/libcore/luni/src/main/java/java/nio/channels/
DSelectionKey.java104 public abstract void cancel(); in cancel() method in SelectionKey
/libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
DSelectionKeyTest.java84 public void cancel() { in cancel() method in SelectionKeyTest.MockSelectionKey
/libcore/luni/src/main/java/java/sql/
DStatement.java104 public void cancel() throws SQLException; in cancel() method
/libcore/sqlite-jdbc/src/main/java/SQLite/JDBC2z/
DJDBCStatement.java162 public void cancel() throws SQLException { in cancel() method in JDBCStatement
/libcore/luni/src/test/java/tests/api/java/util/concurrent/
DScheduledExecutorSubclassTest.java33 public boolean cancel(boolean mayInterruptIfRunning) { in cancel() method in ScheduledExecutorSubclassTest.CustomTask
DThreadPoolExecutorSubclassTest.java47 public boolean cancel(boolean mayInterrupt) { in cancel() method in ThreadPoolExecutorSubclassTest.CustomTask