Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java1281 final CompletableFuture<Void> h0 = m.thenRun(f, rs[0]); in testThenRun_normalCompletion() local
1314 final CompletableFuture<Void> h0 = m.thenRun(f, rs[0]); in testThenRun_exceptionalCompletion() local
1346 final CompletableFuture<Void> h0 = m.thenRun(f, rs[0]); in testThenRun_sourceCancelled() local
1378 final CompletableFuture<Void> h0 = m.thenRun(f, rs[0]); in testThenRun_actionFailed() local
1406 final CompletableFuture<Integer> h0 = m.thenApply(f, rs[0]); in testThenApply_normalCompletion() local
1434 final CompletableFuture<Integer> h0 = m.thenApply(f, rs[0]); in testThenApply_exceptionalCompletion() local
1459 final CompletableFuture<Integer> h0 = m.thenApply(f, rs[0]); in testThenApply_sourceCancelled() local
1484 final CompletableFuture<Integer> h0 = m.thenApply(f, rs[0]); in testThenApply_actionFailed() local
1508 final CompletableFuture<Void> h0 = m.thenAccept(f, rs[0]); in testThenAccept_normalCompletion() local
1536 final CompletableFuture<Void> h0 = m.thenAccept(f, rs[0]); in testThenAccept_exceptionalCompletion() local
[all …]