Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/sun/invoke/util/
DWrapperTest.java48 MethodHandle h1 = MethodHandles.constant(Short.class, (short)42); in testShortZeroConversion() local
61 MethodHandle h1 = MethodHandles.constant(Integer.class, 42); in testIntZeroConversion() local
74 MethodHandle h1 = MethodHandles.constant(Long.class, 42L); in testLongZeroConversion() local
87 MethodHandle h1 = MethodHandles.constant(Byte.class, (byte)42); in testByteZeroConversion() local
100 MethodHandle h1 = MethodHandles.constant(Character.class, (char)42); in testCharacterZeroConversion() local
/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java1290 final CompletableFuture<Void> h1 = m.runAfterBoth(f, f, rs[1]); in testThenRun_normalCompletion() local
1323 final CompletableFuture<Void> h1 = m.runAfterBoth(f, f, rs[1]); in testThenRun_exceptionalCompletion() local
1355 final CompletableFuture<Void> h1 = m.runAfterBoth(f, f, rs[1]); in testThenRun_sourceCancelled() local
1387 final CompletableFuture<Void> h1 = m.runAfterBoth(f, f, rs[1]); in testThenRun_actionFailed() local
1415 final CompletableFuture<Integer> h1 = m.applyToEither(f, f, rs[1]); in testThenApply_normalCompletion() local
1443 final CompletableFuture<Integer> h1 = m.applyToEither(f, f, rs[1]); in testThenApply_exceptionalCompletion() local
1468 final CompletableFuture<Integer> h1 = m.applyToEither(f, f, rs[1]); in testThenApply_sourceCancelled() local
1493 final CompletableFuture<Integer> h1 = m.applyToEither(f, f, rs[1]); in testThenApply_actionFailed() local
1517 final CompletableFuture<Void> h1 = m.acceptEither(f, f, rs[1]); in testThenAccept_normalCompletion() local
1545 final CompletableFuture<Void> h1 = m.acceptEither(f, f, rs[1]); in testThenAccept_exceptionalCompletion() local
[all …]
/libcore/ojluni/src/test/java/util/concurrent/tck/
DCompletableFutureTest.java1413 final CompletableFuture<Void> h1 = m.runAfterBoth(f, f, rs[1]); in testThenRun_normalCompletion() local
1446 final CompletableFuture<Void> h1 = m.runAfterBoth(f, f, rs[1]); in testThenRun_exceptionalCompletion() local
1478 final CompletableFuture<Void> h1 = m.runAfterBoth(f, f, rs[1]); in testThenRun_sourceCancelled() local
1510 final CompletableFuture<Void> h1 = m.runAfterBoth(f, f, rs[1]); in testThenRun_actionFailed() local
1538 final CompletableFuture<Item> h1 = m.applyToEither(f, f, rs[1]); in testThenApply_normalCompletion() local
1566 final CompletableFuture<Item> h1 = m.applyToEither(f, f, rs[1]); in testThenApply_exceptionalCompletion() local
1591 final CompletableFuture<Item> h1 = m.applyToEither(f, f, rs[1]); in testThenApply_sourceCancelled() local
1616 final CompletableFuture<Item> h1 = m.applyToEither(f, f, rs[1]); in testThenApply_actionFailed() local
1640 final CompletableFuture<Void> h1 = m.acceptEither(f, f, rs[1]); in testThenAccept_normalCompletion() local
1668 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/test/java/lang/invoke/
DJavaDocExamplesTest.java288 MethodHandle h1 = lookup().findVirtual(String.class, "concat", methodType(String.class, String.clas… in testDropArgumentsToMatch() local
/libcore/ojluni/src/main/java/java/time/format/
DDateTimeFormatterBuilder.java4047 int h1 = getDigit(text, pos++); in parse() local