OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkCompletedExceptionally
(Results
1 - 2
of
2
) sorted by null
/libcore/jsr166-tests/src/test/java/jsr166/
CompletableFutureTest.java
107
void
checkCompletedExceptionally
(CompletableFuture<?> f,
154
checkCompletedExceptionally
(f, true,
159
checkCompletedExceptionally
(f, true,
164
checkCompletedExceptionally
(f, false,
170
checkCompletedExceptionally
(f, true, (t) -> assertSame(t, ex));
173
void
checkCompletedExceptionally
(CompletableFuture<?> f, Throwable ex) {
174
checkCompletedExceptionally
(f, false, (t) -> assertSame(t, ex));
240
checkCompletedExceptionally
(f, ex);
294
checkCompletedExceptionally
(f, ex);
300
checkCompletedExceptionally
(f, ex)
[
all
...]
CountedCompleterTest.java
270
checkCompletedExceptionally
(ex);
272
void
checkCompletedExceptionally
(Throwable ex) {
332
a.
checkCompletedExceptionally
(success);
[
all
...]
Completed in 491 milliseconds