Searched defs:h4 (Results 1 – 3 of 3) sorted by relevance
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | CompletableFutureTest.java | 1289 final CompletableFuture<Void> h4 = m.runAfterBoth(f, f, rs[4]); in testThenRun_normalCompletion() local 1322 final CompletableFuture<Void> h4 = m.runAfterBoth(f, f, rs[4]); in testThenRun_exceptionalCompletion() local 1354 final CompletableFuture<Void> h4 = m.runAfterBoth(f, f, rs[4]); in testThenRun_sourceCancelled() local 1383 final CompletableFuture<Void> h4 = m.runAfterBoth(f, f, rs[4]); in testThenRun_actionFailed() local 1631 final CompletableFuture<Integer> h4 = m.thenCombine(f, g, rs[4]); in testThenCombine_normalCompletion() local 2125 final CompletableFuture<Integer> h4 = m.applyToEither(f, g, rs[4]); in testApplyToEither_normalCompletion() local 2173 final CompletableFuture<Integer> h4 = m.applyToEither(f, g, rs[4]); in testApplyToEither_exceptionalCompletion() local 2281 final CompletableFuture<Integer> h4 = m.applyToEither(f, g, rs[4]); in testApplyToEither_sourceCancelled() local 2386 final CompletableFuture<Integer> h4 = m.applyToEither(f, g, rs[4]); in testApplyToEither_actionFailed() local 2434 final CompletableFuture<Void> h4 = m.acceptEither(f, g, rs[4]); in testAcceptEither_normalCompletion() local [all …]
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
D | OldFileHandlerTest.java | 145 FileHandler h4 = new FileHandler("%t/log/string"); in testFileHandler_1params() local
|
/libcore/ojluni/src/test/java/time/tck/java/time/chrono/ |
D | TCKMinguoChronology.java | 231 ChronoZonedDateTime<MinguoDate> h4 = h3.atZone(ZoneOffset.UTC); in test_MinguoChrono() local
|