| /libcore/ojluni/src/test/sun/invoke/util/ |
| D | WrapperTest.java | 48 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/ |
| D | CompletableFutureTest.java | 1290 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/luni/src/test/java/libcore/java/util/ |
| D | LinkedHashSetTest.java | 33 LinkedHashSet<String> h1 = LinkedHashSet.newLinkedHashSet(5); in testNewLinkedHashSet() local
|
| D | HashSetTest.java | 33 HashSet<String> h1 = HashSet.newHashSet(5); in testNewHashSet() local
|
| D | HashMapTest.java | 253 HashMap<String, Object> h1 = HashMap.newHashMap(5); in test_newHashMap() local
|
| D | ObjectsTest.java | 161 Hello h1 = new Hello(); in test_equals() local
|
| /libcore/ojluni/src/test/java/util/concurrent/tck/ |
| D | CompletableFutureTest.java | 1457 final CompletableFuture<Void> h1 = m.runAfterBoth(f, f, rs[1]); in testThenRun_normalCompletion() local 1491 final CompletableFuture<Void> h1 = m.runAfterBoth(f, f, rs[1]); in testThenRun_exceptionalCompletion() local 1524 final CompletableFuture<Void> h1 = m.runAfterBoth(f, f, rs[1]); in testThenRun_sourceCancelled() local 1557 final CompletableFuture<Void> h1 = m.runAfterBoth(f, f, rs[1]); in testThenRun_actionFailed() local 1586 final CompletableFuture<Item> h1 = m.applyToEither(f, f, rs[1]); in testThenApply_normalCompletion() local 1615 final CompletableFuture<Item> h1 = m.applyToEither(f, f, rs[1]); in testThenApply_exceptionalCompletion() local 1641 final CompletableFuture<Item> h1 = m.applyToEither(f, f, rs[1]); in testThenApply_sourceCancelled() local 1667 final CompletableFuture<Item> h1 = m.applyToEither(f, f, rs[1]); in testThenApply_actionFailed() local 1692 final CompletableFuture<Void> h1 = m.acceptEither(f, f, rs[1]); in testThenAccept_normalCompletion() local 1721 final CompletableFuture<Void> h1 = m.acceptEither(f, f, rs[1]); in testThenAccept_exceptionalCompletion() local [all …]
|
| /libcore/luni/src/test/java/libcore/java/lang/ |
| D | OldObjectTest.java | 42 int h1 = System.identityHashCode(o1); in test_hashCode() 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 | 775 int h1 = name.toLowerCase().hashCode(); in hashCode() local
|
| /libcore/ojluni/src/test/java/time/tck/java/time/chrono/ |
| D | TCKMinguoChronology.java | 227 MinguoDate h1 = MinguoChronology.INSTANCE.date(MinguoEra.ROC, 1, 2, 3); in test_MinguoChrono() local
|
| /libcore/ojluni/src/test/java/lang/invoke/ |
| D | JavaDocExamplesTest.java | 288 MethodHandle h1 = lookup().findVirtual(String.class, "concat", methodType(String.class, String.clas… in testDropArgumentsToMatch() local
|
| /libcore/ojluni/src/main/java/java/time/format/ |
| D | DateTimeFormatterBuilder.java | 4047 int h1 = getDigit(text, pos++); in parse() local
|