Searched refs:h3 (Results 1 – 4 of 4) sorted by relevance
1288 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]); in testThenRun_normalCompletion() local1295 checkCompletedNormally(h3, null); in testThenRun_normalCompletion()1321 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]); in testThenRun_exceptionalCompletion() local1328 checkCompletedWithWrappedException(h3, ex); in testThenRun_exceptionalCompletion()1353 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]); in testThenRun_sourceCancelled() local1360 checkCompletedWithWrappedCancellationException(h3); in testThenRun_sourceCancelled()1382 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]); in testThenRun_actionFailed() local1389 checkCompletedWithWrappedCFException(h3); in testThenRun_actionFailed()1412 final CompletableFuture<Integer> h3 = m.applyToEither(f, f, rs[3]); in testThenApply_normalCompletion() local1417 checkCompletedNormally(h3, inc(v1)); in testThenApply_normalCompletion()[all …]
144 FileHandler h3 = new FileHandler("%t/log/string"); in testFileHandler_1params() local148 h3.publish(r); in testFileHandler_1params()152 h3.close(); in testFileHandler_1params()
777 int h3 = (path!=null) ? path.hashCode() : 0; in hashCode() local779 return h1 + h2 + h3; in hashCode()
229 ChronoLocalDateTime<MinguoDate> h3 = h2.atTime(LocalTime.NOON); in test_MinguoChrono() local231 ChronoZonedDateTime<MinguoDate> h4 = h3.atZone(ZoneOffset.UTC); in test_MinguoChrono()