/libcore/ojluni/annotations/mmodule/java/io/ |
D | FileInputStream.annotated.java | 59 public java.nio.channels.FileChannel getChannel() { throw new RuntimeException("Stub!"); } in getChannel() method in FileInputStream
|
/libcore/ojluni/src/main/java/java/net/ |
D | SocketOutputStream.java | 79 public final FileChannel getChannel() { in getChannel() method in SocketOutputStream
|
D | SocketInputStream.java | 81 public final FileChannel getChannel() { in getChannel() method in SocketInputStream
|
D | ServerSocket.java | 608 public ServerSocketChannel getChannel() { in getChannel() method in ServerSocket
|
D | DatagramSocket.java | 1299 public DatagramChannel getChannel() { in getChannel() method in DatagramSocket
|
D | Socket.java | 884 public SocketChannel getChannel() { in getChannel() method in Socket
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | ServerSocketAdaptor.java | 140 public ServerSocketChannel getChannel() { in getChannel() method in ServerSocketAdaptor
|
D | DatagramSocketAdaptor.java | 360 public DatagramChannel getChannel() { in getChannel() method in DatagramSocketAdaptor
|
D | SocketAdaptor.java | 75 public SocketChannel getChannel() { in getChannel() method in SocketAdaptor
|
/libcore/ojluni/src/main/java/java/io/ |
D | FileInputStream.java | 472 public FileChannel getChannel() { in getChannel() method in FileInputStream
|
D | FileOutputStream.java | 475 public FileChannel getChannel() { in getChannel() method in FileOutputStream
|
D | RandomAccessFile.java | 347 public final FileChannel getChannel() { in getChannel() method in RandomAccessFile
|
/libcore/ojluni/annotations/hiddenapi/java/io/ |
D | FileInputStream.java | 89 public java.nio.channels.FileChannel getChannel() { in getChannel() method in FileInputStream
|
D | FileOutputStream.java | 87 public java.nio.channels.FileChannel getChannel() { in getChannel() method in FileOutputStream
|
D | RandomAccessFile.java | 52 public final java.nio.channels.FileChannel getChannel() { in getChannel() method in RandomAccessFile
|
/libcore/ojluni/annotations/mmodule/java/net/ |
D | ServerSocket.annotated.java | 63 public java.nio.channels.ServerSocketChannel getChannel() { throw new RuntimeException("Stub!"); } in getChannel() method in ServerSocket
|
D | DatagramSocket.annotated.java | 102 public java.nio.channels.DatagramChannel getChannel() { throw new RuntimeException("Stub!"); } in getChannel() method in DatagramSocket
|
D | Socket.annotated.java | 76 public java.nio.channels.SocketChannel getChannel() { throw new RuntimeException("Stub!"); } in getChannel() method in Socket
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/ |
D | AbstractSelectableChannelTest.java | 263 SelectableChannel getChannel = sc.configureBlocking(false); in test_configureBlocking_Z_IllegalBlockingMode() local
|
/libcore/ojluni/annotations/hiddenapi/java/net/ |
D | ServerSocket.java | 102 public java.nio.channels.ServerSocketChannel getChannel() { in getChannel() method in ServerSocket
|
D | DatagramSocket.java | 191 public java.nio.channels.DatagramChannel getChannel() { in getChannel() method in DatagramSocket
|
D | Socket.java | 161 public java.nio.channels.SocketChannel getChannel() { in getChannel() method in Socket
|
/libcore/ojluni/src/main/java/sun/nio/cs/ |
D | StreamDecoder.java | 214 private static FileChannel getChannel(FileInputStream in) { in getChannel() method in StreamDecoder
|