Home
last modified time | relevance | path

Searched defs:h0 (Results 1 – 4 of 4) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java1289 final CompletableFuture<Void> h0 = m.thenRun(f, rs[0]); in testThenRun_normalCompletion() local
1322 final CompletableFuture<Void> h0 = m.thenRun(f, rs[0]); in testThenRun_exceptionalCompletion() local
1354 final CompletableFuture<Void> h0 = m.thenRun(f, rs[0]); in testThenRun_sourceCancelled() local
1386 final CompletableFuture<Void> h0 = m.thenRun(f, rs[0]); in testThenRun_actionFailed() local
1414 final CompletableFuture<Integer> h0 = m.thenApply(f, rs[0]); in testThenApply_normalCompletion() local
1442 final CompletableFuture<Integer> h0 = m.thenApply(f, rs[0]); in testThenApply_exceptionalCompletion() local
1467 final CompletableFuture<Integer> h0 = m.thenApply(f, rs[0]); in testThenApply_sourceCancelled() local
1492 final CompletableFuture<Integer> h0 = m.thenApply(f, rs[0]); in testThenApply_actionFailed() local
1516 final CompletableFuture<Void> h0 = m.thenAccept(f, rs[0]); in testThenAccept_normalCompletion() local
1544 final CompletableFuture<Void> h0 = m.thenAccept(f, rs[0]); in testThenAccept_exceptionalCompletion() local
[all …]
/libcore/ojluni/src/test/java/util/concurrent/tck/
DCompletableFutureTest.java1412 final CompletableFuture<Void> h0 = m.thenRun(f, rs[0]); in testThenRun_normalCompletion() local
1445 final CompletableFuture<Void> h0 = m.thenRun(f, rs[0]); in testThenRun_exceptionalCompletion() local
1477 final CompletableFuture<Void> h0 = m.thenRun(f, rs[0]); in testThenRun_sourceCancelled() local
1509 final CompletableFuture<Void> h0 = m.thenRun(f, rs[0]); in testThenRun_actionFailed() local
1537 final CompletableFuture<Item> h0 = m.thenApply(f, rs[0]); in testThenApply_normalCompletion() local
1565 final CompletableFuture<Item> h0 = m.thenApply(f, rs[0]); in testThenApply_exceptionalCompletion() local
1590 final CompletableFuture<Item> h0 = m.thenApply(f, rs[0]); in testThenApply_sourceCancelled() local
1615 final CompletableFuture<Item> h0 = m.thenApply(f, rs[0]); in testThenApply_actionFailed() local
1639 final CompletableFuture<Void> h0 = m.thenAccept(f, rs[0]); in testThenAccept_normalCompletion() local
1667 final CompletableFuture<Void> h0 = m.thenAccept(f, rs[0]); in testThenAccept_exceptionalCompletion() local
[all …]
/libcore/luni/src/test/java/libcore/java/lang/invoke/
DMethodHandleAccessorsTest.java760 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
/libcore/ojluni/src/test/java/lang/invoke/
DJavaDocExamplesTest.java287 MethodHandle h0= constant(boolean.class, true); in testDropArgumentsToMatch() local