Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/
DTimerTask.java32 boolean cancelled; field in TimerTask
DTimer.java170 private boolean cancelled; field in Timer.TimerImpl
/libcore/jsr166-tests/src/test/java/jsr166/
DFutureTaskTest.java429 final CountDownLatch cancelled = new CountDownLatch(1); in testCancelInterrupt_ThrowsSecurityException() local
502 final CountDownLatch cancelled = new CountDownLatch(1); in testCancelNoInterrupt() local
614 final CountDownLatch cancelled = new CountDownLatch(1); in testTimedGet_Cancellation() local
DThreadPoolExecutorSubclassTest.java25 boolean cancelled; field in ThreadPoolExecutorSubclassTest.CustomTask