Searched defs:h0 (Results 1 – 2 of 2) sorted by relevance
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | CompletableFutureTest.java | 1281 final CompletableFuture<Void> h0 = m.thenRun(f, rs[0]); in testThenRun_normalCompletion() local 1314 final CompletableFuture<Void> h0 = m.thenRun(f, rs[0]); in testThenRun_exceptionalCompletion() local 1346 final CompletableFuture<Void> h0 = m.thenRun(f, rs[0]); in testThenRun_sourceCancelled() local 1378 final CompletableFuture<Void> h0 = m.thenRun(f, rs[0]); in testThenRun_actionFailed() local 1406 final CompletableFuture<Integer> h0 = m.thenApply(f, rs[0]); in testThenApply_normalCompletion() local 1434 final CompletableFuture<Integer> h0 = m.thenApply(f, rs[0]); in testThenApply_exceptionalCompletion() local 1459 final CompletableFuture<Integer> h0 = m.thenApply(f, rs[0]); in testThenApply_sourceCancelled() local 1484 final CompletableFuture<Integer> h0 = m.thenApply(f, rs[0]); in testThenApply_actionFailed() local 1508 final CompletableFuture<Void> h0 = m.thenAccept(f, rs[0]); in testThenAccept_normalCompletion() local 1536 final CompletableFuture<Void> h0 = m.thenAccept(f, rs[0]); in testThenAccept_exceptionalCompletion() local [all …]
|
/libcore/luni/src/test/java/libcore/java/lang/invoke/ |
D | MethodHandleAccessorsTest.java | 760 MethodHandle h0 = lookup.findStaticGetter(ValueHolder.class, "s_fi", int.class); in testStaticGetter() local 783 MethodHandle h0 = lookup.findGetter(ValueHolder.class, "m_fi", int.class); in testMemberGetter() local 816 MethodHandle h0 = lookup.findSetter(ValueHolder.class, "m_f", float.class); in testMemberSetter() local 871 MethodHandle h0 = lookup.findStaticSetter(ValueHolder.class, "s_f", float.class); in testStaticSetter() local
|