| /libcore/ojluni/src/test/sun/invoke/util/ |
| D | WrapperTest.java | 49 MethodHandle h2 = h1.asType(MethodType.methodType(void.class)); // drop 42 in testShortZeroConversion() local 62 MethodHandle h2 = h1.asType(MethodType.methodType(void.class)); // drop 42 in testIntZeroConversion() local 75 MethodHandle h2 = h1.asType(MethodType.methodType(void.class)); // drop 42 in testLongZeroConversion() local 88 MethodHandle h2 = h1.asType(MethodType.methodType(void.class)); // drop 42 in testByteZeroConversion() local 101 MethodHandle h2 = h1.asType(MethodType.methodType(void.class)); // drop 42 in testCharacterZeroConversion() local
|
| /libcore/jsr166-tests/src/test/java/jsr166/ |
| D | CompletableFutureTest.java | 1291 final CompletableFuture<Void> h2 = m.runAfterEither(f, f, rs[2]); in testThenRun_normalCompletion() local 1324 final CompletableFuture<Void> h2 = m.runAfterEither(f, f, rs[2]); in testThenRun_exceptionalCompletion() local 1356 final CompletableFuture<Void> h2 = m.runAfterEither(f, f, rs[2]); in testThenRun_sourceCancelled() local 1388 final CompletableFuture<Void> h2 = m.runAfterEither(f, f, rs[2]); in testThenRun_actionFailed() local 1419 final CompletableFuture<Integer> h2 = m.thenApply(f, rs[2]); in testThenApply_normalCompletion() local 1445 final CompletableFuture<Integer> h2 = m.thenApply(f, rs[2]); in testThenApply_exceptionalCompletion() local 1470 final CompletableFuture<Integer> h2 = m.thenApply(f, rs[2]); in testThenApply_sourceCancelled() local 1495 final CompletableFuture<Integer> h2 = m.thenApply(f, rs[2]); in testThenApply_actionFailed() local 1521 final CompletableFuture<Void> h2 = m.thenAccept(f, rs[2]); in testThenAccept_normalCompletion() local 1547 final CompletableFuture<Void> h2 = m.thenAccept(f, rs[2]); in testThenAccept_exceptionalCompletion() local [all …]
|
| /libcore/ojluni/src/test/java/util/concurrent/tck/ |
| D | CompletableFutureTest.java | 1414 final CompletableFuture<Void> h2 = m.runAfterEither(f, f, rs[2]); in testThenRun_normalCompletion() local 1447 final CompletableFuture<Void> h2 = m.runAfterEither(f, f, rs[2]); in testThenRun_exceptionalCompletion() local 1479 final CompletableFuture<Void> h2 = m.runAfterEither(f, f, rs[2]); in testThenRun_sourceCancelled() local 1511 final CompletableFuture<Void> h2 = m.runAfterEither(f, f, rs[2]); in testThenRun_actionFailed() local 1542 final CompletableFuture<Item> h2 = m.thenApply(f, rs[2]); in testThenApply_normalCompletion() local 1568 final CompletableFuture<Item> h2 = m.thenApply(f, rs[2]); in testThenApply_exceptionalCompletion() local 1593 final CompletableFuture<Item> h2 = m.thenApply(f, rs[2]); in testThenApply_sourceCancelled() local 1618 final CompletableFuture<Item> h2 = m.thenApply(f, rs[2]); in testThenApply_actionFailed() local 1644 final CompletableFuture<Void> h2 = m.thenAccept(f, rs[2]); in testThenAccept_normalCompletion() local 1670 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/test/java/lang/invoke/ |
| D | JavaDocExamplesTest.java | 290 MethodHandle h2 = dropArguments(h1, 0, bigType.parameterList()); in testDropArgumentsToMatch() local
|
| /libcore/ojluni/src/main/java/java/time/format/ |
| D | DateTimeFormatterBuilder.java | 4048 int h2 = getDigit(text, pos++); in parse() local 4073 int h2 = getDigit(text, pos); in parse() local
|