/libcore/ojluni/src/test/sun/invoke/util/ |
D | WrapperTest.java | 50 MethodHandle h3 = h2.asType(MethodType.methodType(short.class)); // add 0 in testShortZeroConversion() local 63 MethodHandle h3 = h2.asType(MethodType.methodType(int.class)); // add 0 in testIntZeroConversion() local 76 MethodHandle h3 = h2.asType(MethodType.methodType(long.class)); // add 0 in testLongZeroConversion() local 89 MethodHandle h3 = h2.asType(MethodType.methodType(byte.class)); // add 0 in testByteZeroConversion() local 102 MethodHandle h3 = h2.asType(MethodType.methodType(char.class)); // add 0 in testCharacterZeroConversion() local
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | CompletableFutureTest.java | 1296 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]); in testThenRun_normalCompletion() local 1329 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]); in testThenRun_exceptionalCompletion() local 1361 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]); in testThenRun_sourceCancelled() local 1390 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]); in testThenRun_actionFailed() local 1420 final CompletableFuture<Integer> h3 = m.applyToEither(f, f, rs[3]); in testThenApply_normalCompletion() local 1446 final CompletableFuture<Integer> h3 = m.applyToEither(f, f, rs[3]); in testThenApply_exceptionalCompletion() local 1471 final CompletableFuture<Integer> h3 = m.applyToEither(f, f, rs[3]); in testThenApply_sourceCancelled() local 1496 final CompletableFuture<Integer> h3 = m.applyToEither(f, f, rs[3]); in testThenApply_actionFailed() local 1522 final CompletableFuture<Void> h3 = m.acceptEither(f, f, rs[3]); in testThenAccept_normalCompletion() local 1548 final CompletableFuture<Void> h3 = m.acceptEither(f, f, rs[3]); in testThenAccept_exceptionalCompletion() local [all …]
|
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | CompletableFutureTest.java | 1419 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]); in testThenRun_normalCompletion() local 1452 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]); in testThenRun_exceptionalCompletion() local 1484 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]); in testThenRun_sourceCancelled() local 1513 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]); in testThenRun_actionFailed() local 1543 final CompletableFuture<Item> h3 = m.applyToEither(f, f, rs[3]); in testThenApply_normalCompletion() local 1569 final CompletableFuture<Item> h3 = m.applyToEither(f, f, rs[3]); in testThenApply_exceptionalCompletion() local 1594 final CompletableFuture<Item> h3 = m.applyToEither(f, f, rs[3]); in testThenApply_sourceCancelled() local 1619 final CompletableFuture<Item> h3 = m.applyToEither(f, f, rs[3]); in testThenApply_actionFailed() local 1645 final CompletableFuture<Void> h3 = m.acceptEither(f, f, rs[3]); in testThenAccept_normalCompletion() local 1671 final CompletableFuture<Void> h3 = m.acceptEither(f, f, rs[3]); in testThenAccept_exceptionalCompletion() local [all …]
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
D | OldFileHandlerTest.java | 144 FileHandler h3 = new FileHandler("%t/log/string"); in testFileHandler_1params() local
|
/libcore/ojluni/src/main/java/java/net/ |
D | HttpCookie.java | 777 int h3 = (path!=null) ? path.hashCode() : 0; in hashCode() local
|
/libcore/ojluni/src/test/java/time/tck/java/time/chrono/ |
D | TCKMinguoChronology.java | 229 ChronoLocalDateTime<MinguoDate> h3 = h2.atTime(LocalTime.NOON); in test_MinguoChrono() local
|
/libcore/ojluni/src/test/java/lang/invoke/ |
D | JavaDocExamplesTest.java | 297 MethodHandle h3 = guardWithTest(h0, h1, h2); in testDropArgumentsToMatch() local
|