Searched defs:h2 (Results 1 – 8 of 8) sorted by relevance
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | CompletableFutureTest.java | 1283 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/ |
D | OldObjectTest.java | 43 int h2 = System.identityHashCode(o2); in test_hashCode() local
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | ObjectsTest.java | 162 Hello h2 = new Hello(); in test_equals() local
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
D | OldFileHandlerTest.java | 143 FileHandler h2 = new FileHandler("%t/log/string"); in testFileHandler_1params() local
|
/libcore/ojluni/src/test/java/time/test/java/time/chrono/ |
D | TestUmmAlQuraChronology.java | 345 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/ |
D | HttpCookie.java | 776 int h2 = (domain!=null) ? domain.toLowerCase().hashCode() : 0; in hashCode() local
|
/libcore/ojluni/src/test/java/time/tck/java/time/chrono/ |
D | TCKMinguoChronology.java | 228 MinguoDate h2 = h1; in test_MinguoChrono() local
|
/libcore/ojluni/src/main/java/java/time/format/ |
D | DateTimeFormatterBuilder.java | 3560 int h2 = getDigit(text, pos++); in parse() local 3585 int h2 = getDigit(text, pos); in parse() local
|