Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java1625 final Integer w2 = !fFirst ? v1 : v2; in testThenCombine_normalCompletion() local
1638 assertTrue(snd.complete(w2)); in testThenCombine_normalCompletion()
1757 final Integer w2 = !fFirst ? v1 : v2; in testThenCombine_actionFailed() local
1762 assertTrue(snd.complete(w2)); in testThenCombine_actionFailed()
1794 final Integer w2 = !fFirst ? v1 : v2; in testThenAcceptBoth_normalCompletion() local
1803 assertTrue(snd.complete(w2)); in testThenAcceptBoth_normalCompletion()
1921 final Integer w2 = !fFirst ? v1 : v2; in testThenAcceptBoth_actionFailed() local
1926 assertTrue(snd.complete(w2)); in testThenAcceptBoth_actionFailed()
1958 final Integer w2 = !fFirst ? v1 : v2; in testRunAfterBoth_normalCompletion() local
1967 assertTrue(snd.complete(w2)); in testRunAfterBoth_normalCompletion()
[all …]
/libcore/ojluni/src/test/java/util/concurrent/tck/
DCompletableFutureTest.java1748 final Item w2 = !fFirst ? v1 : v2; in testThenCombine_normalCompletion() local
1761 assertTrue(snd.complete(w2)); in testThenCombine_normalCompletion()
1880 final Item w2 = !fFirst ? v1 : v2; in testThenCombine_actionFailed() local
1885 assertTrue(snd.complete(w2)); in testThenCombine_actionFailed()
1917 final Item w2 = !fFirst ? v1 : v2; in testThenAcceptBoth_normalCompletion() local
1926 assertTrue(snd.complete(w2)); in testThenAcceptBoth_normalCompletion()
2044 final Item w2 = !fFirst ? v1 : v2; in testThenAcceptBoth_actionFailed() local
2049 assertTrue(snd.complete(w2)); in testThenAcceptBoth_actionFailed()
2081 final Item w2 = !fFirst ? v1 : v2; in testRunAfterBoth_normalCompletion() local
2090 assertTrue(snd.complete(w2)); in testRunAfterBoth_normalCompletion()
[all …]