Searched defs:snd (Results 1 – 2 of 2) sorted by relevance
1615 final CompletableFuture<Integer> snd = !fFirst ? f : g; in testThenCombine_normalCompletion() local1662 final CompletableFuture<Integer> snd = !fFirst ? f : g; in testThenCombine_exceptionalCompletion() local1705 final CompletableFuture<Integer> snd = !fFirst ? f : g; in testThenCombine_sourceCancelled() local1747 final CompletableFuture<Integer> snd = !fFirst ? f : g; in testThenCombine_actionFailed() local1784 final CompletableFuture<Integer> snd = !fFirst ? f : g; in testThenAcceptBoth_normalCompletion() local1826 final CompletableFuture<Integer> snd = !fFirst ? f : g; in testThenAcceptBoth_exceptionalCompletion() local1869 final CompletableFuture<Integer> snd = !fFirst ? f : g; in testThenAcceptBoth_sourceCancelled() local1911 final CompletableFuture<Integer> snd = !fFirst ? f : g; in testThenAcceptBoth_actionFailed() local1948 final CompletableFuture<Integer> snd = !fFirst ? f : g; in testRunAfterBoth_normalCompletion() local1990 final CompletableFuture<Integer> snd = !fFirst ? f : g; in testRunAfterBoth_exceptionalCompletion() local[all …]
4493 private static BigDecimal add(final long xs, int scale1, BigInteger snd, int scale2) { in add()4517 private static BigDecimal add(BigInteger fst, int scale1, BigInteger snd, int scale2) { in add()