Home
last modified time | relevance | path

Searched defs:h5 (Results 1 – 3 of 3) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java1298 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/
DCompletableFutureTest.java1421 final CompletableFuture<Void> h5 = m.runAfterEither(f, f, rs[5]); in testThenRun_normalCompletion() local
1454 final CompletableFuture<Void> h5 = m.runAfterEither(f, f, rs[5]); in testThenRun_exceptionalCompletion() local
1486 final CompletableFuture<Void> h5 = m.runAfterEither(f, f, rs[5]); in testThenRun_sourceCancelled() local
1515 final CompletableFuture<Void> h5 = m.runAfterEither(f, f, rs[5]); in testThenRun_actionFailed() local
2257 final CompletableFuture<Item> h5 = m.applyToEither(g, f, rs[5]); in testApplyToEither_normalCompletion() local
2305 final CompletableFuture<Item> h5 = m.applyToEither(g, f, rs[5]); in testApplyToEither_exceptionalCompletion() local
2413 final CompletableFuture<Item> h5 = m.applyToEither(g, f, rs[5]); in testApplyToEither_sourceCancelled() local
2518 final CompletableFuture<Item> h5 = m.applyToEither(g, f, rs[5]); in testApplyToEither_actionFailed() local
2566 final CompletableFuture<Void> h5 = m.acceptEither(g, f, rs[5]); in testAcceptEither_normalCompletion() local
2615 final CompletableFuture<Void> h5 = m.acceptEither(g, f, rs[5]); in testAcceptEither_exceptionalCompletion() local
[all …]
/libcore/ojluni/src/test/java/lang/invoke/
DLoopCombinatorTest.java490 MethodHandle h5 = MethodHandles.constant(int.class, 5); in testCountedLoopNullBody() local