Home
last modified time | relevance | path

Searched refs:h3 (Results 1 – 4 of 4) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java1288 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]); in testThenRun_normalCompletion() local
1295 checkCompletedNormally(h3, null); in testThenRun_normalCompletion()
1321 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]); in testThenRun_exceptionalCompletion() local
1328 checkCompletedWithWrappedException(h3, ex); in testThenRun_exceptionalCompletion()
1353 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]); in testThenRun_sourceCancelled() local
1360 checkCompletedWithWrappedCancellationException(h3); in testThenRun_sourceCancelled()
1382 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]); in testThenRun_actionFailed() local
1389 checkCompletedWithWrappedCFException(h3); in testThenRun_actionFailed()
1412 final CompletableFuture<Integer> h3 = m.applyToEither(f, f, rs[3]); in testThenApply_normalCompletion() local
1417 checkCompletedNormally(h3, inc(v1)); in testThenApply_normalCompletion()
[all …]
/libcore/luni/src/test/java/libcore/java/util/logging/
DOldFileHandlerTest.java144 FileHandler h3 = new FileHandler("%t/log/string"); in testFileHandler_1params() local
148 h3.publish(r); in testFileHandler_1params()
152 h3.close(); in testFileHandler_1params()
/libcore/ojluni/src/main/java/java/net/
DHttpCookie.java777 int h3 = (path!=null) ? path.hashCode() : 0; in hashCode() local
779 return h1 + h2 + h3; in hashCode()
/libcore/ojluni/src/test/java/time/tck/java/time/chrono/
DTCKMinguoChronology.java229 ChronoLocalDateTime<MinguoDate> h3 = h2.atTime(LocalTime.NOON); in test_MinguoChrono() local
231 ChronoZonedDateTime<MinguoDate> h4 = h3.atZone(ZoneOffset.UTC); in test_MinguoChrono()