Home
last modified time | relevance | path

Searched refs:h4 (Results 1 – 3 of 3) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java1289 final CompletableFuture<Void> h4 = m.runAfterBoth(f, f, rs[4]); in testThenRun_normalCompletion() local
1296 checkCompletedNormally(h4, null); in testThenRun_normalCompletion()
1322 final CompletableFuture<Void> h4 = m.runAfterBoth(f, f, rs[4]); in testThenRun_exceptionalCompletion() local
1329 checkCompletedWithWrappedException(h4, ex); in testThenRun_exceptionalCompletion()
1354 final CompletableFuture<Void> h4 = m.runAfterBoth(f, f, rs[4]); in testThenRun_sourceCancelled() local
1361 checkCompletedWithWrappedCancellationException(h4); in testThenRun_sourceCancelled()
1383 final CompletableFuture<Void> h4 = m.runAfterBoth(f, f, rs[4]); in testThenRun_actionFailed() local
1390 checkCompletedWithWrappedCFException(h4); in testThenRun_actionFailed()
1631 final CompletableFuture<Integer> h4 = m.thenCombine(f, g, rs[4]); in testThenCombine_normalCompletion() local
1635 checkCompletedNormally(h4, subtract(v1, v2)); in testThenCombine_normalCompletion()
[all …]
/libcore/luni/src/test/java/libcore/java/util/logging/
DOldFileHandlerTest.java145 FileHandler h4 = new FileHandler("%t/log/string"); in testFileHandler_1params() local
149 h4.publish(r); in testFileHandler_1params()
153 h4.close(); in testFileHandler_1params()
/libcore/ojluni/src/test/java/time/tck/java/time/chrono/
DTCKMinguoChronology.java231 ChronoZonedDateTime<MinguoDate> h4 = h3.atZone(ZoneOffset.UTC); in test_MinguoChrono() local