Home
last modified time | relevance | path

Searched defs:h2 (Results 1 – 8 of 8) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java1283 final CompletableFuture<Void> h2 = m.runAfterEither(f, f, rs[2]); in testThenRun_normalCompletion() local
1316 final CompletableFuture<Void> h2 = m.runAfterEither(f, f, rs[2]); in testThenRun_exceptionalCompletion() local
1348 final CompletableFuture<Void> h2 = m.runAfterEither(f, f, rs[2]); in testThenRun_sourceCancelled() local
1380 final CompletableFuture<Void> h2 = m.runAfterEither(f, f, rs[2]); in testThenRun_actionFailed() local
1411 final CompletableFuture<Integer> h2 = m.thenApply(f, rs[2]); in testThenApply_normalCompletion() local
1437 final CompletableFuture<Integer> h2 = m.thenApply(f, rs[2]); in testThenApply_exceptionalCompletion() local
1462 final CompletableFuture<Integer> h2 = m.thenApply(f, rs[2]); in testThenApply_sourceCancelled() local
1487 final CompletableFuture<Integer> h2 = m.thenApply(f, rs[2]); in testThenApply_actionFailed() local
1513 final CompletableFuture<Void> h2 = m.thenAccept(f, rs[2]); in testThenAccept_normalCompletion() local
1539 final CompletableFuture<Void> h2 = m.thenAccept(f, rs[2]); in testThenAccept_exceptionalCompletion() local
[all …]
/libcore/luni/src/test/java/libcore/java/lang/
DOldObjectTest.java43 int h2 = System.identityHashCode(o2); in test_hashCode() local
/libcore/luni/src/test/java/libcore/java/util/
DObjectsTest.java162 Hello h2 = new Hello(); in test_equals() local
/libcore/luni/src/test/java/libcore/java/util/logging/
DOldFileHandlerTest.java143 FileHandler h2 = new FileHandler("%t/log/string"); in testFileHandler_1params() 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.java776 int h2 = (domain!=null) ? domain.toLowerCase().hashCode() : 0; in hashCode() local
/libcore/ojluni/src/test/java/time/tck/java/time/chrono/
DTCKMinguoChronology.java228 MinguoDate h2 = h1; in test_MinguoChrono() local
/libcore/ojluni/src/main/java/java/time/format/
DDateTimeFormatterBuilder.java3560 int h2 = getDigit(text, pos++); in parse() local
3585 int h2 = getDigit(text, pos); in parse() local