Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java1674 final Callable<Boolean> complete2 = failFirst ? in testThenCombine_exceptionalCompletion() local
1683 assertTrue(complete2.call()); in testThenCombine_exceptionalCompletion()
1717 final Callable<Boolean> complete2 = failFirst ? in testThenCombine_sourceCancelled() local
1726 assertTrue(complete2.call()); in testThenCombine_sourceCancelled()
1838 final Callable<Boolean> complete2 = failFirst ? in testThenAcceptBoth_exceptionalCompletion() local
1847 assertTrue(complete2.call()); in testThenAcceptBoth_exceptionalCompletion()
1881 final Callable<Boolean> complete2 = failFirst ? in testThenAcceptBoth_sourceCancelled() local
1890 assertTrue(complete2.call()); in testThenAcceptBoth_sourceCancelled()
2002 final Callable<Boolean> complete2 = failFirst ? in testRunAfterBoth_exceptionalCompletion() local
2011 assertTrue(complete2.call()); in testRunAfterBoth_exceptionalCompletion()
[all …]
/libcore/ojluni/src/test/java/util/concurrent/tck/
DCompletableFutureTest.java1797 final Callable<Boolean> complete2 = failFirst ? in testThenCombine_exceptionalCompletion() local
1806 assertTrue(complete2.call()); in testThenCombine_exceptionalCompletion()
1840 final Callable<Boolean> complete2 = failFirst ? in testThenCombine_sourceCancelled() local
1849 assertTrue(complete2.call()); in testThenCombine_sourceCancelled()
1961 final Callable<Boolean> complete2 = failFirst ? in testThenAcceptBoth_exceptionalCompletion() local
1970 assertTrue(complete2.call()); in testThenAcceptBoth_exceptionalCompletion()
2004 final Callable<Boolean> complete2 = failFirst ? in testThenAcceptBoth_sourceCancelled() local
2013 assertTrue(complete2.call()); in testThenAcceptBoth_sourceCancelled()
2125 final Callable<Boolean> complete2 = failFirst ? in testRunAfterBoth_exceptionalCompletion() local
2134 assertTrue(complete2.call()); in testRunAfterBoth_exceptionalCompletion()
[all …]