Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/Timer/
DPurge.java39 int cancelled = 0; in main() local
/libcore/luni/src/test/java/libcore/java/util/concurrent/
DFutureTest.java119 private boolean cancelled = false; field in FutureTest.TestFuture
/libcore/ojluni/src/test/java/util/concurrent/tck/
DFutureTaskTest.java495 final CountDownLatch cancelled = new CountDownLatch(1); in testCancelInterrupt_ThrowsSecurityException() local
570 final CountDownLatch cancelled = new CountDownLatch(1); in testCancelNoInterrupt() local
686 final CountDownLatch cancelled = new CountDownLatch(1); in testTimedGet_Cancellation() local
DThreadPoolExecutorSubclassTest.java93 boolean cancelled; field in ThreadPoolExecutorSubclassTest.CustomTask
/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