| /libcore/ojluni/src/main/java/sun/nio/ch/ | 
| D | CompletedFuture.java | 40     private final Throwable exc;  field in CompletedFuture42     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()
 
 | 
| D | Invoker.java | 123                                       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()
 
 | 
| D | SimpleAsynchronousFileChannelImpl.java | 187             Throwable exc = new ClosedChannelException();  in implLock()  local302             Throwable exc = (isOpen()) ? null : new ClosedChannelException();  in implRead()  local
 356             Throwable exc = (isOpen()) ? null : new ClosedChannelException();  in implWrite()  local
 
 | 
| D | UnixAsynchronousSocketChannelImpl.java | 396         Throwable exc = null;  in finishRead()  local522         Throwable exc = null;  in implRead()  local
 591         Throwable exc = null;  in finishWrite()  local
 705         Throwable exc = null;  in implWrite()  local
 
 | 
| D | UnixAsynchronousServerSocketChannelImpl.java | 164         Throwable exc = null;  in onEvent()  local299         Throwable exc = null;  in implAccept()  local
 
 | 
| D | PendingFuture.java | 48     private volatile Throwable exc;  field in PendingFuture
 | 
| /libcore/ojluni/src/main/java/java/nio/file/ | 
| D | FileVisitor.java | 153     FileVisitResult visitFileFailed(T file, IOException exc)  in visitFileFailed()175     FileVisitResult postVisitDirectory(T dir, IOException exc)  in postVisitDirectory()
 
 | 
| D | SimpleFileVisitor.java | 87     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/ | 
| D | CompletionHandler.java | 65     void failed(Throwable exc, A attachment);  in failed()
 | 
| /libcore/luni/src/test/java/libcore/java/nio/channels/ | 
| D | FutureLikeCompletionHandler.java | 40     public void failed(Throwable exc, Object attachment) {  in failed()
 | 
| D | AsynchronousFileChannelTest.java | 257         public Throwable exc;  field in AsynchronousFileChannelTest.RecordingHandler270         public void failed(Throwable exc, String attachment) {  in failed()
 708         public Throwable exc;  field in AsynchronousFileChannelTest.LockHandler
 720         public void failed(Throwable exc, Integer attachment) {  in failed()
 
 | 
| /libcore/ojluni/src/main/java/sun/nio/fs/ | 
| D | Cancellable.java | 133         Throwable exc = task.exception();  in runInterruptibly()  local
 | 
| /libcore/ojluni/src/main/java/java/net/ | 
| D | HttpURLConnection.java | 684         Exception exc = null;  in getResponseCode()  local
 | 
| /libcore/ojluni/src/test/java/lang/StackWalker/ | 
| D | StackStreamTest.java | 141             Exception exc = new Exception("G.g stack");  in g()  local
 | 
| /libcore/ojluni/src/test/java/nio/file/Path/ | 
| D | PathOps.java | 41     private Exception exc;  field in PathOps
 | 
| /libcore/luni/src/test/java/libcore/java/nio/file/ | 
| D | Files2Test.java | 1864         public FileVisitResult visitFileFailed(Path file, IOException exc) throws IOException {  in visitFileFailed()1872         public FileVisitResult postVisitDirectory(Path dir, IOException exc) throws IOException {  in postVisitDirectory()
 
 |