Searched defs:h5 (Results 1 – 3 of 3) sorted by relevance
| /libcore/jsr166-tests/src/test/java/jsr166/ |
| D | CompletableFutureTest.java | 1298 final CompletableFuture<Void> h5 = m.runAfterEither(f, f, rs[5]); in testThenRun_normalCompletion() local 1331 final CompletableFuture<Void> h5 = m.runAfterEither(f, f, rs[5]); in testThenRun_exceptionalCompletion() local 1363 final CompletableFuture<Void> h5 = m.runAfterEither(f, f, rs[5]); in testThenRun_sourceCancelled() local 1392 final CompletableFuture<Void> h5 = m.runAfterEither(f, f, rs[5]); in testThenRun_actionFailed() local 2134 final CompletableFuture<Integer> h5 = m.applyToEither(g, f, rs[5]); in testApplyToEither_normalCompletion() local 2182 final CompletableFuture<Integer> h5 = m.applyToEither(g, f, rs[5]); in testApplyToEither_exceptionalCompletion() local 2290 final CompletableFuture<Integer> h5 = m.applyToEither(g, f, rs[5]); in testApplyToEither_sourceCancelled() local 2395 final CompletableFuture<Integer> h5 = m.applyToEither(g, f, rs[5]); in testApplyToEither_actionFailed() local 2443 final CompletableFuture<Void> h5 = m.acceptEither(g, f, rs[5]); in testAcceptEither_normalCompletion() local 2492 final CompletableFuture<Void> h5 = m.acceptEither(g, f, rs[5]); in testAcceptEither_exceptionalCompletion() local [all …]
|
| /libcore/ojluni/src/test/java/util/concurrent/tck/ |
| D | CompletableFutureTest.java | 1465 final CompletableFuture<Void> h5 = m.runAfterEither(f, f, rs[5]); in testThenRun_normalCompletion() local 1499 final CompletableFuture<Void> h5 = m.runAfterEither(f, f, rs[5]); in testThenRun_exceptionalCompletion() local 1532 final CompletableFuture<Void> h5 = m.runAfterEither(f, f, rs[5]); in testThenRun_sourceCancelled() local 1562 final CompletableFuture<Void> h5 = m.runAfterEither(f, f, rs[5]); in testThenRun_actionFailed() local 2325 final CompletableFuture<Item> h5 = m.applyToEither(g, f, rs[5]); in testApplyToEither_normalCompletion() local 2374 final CompletableFuture<Item> h5 = m.applyToEither(g, f, rs[5]); in testApplyToEither_exceptionalCompletion() local 2484 final CompletableFuture<Item> h5 = m.applyToEither(g, f, rs[5]); in testApplyToEither_sourceCancelled() local 2591 final CompletableFuture<Item> h5 = m.applyToEither(g, f, rs[5]); in testApplyToEither_actionFailed() local 2640 final CompletableFuture<Void> h5 = m.acceptEither(g, f, rs[5]); in testAcceptEither_normalCompletion() local 2690 final CompletableFuture<Void> h5 = m.acceptEither(g, f, rs[5]); in testAcceptEither_exceptionalCompletion() local [all …]
|
| /libcore/ojluni/src/test/java/lang/invoke/ |
| D | LoopCombinatorTest.java | 490 MethodHandle h5 = MethodHandles.constant(int.class, 5); in testCountedLoopNullBody() local
|