Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java1616 final Integer w1 = fFirst ? v1 : v2; in testThenCombine_normalCompletion() local
1621 assertTrue(fst.complete(w1)); in testThenCombine_normalCompletion()
1626 checkCompletedNormally(h1, subtract(w1, w1)); in testThenCombine_normalCompletion()
1627 checkCompletedNormally(h3, subtract(w1, w1)); in testThenCombine_normalCompletion()
1628 rs[1].assertValue(subtract(w1, w1)); in testThenCombine_normalCompletion()
1629 rs[3].assertValue(subtract(w1, w1)); in testThenCombine_normalCompletion()
1748 final Integer w1 = fFirst ? v1 : v2; in testThenCombine_actionFailed() local
1752 assertTrue(fst.complete(w1)); in testThenCombine_actionFailed()
1785 final Integer w1 = fFirst ? v1 : v2; in testThenAcceptBoth_normalCompletion() local
1789 assertTrue(fst.complete(w1)); in testThenAcceptBoth_normalCompletion()
[all …]