Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java1290 final CompletableFuture<Void> h5 = m.runAfterEither(f, f, rs[5]); in testThenRun_normalCompletion() local
1323 final CompletableFuture<Void> h5 = m.runAfterEither(f, f, rs[5]); in testThenRun_exceptionalCompletion() local
1355 final CompletableFuture<Void> h5 = m.runAfterEither(f, f, rs[5]); in testThenRun_sourceCancelled() local
1384 final CompletableFuture<Void> h5 = m.runAfterEither(f, f, rs[5]); in testThenRun_actionFailed() local
2126 final CompletableFuture<Integer> h5 = m.applyToEither(g, f, rs[5]); in testApplyToEither_normalCompletion() local
2174 final CompletableFuture<Integer> h5 = m.applyToEither(g, f, rs[5]); in testApplyToEither_exceptionalCompletion() local
2282 final CompletableFuture<Integer> h5 = m.applyToEither(g, f, rs[5]); in testApplyToEither_sourceCancelled() local
2387 final CompletableFuture<Integer> h5 = m.applyToEither(g, f, rs[5]); in testApplyToEither_actionFailed() local
2435 final CompletableFuture<Void> h5 = m.acceptEither(g, f, rs[5]); in testAcceptEither_normalCompletion() local
2484 final CompletableFuture<Void> h5 = m.acceptEither(g, f, rs[5]); in testAcceptEither_exceptionalCompletion() local
[all …]