Searched defs:h3 (Results 1 – 4 of 4) sorted by relevance
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | CompletableFutureTest.java | 1288 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]); in testThenRun_normalCompletion() local 1321 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]); in testThenRun_exceptionalCompletion() local 1353 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]); in testThenRun_sourceCancelled() local 1382 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]); in testThenRun_actionFailed() local 1412 final CompletableFuture<Integer> h3 = m.applyToEither(f, f, rs[3]); in testThenApply_normalCompletion() local 1438 final CompletableFuture<Integer> h3 = m.applyToEither(f, f, rs[3]); in testThenApply_exceptionalCompletion() local 1463 final CompletableFuture<Integer> h3 = m.applyToEither(f, f, rs[3]); in testThenApply_sourceCancelled() local 1488 final CompletableFuture<Integer> h3 = m.applyToEither(f, f, rs[3]); in testThenApply_actionFailed() local 1514 final CompletableFuture<Void> h3 = m.acceptEither(f, f, rs[3]); in testThenAccept_normalCompletion() local 1540 final CompletableFuture<Void> h3 = m.acceptEither(f, f, rs[3]); in testThenAccept_exceptionalCompletion() local [all …]
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
D | OldFileHandlerTest.java | 144 FileHandler h3 = new FileHandler("%t/log/string"); in testFileHandler_1params() local
|
/libcore/ojluni/src/main/java/java/net/ |
D | HttpCookie.java | 777 int h3 = (path!=null) ? path.hashCode() : 0; in hashCode() local
|
/libcore/ojluni/src/test/java/time/tck/java/time/chrono/ |
D | TCKMinguoChronology.java | 229 ChronoLocalDateTime<MinguoDate> h3 = h2.atTime(LocalTime.NOON); in test_MinguoChrono() local
|