Home
last modified time | relevance | path

Searched defs:h1 (Results 1 – 7 of 7) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java1282 final CompletableFuture<Void> h1 = m.runAfterBoth(f, f, rs[1]); in testThenRun_normalCompletion() local
1315 final CompletableFuture<Void> h1 = m.runAfterBoth(f, f, rs[1]); in testThenRun_exceptionalCompletion() local
1347 final CompletableFuture<Void> h1 = m.runAfterBoth(f, f, rs[1]); in testThenRun_sourceCancelled() local
1379 final CompletableFuture<Void> h1 = m.runAfterBoth(f, f, rs[1]); in testThenRun_actionFailed() local
1407 final CompletableFuture<Integer> h1 = m.applyToEither(f, f, rs[1]); in testThenApply_normalCompletion() local
1435 final CompletableFuture<Integer> h1 = m.applyToEither(f, f, rs[1]); in testThenApply_exceptionalCompletion() local
1460 final CompletableFuture<Integer> h1 = m.applyToEither(f, f, rs[1]); in testThenApply_sourceCancelled() local
1485 final CompletableFuture<Integer> h1 = m.applyToEither(f, f, rs[1]); in testThenApply_actionFailed() local
1509 final CompletableFuture<Void> h1 = m.acceptEither(f, f, rs[1]); in testThenAccept_normalCompletion() local
1537 final CompletableFuture<Void> h1 = m.acceptEither(f, f, rs[1]); in testThenAccept_exceptionalCompletion() local
[all …]
/libcore/luni/src/test/java/libcore/java/lang/
DOldObjectTest.java42 int h1 = System.identityHashCode(o1); in test_hashCode() local
/libcore/luni/src/test/java/libcore/java/util/
DObjectsTest.java161 Hello h1 = new Hello(); in test_equals() local
/libcore/ojluni/src/test/java/time/test/java/time/chrono/
DTestUmmAlQuraChronology.java345 public void test_until(HijrahDate h1, HijrahDate h2, ChronoPeriod p) { in test_until()
352 public void test_periodUntilDiffChrono(HijrahDate h1, HijrahDate h2, ChronoPeriod p) { in test_periodUntilDiffChrono()
/libcore/ojluni/src/main/java/java/net/
DHttpCookie.java775 int h1 = name.toLowerCase().hashCode(); in hashCode() local
/libcore/ojluni/src/test/java/time/tck/java/time/chrono/
DTCKMinguoChronology.java227 MinguoDate h1 = MinguoChronology.INSTANCE.date(MinguoEra.ROC, 1, 2, 3); in test_MinguoChrono() local
/libcore/ojluni/src/main/java/java/time/format/
DDateTimeFormatterBuilder.java3559 int h1 = getDigit(text, pos++); in parse() local