Home
last modified time | relevance | path

Searched defs:exc (Results 1 – 14 of 14) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DCompletedFuture.java40 private final Throwable exc; field in CompletedFuture
42 private CompletedFuture(V result, Throwable exc) { in CompletedFuture()
51 static <V> CompletedFuture<V> withFailure(Throwable exc) { in withFailure()
58 static <V> CompletedFuture<V> withResult(V result, Throwable exc) { in withResult()
DInvoker.java123 Throwable exc) in invokeUnchecked()
157 Throwable exc) in invokeDirect()
172 Throwable exc) in invoke()
212 final Throwable exc) in invokeIndirectly()
235 final Throwable exc, in invokeIndirectly()
DSimpleAsynchronousFileChannelImpl.java187 Throwable exc = new ClosedChannelException(); in implLock() local
302 Throwable exc = (isOpen()) ? null : new ClosedChannelException(); in implRead() local
356 Throwable exc = (isOpen()) ? null : new ClosedChannelException(); in implWrite() local
DUnixAsynchronousSocketChannelImpl.java396 Throwable exc = null; in finishRead() local
522 Throwable exc = null; in implRead() local
591 Throwable exc = null; in finishWrite() local
705 Throwable exc = null; in implWrite() local
DUnixAsynchronousServerSocketChannelImpl.java164 Throwable exc = null; in onEvent() local
299 Throwable exc = null; in implAccept() local
DPendingFuture.java48 private volatile Throwable exc; field in PendingFuture
/libcore/ojluni/src/main/java/java/nio/file/
DFileVisitor.java153 FileVisitResult visitFileFailed(T file, IOException exc) in visitFileFailed()
175 FileVisitResult postVisitDirectory(T dir, IOException exc) in postVisitDirectory()
DSimpleFileVisitor.java87 public FileVisitResult visitFileFailed(T file, IOException exc) in visitFileFailed()
104 public FileVisitResult postVisitDirectory(T dir, IOException exc) in postVisitDirectory()
/libcore/ojluni/src/main/java/java/nio/channels/
DCompletionHandler.java65 void failed(Throwable exc, A attachment); in failed()
/libcore/luni/src/test/java/libcore/java/nio/channels/
DFutureLikeCompletionHandler.java40 public void failed(Throwable exc, Object attachment) { in failed()
DAsynchronousFileChannelTest.java255 public Throwable exc; field in AsynchronousFileChannelTest.RecordingHandler
268 public void failed(Throwable exc, String attachment) { in failed()
/libcore/ojluni/src/main/java/sun/nio/fs/
DCancellable.java133 Throwable exc = task.exception(); in runInterruptibly() local
/libcore/ojluni/src/main/java/java/net/
DHttpURLConnection.java684 Exception exc = null; in getResponseCode() local
/libcore/luni/src/test/java/libcore/java/nio/file/
DFiles2Test.java1864 public FileVisitResult visitFileFailed(Path file, IOException exc) throws IOException { in visitFileFailed()
1872 public FileVisitResult postVisitDirectory(Path dir, IOException exc) throws IOException { in postVisitDirectory()