Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/Timer/
DPurge.java39 int cancelled = 0; in main() local
/libcore/jsr166-tests/src/test/java/jsr166/
DFutureTaskTest.java447 final CountDownLatch cancelled = new CountDownLatch(1); in testCancelInterrupt_ThrowsSecurityException() local
520 final CountDownLatch cancelled = new CountDownLatch(1); in testCancelNoInterrupt() local
632 final CountDownLatch cancelled = new CountDownLatch(1); in testTimedGet_Cancellation() local
DThreadPoolExecutorSubclassTest.java58 boolean cancelled; field in ThreadPoolExecutorSubclassTest.CustomTask
/libcore/ojluni/src/test/java/util/concurrent/tck/
DFutureTaskTest.java470 final CountDownLatch cancelled = new CountDownLatch(1); in testCancelInterrupt_ThrowsSecurityException() local
543 final CountDownLatch cancelled = new CountDownLatch(1); in testCancelNoInterrupt() local
655 final CountDownLatch cancelled = new CountDownLatch(1); in testTimedGet_Cancellation() local
DThreadPoolExecutorSubclassTest.java80 boolean cancelled; field in ThreadPoolExecutorSubclassTest.CustomTask