Home
last modified time | relevance | path

Searched defs:snd (Results 1 – 2 of 2) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java1615 final CompletableFuture<Integer> snd = !fFirst ? f : g; in testThenCombine_normalCompletion() local
1662 final CompletableFuture<Integer> snd = !fFirst ? f : g; in testThenCombine_exceptionalCompletion() local
1705 final CompletableFuture<Integer> snd = !fFirst ? f : g; in testThenCombine_sourceCancelled() local
1747 final CompletableFuture<Integer> snd = !fFirst ? f : g; in testThenCombine_actionFailed() local
1784 final CompletableFuture<Integer> snd = !fFirst ? f : g; in testThenAcceptBoth_normalCompletion() local
1826 final CompletableFuture<Integer> snd = !fFirst ? f : g; in testThenAcceptBoth_exceptionalCompletion() local
1869 final CompletableFuture<Integer> snd = !fFirst ? f : g; in testThenAcceptBoth_sourceCancelled() local
1911 final CompletableFuture<Integer> snd = !fFirst ? f : g; in testThenAcceptBoth_actionFailed() local
1948 final CompletableFuture<Integer> snd = !fFirst ? f : g; in testRunAfterBoth_normalCompletion() local
1990 final CompletableFuture<Integer> snd = !fFirst ? f : g; in testRunAfterBoth_exceptionalCompletion() local
[all …]
/libcore/luni/src/main/java/java/util/concurrent/
DCompletableFuture.java1012 CompletableFuture<U> snd; // second source for action field in CompletableFuture.BiCompletion
1014 CompletableFuture<T> src, CompletableFuture<U> snd) { in BiCompletion()
1067 CompletableFuture<T> src, CompletableFuture<U> snd, in BiApply()
1138 CompletableFuture<T> src, CompletableFuture<U> snd, in BiAccept()
1211 CompletableFuture<U> snd, in BiRun()
1269 CompletableFuture<U> snd) { in BiRelay()
1347 CompletableFuture<U> snd, in OrApply()
1411 CompletableFuture<U> snd, in OrAccept()
1475 CompletableFuture<U> snd, in OrRun()
1531 CompletableFuture<U> snd) { in OrRelay()