Home
last modified time | relevance | path

Searched refs:withFailure (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DCompletedFuture.java51 static <V> CompletedFuture<V> withFailure(Throwable exc) { in withFailure() method in CompletedFuture
62 return withFailure(exc); in withResult()
DAsynchronousSocketChannelImpl.java235 return CompletedFuture.withFailure(e); in read()
368 return CompletedFuture.withFailure(e); in write()
DUnixAsynchronousServerSocketChannelImpl.java278 return CompletedFuture.withFailure(e); in implAccept()
DSimpleAsynchronousFileChannelImpl.java189 return CompletedFuture.withFailure(exc); in implLock()
DUnixAsynchronousSocketChannelImpl.java318 return CompletedFuture.withFailure(e); in implConnect()