Home
last modified time | relevance | path

Searched defs:h4 (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/test/sun/invoke/util/
DWrapperTest.java51 MethodHandle h4 = h3.asType(MethodType.methodType(Object.class)); // box in testShortZeroConversion() local
64 MethodHandle h4 = h3.asType(MethodType.methodType(Object.class)); // box in testIntZeroConversion() local
77 MethodHandle h4 = h3.asType(MethodType.methodType(Object.class)); // box in testLongZeroConversion() local
90 MethodHandle h4 = h3.asType(MethodType.methodType(Object.class)); // box in testByteZeroConversion() local
103 MethodHandle h4 = h3.asType(MethodType.methodType(Object.class)); // box in testCharacterZeroConversion() local
/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java1297 final CompletableFuture<Void> h4 = m.runAfterBoth(f, f, rs[4]); in testThenRun_normalCompletion() local
1330 final CompletableFuture<Void> h4 = m.runAfterBoth(f, f, rs[4]); in testThenRun_exceptionalCompletion() local
1362 final CompletableFuture<Void> h4 = m.runAfterBoth(f, f, rs[4]); in testThenRun_sourceCancelled() local
1391 final CompletableFuture<Void> h4 = m.runAfterBoth(f, f, rs[4]); in testThenRun_actionFailed() local
1639 final CompletableFuture<Integer> h4 = m.thenCombine(f, g, rs[4]); in testThenCombine_normalCompletion() local
2133 final CompletableFuture<Integer> h4 = m.applyToEither(f, g, rs[4]); in testApplyToEither_normalCompletion() local
2181 final CompletableFuture<Integer> h4 = m.applyToEither(f, g, rs[4]); in testApplyToEither_exceptionalCompletion() local
2289 final CompletableFuture<Integer> h4 = m.applyToEither(f, g, rs[4]); in testApplyToEither_sourceCancelled() local
2394 final CompletableFuture<Integer> h4 = m.applyToEither(f, g, rs[4]); in testApplyToEither_actionFailed() local
2442 final CompletableFuture<Void> h4 = m.acceptEither(f, g, rs[4]); in testAcceptEither_normalCompletion() local
[all …]
/libcore/ojluni/src/test/java/util/concurrent/tck/
DCompletableFutureTest.java1420 final CompletableFuture<Void> h4 = m.runAfterBoth(f, f, rs[4]); in testThenRun_normalCompletion() local
1453 final CompletableFuture<Void> h4 = m.runAfterBoth(f, f, rs[4]); in testThenRun_exceptionalCompletion() local
1485 final CompletableFuture<Void> h4 = m.runAfterBoth(f, f, rs[4]); in testThenRun_sourceCancelled() local
1514 final CompletableFuture<Void> h4 = m.runAfterBoth(f, f, rs[4]); in testThenRun_actionFailed() local
1762 final CompletableFuture<Item> h4 = m.thenCombine(f, g, rs[4]); in testThenCombine_normalCompletion() local
2256 final CompletableFuture<Item> h4 = m.applyToEither(f, g, rs[4]); in testApplyToEither_normalCompletion() local
2304 final CompletableFuture<Item> h4 = m.applyToEither(f, g, rs[4]); in testApplyToEither_exceptionalCompletion() local
2412 final CompletableFuture<Item> h4 = m.applyToEither(f, g, rs[4]); in testApplyToEither_sourceCancelled() local
2517 final CompletableFuture<Item> h4 = m.applyToEither(f, g, rs[4]); in testApplyToEither_actionFailed() local
2565 final CompletableFuture<Void> h4 = m.acceptEither(f, g, rs[4]); in testAcceptEither_normalCompletion() local
[all …]
/libcore/luni/src/test/java/libcore/java/util/logging/
DOldFileHandlerTest.java145 FileHandler h4 = new FileHandler("%t/log/string"); in testFileHandler_1params() local
/libcore/ojluni/src/test/java/time/tck/java/time/chrono/
DTCKMinguoChronology.java231 ChronoZonedDateTime<MinguoDate> h4 = h3.atZone(ZoneOffset.UTC); in test_MinguoChrono() local