Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/mmodule/java/util/concurrent/
DCompletableFuture.annotated.java68 public boolean completeExceptionally(java.lang.Throwable ex) { throw new RuntimeException("Stub!");… in completeExceptionally() method in CompletableFuture
/libcore/ojluni/src/main/java/java/util/concurrent/
DForkJoinTask.java930 public void completeExceptionally(Throwable ex) { in completeExceptionally() method in ForkJoinTask
DCompletableFuture.java2135 public boolean completeExceptionally(Throwable ex) { in completeExceptionally() method in CompletableFuture
2905 @Override public boolean completeExceptionally(Throwable ex) { in completeExceptionally() method in CompletableFuture.MinimalStage
/libcore/luni/src/test/java/libcore/java/util/concurrent/
DCompletionStageTest.java77 public void completeExceptionally(Throwable ex) { in completeExceptionally() method in CompletionStageTest.BaseStage