Home
last modified time | relevance | path

Searched refs: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
1284 checkIncomplete(h0); in testThenRun_normalCompletion()
1292 checkCompletedNormally(h0, null); in testThenRun_normalCompletion()
1314 final CompletableFuture<Void> h0 = m.thenRun(f, rs[0]); in testThenRun_exceptionalCompletion() local
1317 checkIncomplete(h0); in testThenRun_exceptionalCompletion()
1325 checkCompletedWithWrappedException(h0, ex); in testThenRun_exceptionalCompletion()
1346 final CompletableFuture<Void> h0 = m.thenRun(f, rs[0]); in testThenRun_sourceCancelled() local
1349 checkIncomplete(h0); in testThenRun_sourceCancelled()
1357 checkCompletedWithWrappedCancellationException(h0); in testThenRun_sourceCancelled()
1378 final CompletableFuture<Void> h0 = m.thenRun(f, rs[0]); in testThenRun_actionFailed() local
[all …]