Home
last modified time | relevance | path

Searched refs: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
53 Object x = h4.invokeExact(); in testShortZeroConversion()
64 MethodHandle h4 = h3.asType(MethodType.methodType(Object.class)); // box in testIntZeroConversion() local
66 Object x = h4.invokeExact(); in testIntZeroConversion()
77 MethodHandle h4 = h3.asType(MethodType.methodType(Object.class)); // box in testLongZeroConversion() local
79 Object x = h4.invokeExact(); in testLongZeroConversion()
90 MethodHandle h4 = h3.asType(MethodType.methodType(Object.class)); // box in testByteZeroConversion() local
92 Object x = h4.invokeExact(); in testByteZeroConversion()
103 MethodHandle h4 = h3.asType(MethodType.methodType(Object.class)); // box in testCharacterZeroConversion() local
105 Object x = h4.invokeExact(); in testCharacterZeroConversion()
/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java1297 final CompletableFuture<Void> h4 = m.runAfterBoth(f, f, rs[4]); in testThenRun_normalCompletion() local
1304 checkCompletedNormally(h4, null); in testThenRun_normalCompletion()
1330 final CompletableFuture<Void> h4 = m.runAfterBoth(f, f, rs[4]); in testThenRun_exceptionalCompletion() local
1337 checkCompletedWithWrappedException(h4, ex); in testThenRun_exceptionalCompletion()
1362 final CompletableFuture<Void> h4 = m.runAfterBoth(f, f, rs[4]); in testThenRun_sourceCancelled() local
1369 checkCompletedWithWrappedCancellationException(h4); in testThenRun_sourceCancelled()
1391 final CompletableFuture<Void> h4 = m.runAfterBoth(f, f, rs[4]); in testThenRun_actionFailed() local
1398 checkCompletedWithWrappedCFException(h4); in testThenRun_actionFailed()
1639 final CompletableFuture<Integer> h4 = m.thenCombine(f, g, rs[4]); in testThenCombine_normalCompletion() local
1643 checkCompletedNormally(h4, subtract(v1, v2)); in testThenCombine_normalCompletion()
[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
1427 checkCompletedNormally(h4, null); in testThenRun_normalCompletion()
1453 final CompletableFuture<Void> h4 = m.runAfterBoth(f, f, rs[4]); in testThenRun_exceptionalCompletion() local
1460 checkCompletedWithWrappedException(h4, ex); in testThenRun_exceptionalCompletion()
1485 final CompletableFuture<Void> h4 = m.runAfterBoth(f, f, rs[4]); in testThenRun_sourceCancelled() local
1492 checkCompletedWithWrappedCancellationException(h4); in testThenRun_sourceCancelled()
1514 final CompletableFuture<Void> h4 = m.runAfterBoth(f, f, rs[4]); in testThenRun_actionFailed() local
1521 checkCompletedWithWrappedException(h4, rs[4].ex); in testThenRun_actionFailed()
1762 final CompletableFuture<Item> h4 = m.thenCombine(f, g, rs[4]); in testThenCombine_normalCompletion() local
1766 checkCompletedNormally(h4, subtract(v1, v2)); in testThenCombine_normalCompletion()
[all …]
/libcore/luni/src/test/java/libcore/java/util/logging/
DOldFileHandlerTest.java145 FileHandler h4 = new FileHandler("%t/log/string"); in testFileHandler_1params() local
149 h4.publish(r); in testFileHandler_1params()
153 h4.close(); in testFileHandler_1params()
/libcore/ojluni/src/test/java/time/tck/java/time/chrono/
DTCKMinguoChronology.java231 ChronoZonedDateTime<MinguoDate> h4 = h3.atZone(ZoneOffset.UTC); in test_MinguoChrono() local