Home
last modified time | relevance | path

Searched defs:h2 (Results 1 – 11 of 11) sorted by relevance

/libcore/ojluni/src/test/sun/invoke/util/
DWrapperTest.java49 MethodHandle h2 = h1.asType(MethodType.methodType(void.class)); // drop 42 in testShortZeroConversion() local
62 MethodHandle h2 = h1.asType(MethodType.methodType(void.class)); // drop 42 in testIntZeroConversion() local
75 MethodHandle h2 = h1.asType(MethodType.methodType(void.class)); // drop 42 in testLongZeroConversion() local
88 MethodHandle h2 = h1.asType(MethodType.methodType(void.class)); // drop 42 in testByteZeroConversion() local
101 MethodHandle h2 = h1.asType(MethodType.methodType(void.class)); // drop 42 in testCharacterZeroConversion() local
/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java1291 final CompletableFuture<Void> h2 = m.runAfterEither(f, f, rs[2]); in testThenRun_normalCompletion() local
1324 final CompletableFuture<Void> h2 = m.runAfterEither(f, f, rs[2]); in testThenRun_exceptionalCompletion() local
1356 final CompletableFuture<Void> h2 = m.runAfterEither(f, f, rs[2]); in testThenRun_sourceCancelled() local
1388 final CompletableFuture<Void> h2 = m.runAfterEither(f, f, rs[2]); in testThenRun_actionFailed() local
1419 final CompletableFuture<Integer> h2 = m.thenApply(f, rs[2]); in testThenApply_normalCompletion() local
1445 final CompletableFuture<Integer> h2 = m.thenApply(f, rs[2]); in testThenApply_exceptionalCompletion() local
1470 final CompletableFuture<Integer> h2 = m.thenApply(f, rs[2]); in testThenApply_sourceCancelled() local
1495 final CompletableFuture<Integer> h2 = m.thenApply(f, rs[2]); in testThenApply_actionFailed() local
1521 final CompletableFuture<Void> h2 = m.thenAccept(f, rs[2]); in testThenAccept_normalCompletion() local
1547 final CompletableFuture<Void> h2 = m.thenAccept(f, rs[2]); in testThenAccept_exceptionalCompletion() local
[all …]
/libcore/ojluni/src/test/java/util/concurrent/tck/
DCompletableFutureTest.java1414 final CompletableFuture<Void> h2 = m.runAfterEither(f, f, rs[2]); in testThenRun_normalCompletion() local
1447 final CompletableFuture<Void> h2 = m.runAfterEither(f, f, rs[2]); in testThenRun_exceptionalCompletion() local
1479 final CompletableFuture<Void> h2 = m.runAfterEither(f, f, rs[2]); in testThenRun_sourceCancelled() local
1511 final CompletableFuture<Void> h2 = m.runAfterEither(f, f, rs[2]); in testThenRun_actionFailed() local
1542 final CompletableFuture<Item> h2 = m.thenApply(f, rs[2]); in testThenApply_normalCompletion() local
1568 final CompletableFuture<Item> h2 = m.thenApply(f, rs[2]); in testThenApply_exceptionalCompletion() local
1593 final CompletableFuture<Item> h2 = m.thenApply(f, rs[2]); in testThenApply_sourceCancelled() local
1618 final CompletableFuture<Item> h2 = m.thenApply(f, rs[2]); in testThenApply_actionFailed() local
1644 final CompletableFuture<Void> h2 = m.thenAccept(f, rs[2]); in testThenAccept_normalCompletion() local
1670 final CompletableFuture<Void> h2 = m.thenAccept(f, rs[2]); in testThenAccept_exceptionalCompletion() local
[all …]
/libcore/luni/src/test/java/libcore/java/lang/
DOldObjectTest.java43 int h2 = System.identityHashCode(o2); in test_hashCode() local
/libcore/luni/src/test/java/libcore/java/util/
DObjectsTest.java162 Hello h2 = new Hello(); in test_equals() local
/libcore/luni/src/test/java/libcore/java/util/logging/
DOldFileHandlerTest.java143 FileHandler h2 = new FileHandler("%t/log/string"); in testFileHandler_1params() local
/libcore/ojluni/src/test/java/time/test/java/time/chrono/
DTestUmmAlQuraChronology.java345 public void test_until(HijrahDate h1, HijrahDate h2, ChronoPeriod p) { in test_until()
352 public void test_periodUntilDiffChrono(HijrahDate h1, HijrahDate h2, ChronoPeriod p) { in test_periodUntilDiffChrono()
/libcore/ojluni/src/main/java/java/net/
DHttpCookie.java776 int h2 = (domain!=null) ? domain.toLowerCase().hashCode() : 0; in hashCode() local
/libcore/ojluni/src/test/java/time/tck/java/time/chrono/
DTCKMinguoChronology.java228 MinguoDate h2 = h1; in test_MinguoChrono() local
/libcore/ojluni/src/test/java/lang/invoke/
DJavaDocExamplesTest.java290 MethodHandle h2 = dropArguments(h1, 0, bigType.parameterList()); in testDropArgumentsToMatch() local
/libcore/ojluni/src/main/java/java/time/format/
DDateTimeFormatterBuilder.java4048 int h2 = getDigit(text, pos++); in parse() local
4073 int h2 = getDigit(text, pos); in parse() local