Home | History | Annotate | Download | only in jsr166

Lines Matching defs:h3

1288         final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]);
1295 checkCompletedNormally(h3, null);
1321 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]);
1328 checkCompletedWithWrappedException(h3, ex);
1353 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]);
1360 checkCompletedWithWrappedCancellationException(h3);
1382 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]);
1389 checkCompletedWithWrappedCFException(h3);
1412 final CompletableFuture<Integer> h3 = m.applyToEither(f, f, rs[3]);
1417 checkCompletedNormally(h3, inc(v1));
1438 final CompletableFuture<Integer> h3 = m.applyToEither(f, f, rs[3]);
1443 checkCompletedWithWrappedException(h3, ex);
1463 final CompletableFuture<Integer> h3 = m.applyToEither(f, f, rs[3]);
1468 checkCompletedWithWrappedCancellationException(h3);
1488 final CompletableFuture<Integer> h3 = m.applyToEither(f, f, rs[3]);
1493 checkCompletedWithWrappedCFException(h3);
1514 final CompletableFuture<Void> h3 = m.acceptEither(f, f, rs[3]);
1519 checkCompletedNormally(h3, null);
1540 final CompletableFuture<Void> h3 = m.acceptEither(f, f, rs[3]);
1545 checkCompletedWithWrappedException(h3, ex);
1565 final CompletableFuture<Void> h3 = m.acceptEither(f, f, rs[3]);
1570 checkCompletedWithWrappedCancellationException(h3);
1590 final CompletableFuture<Void> h3 = m.acceptEither(f, f, rs[3]);
1595 checkCompletedWithWrappedCFException(h3);
1623 final CompletableFuture<Integer> h3 = m.thenCombine(fst, fst, rs[3]);
1627 checkCompletedNormally(h3, subtract(w1, w1));
1676 final CompletableFuture<Integer> h3 = m.thenCombine(f, g, r3);
1680 checkCompletedWithWrappedException(h3, ex);
1719 final CompletableFuture<Integer> h3 = m.thenCombine(f, g, r3);
1723 checkCompletedWithWrappedCancellationException(h3);
1755 final CompletableFuture<Integer> h3 = m.thenCombine(f, g, r3);
1759 checkCompletedWithWrappedCFException(h3);
1796 final CompletableFuture<Void> h3 = m.thenAcceptBoth(f, g, r3);
1800 checkCompletedNormally(h3, null);
1840 final CompletableFuture<Void> h3 = m.thenAcceptBoth(f, g, r3);
1844 checkCompletedWithWrappedException(h3, ex);
1883 final CompletableFuture<Void> h3 = m.thenAcceptBoth(f, g, r3);
1887 checkCompletedWithWrappedCancellationException(h3);
1919 final CompletableFuture<Void> h3 = m.thenAcceptBoth(f, g, r3);
1923 checkCompletedWithWrappedCFException(h3);
1960 final CompletableFuture<Void> h3 = m.runAfterBoth(f, g, r3);
1964 checkCompletedNormally(h3, null);
2004 final CompletableFuture<Void> h3 = m.runAfterBoth(f, g, r3);
2008 checkCompletedWithWrappedException(h3, ex);
2047 final CompletableFuture<Void> h3 = m.runAfterBoth(f, g, r3);
2051 checkCompletedWithWrappedCancellationException(h3);
2083 final CompletableFuture<Void> h3 = m.runAfterBoth(f, g, r3);
2087 checkCompletedWithWrappedCFException(h3);
2119 final CompletableFuture<Integer> h3 = m.applyToEither(g, f, rs[3]);
2121 checkCompletedNormally(h3, inc(v1));
2139 checkCompletedNormally(h3, inc(v1));
2167 final CompletableFuture<Integer> h3 = m.applyToEither(g, f, rs[3]);
2169 checkCompletedWithWrappedException(h3, ex);
2195 checkCompletedWithWrappedException(h3, ex);
2216 final CompletableFuture<Integer> h3 = m.applyToEither(g, f, rs[3]);
2241 assertEquals(inc(v1), h3.join());
2244 checkCompletedWithWrappedException(h3, ex);
2275 final CompletableFuture<Integer> h3 = m.applyToEither(g, f, rs[3]);
2277 checkCompletedWithWrappedCancellationException(h3);
2303 checkCompletedWithWrappedCancellationException(h3);
2323 final CompletableFuture<Integer> h3 = m.applyToEither(g, f, rs[3]);
2348 assertEquals(inc(v1), h3.join());
2351 checkCompletedWithWrappedCancellationException(h3);
2376 final CompletableFuture<Integer> h3 = m.applyToEither(g, f, rs[3]);
2380 checkCompletedWithWrappedCFException(h3);
2426 final CompletableFuture<Void> h3 = m.acceptEither(g, f, rs[3]);
2428 checkCompletedNormally(h3, null);
2448 checkCompletedNormally(h3, null);
2476 final CompletableFuture<Void> h3 = m.acceptEither(g, f, rs[3]);
2478 checkCompletedWithWrappedException(h3, ex);
2505 checkCompletedWithWrappedException(h3, ex);
2526 final CompletableFuture<Void> h3 = m.acceptEither(g, f, rs[3]);
2551 assertEquals(null, h3.join());
2554 checkCompletedWithWrappedException(h3, ex);
2585 final CompletableFuture<Void> h3 = m.acceptEither(g, f, rs[3]);
2587 checkCompletedWithWrappedCancellationException(h3);
2614 checkCompletedWithWrappedCancellationException(h3);
2635 final CompletableFuture<Void> h3 = m.acceptEither(g, f, rs[3]);
2639 checkCompletedWithWrappedCFException(h3);
2685 final CompletableFuture<Void> h3 = m.runAfterEither(g, f, rs[3]);
2687 checkCompletedNormally(h3, null);
2701 checkCompletedNormally(h3, null);
2731 final CompletableFuture<Void> h3 = m.runAfterEither(g, f, rs[3]);
2733 checkCompletedWithWrappedException(h3, ex);
2760 checkCompletedWithWrappedException(h3, ex);
2781 final CompletableFuture<Void> h3 = m.runAfterEither(g, f, rs[3]);
2806 assertEquals(null, h3.join());
2809 checkCompletedWithWrappedException(h3, ex);
2840 final CompletableFuture<Void> h3 = m.runAfterEither(g, f, rs[3]);
2842 checkCompletedWithWrappedCancellationException(h3);
2869 checkCompletedWithWrappedCancellationException(h3);
2890 final CompletableFuture<Void> h3 = m.runAfterEither(g, f, rs[3]);
2894 checkCompletedWithWrappedCFException(h3);