Home
last modified time | relevance | path

Searched refs:testTimedGet_Cancellation (Results 1 – 2 of 2) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DFutureTaskTest.java624 public void testTimedGet_Cancellation() { in testTimedGet_Cancellation() method in FutureTaskTest
625 testTimedGet_Cancellation(false); in testTimedGet_Cancellation()
628 testTimedGet_Cancellation(true); in testTimedGet_Cancellation_interrupt()
630 public void testTimedGet_Cancellation(final boolean mayInterruptIfRunning) { in testTimedGet_Cancellation() method in FutureTaskTest
/libcore/ojluni/src/test/java/util/concurrent/tck/
DFutureTaskTest.java647 public void testTimedGet_Cancellation() { in testTimedGet_Cancellation() method in FutureTaskTest
648 testTimedGet_Cancellation(false); in testTimedGet_Cancellation()
651 testTimedGet_Cancellation(true); in testTimedGet_Cancellation_interrupt()
653 public void testTimedGet_Cancellation(final boolean mayInterruptIfRunning) { in testTimedGet_Cancellation() method in FutureTaskTest