Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java1617 final Integer w2 = !fFirst ? v1 : v2; in testThenCombine_normalCompletion() local
1630 assertTrue(snd.complete(w2)); in testThenCombine_normalCompletion()
1749 final Integer w2 = !fFirst ? v1 : v2; in testThenCombine_actionFailed() local
1754 assertTrue(snd.complete(w2)); in testThenCombine_actionFailed()
1786 final Integer w2 = !fFirst ? v1 : v2; in testThenAcceptBoth_normalCompletion() local
1795 assertTrue(snd.complete(w2)); in testThenAcceptBoth_normalCompletion()
1913 final Integer w2 = !fFirst ? v1 : v2; in testThenAcceptBoth_actionFailed() local
1918 assertTrue(snd.complete(w2)); in testThenAcceptBoth_actionFailed()
1950 final Integer w2 = !fFirst ? v1 : v2; in testRunAfterBoth_normalCompletion() local
1959 assertTrue(snd.complete(w2)); in testRunAfterBoth_normalCompletion()
[all …]