HomeSort by relevance Sort by last modified time
    Searched defs:isCompletedAbnormally (Results 1 - 5 of 5) sorted by null

  /libcore/jsr166-tests/src/test/java/jsr166/
CountedCompleterTest.java 50 assertFalse(a.isCompletedAbnormally());
59 assertFalse(a.isCompletedAbnormally());
71 assertFalse(a.isCompletedAbnormally());
87 assertFalse(a.isCompletedAbnormally());
121 assertTrue(a.isCompletedAbnormally());
158 assertTrue(a.isCompletedAbnormally());
232 assertTrue(isCompletedAbnormally());
597 * isCompletedAbnormally and isCancelled return false for normally
613 * isCompletedAbnormally and isCancelled return false for normally
    [all...]
ForkJoinTaskTest.java 47 assertFalse(a.isCompletedAbnormally());
56 assertFalse(a.isCompletedAbnormally());
68 assertFalse(a.isCompletedAbnormally());
88 assertFalse(a.isCompletedAbnormally());
122 assertTrue(a.isCompletedAbnormally());
159 assertTrue(a.isCompletedAbnormally());
273 while (!a.isCompletedAbnormally()) {
377 * isCompletedAbnormally and isCancelled return false for normally
393 * isCompletedAbnormally and isCancelled return false for normally
    [all...]
RecursiveTaskTest.java 53 assertFalse(a.isCompletedAbnormally());
85 assertFalse(a.isCompletedAbnormally());
123 assertTrue(a.isCompletedAbnormally());
150 assertTrue(a.isCompletedAbnormally());
220 * isCompletedAbnormally and isCancelled return false for normally
238 * isCompletedAbnormally and isCancelled return false for normally
    [all...]
RecursiveActionTest.java 55 assertFalse(a.isCompletedAbnormally());
87 assertFalse(a.isCompletedAbnormally());
105 assertTrue(a.isCompletedAbnormally());
132 assertTrue(a.isCompletedAbnormally());
203 * isCompletedAbnormally and isCancelled return false for normally
219 * isCompletedAbnormally and isCancelled return false for normally
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinTask.java 114 * {@link #isCompletedAbnormally} is true if a task was either
    [all...]

Completed in 69 milliseconds