Home
last modified time | relevance | path

Searched defs:h3 (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/test/sun/invoke/util/
DWrapperTest.java50 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/
DCompletableFutureTest.java1296 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/
DCompletableFutureTest.java1419 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/
DOldFileHandlerTest.java144 FileHandler h3 = new FileHandler("%t/log/string"); in testFileHandler_1params() local
/libcore/ojluni/src/main/java/java/net/
DHttpCookie.java777 int h3 = (path!=null) ? path.hashCode() : 0; in hashCode() local
/libcore/ojluni/src/test/java/time/tck/java/time/chrono/
DTCKMinguoChronology.java229 ChronoLocalDateTime<MinguoDate> h3 = h2.atTime(LocalTime.NOON); in test_MinguoChrono() local
/libcore/ojluni/src/test/java/lang/invoke/
DJavaDocExamplesTest.java297 MethodHandle h3 = guardWithTest(h0, h1, h2); in testDropArgumentsToMatch() local