Searched refs:getChannel (Results 1 - 18 of 18) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/channels/
H A DFileChannelTest.java32 FileChannel fc = new FileInputStream(tmp).getChannel();
57 fc = new FileOutputStream(tmp).getChannel();
67 FileChannel fc = new FileOutputStream(tmp).getChannel();
71 fc = new FileInputStream(tmp).getChannel();
87 FileChannel fc = new FileOutputStream(tmp).getChannel();
101 FileChannel fc = fos.getChannel();
H A DOldFileChannelTest.java91 .getChannel();
93 .getChannel();
95 "rw").getChannel();
645 FileChannel channel = out.getChannel();
/libcore/luni/src/test/java/libcore/java/io/
H A DInterruptedStreamTest.java91 testInterruptReadableChannel(sockets[0].getChannel());
96 testInterruptReadableChannel(sockets[0].getChannel());
H A DOldFileInputStreamTest.java104 // Test for method FileChannel FileInputStream.getChannel()
113 channel = fis.getChannel();
H A DOldRandomAccessFileTest.java150 FileChannel fcr = raf.getChannel();
179 * java.io.RandomAccessFile#getChannel()
184 FileChannel fc = raf.getChannel();
/libcore/luni/src/main/java/java/io/
H A DFileInputStream.java158 public FileChannel getChannel() { method in class:FileInputStream
H A DFileOutputStream.java169 public FileChannel getChannel() { method in class:FileOutputStream
H A DRandomAccessFile.java191 public final synchronized FileChannel getChannel() { method in class:RandomAccessFile
/libcore/luni/src/main/java/java/nio/
H A DServerSocketChannelImpl.java149 @Override public ServerSocketChannel getChannel() { method in class:ServerSocketChannelImpl.ServerSocketAdapter
H A DDatagramChannelImpl.java485 public DatagramChannel getChannel() { method in class:DatagramChannelImpl.DatagramSocketAdapter
H A DSocketChannelImpl.java481 public SocketChannel getChannel() { method in class:SocketChannelImpl.SocketAdapter
/libcore/luni/src/main/java/java/net/
H A DServerSocket.java417 public ServerSocketChannel getChannel() { method in class:ServerSocket
H A DDatagramSocket.java652 public DatagramChannel getChannel() { method in class:DatagramSocket
H A DSocket.java961 public SocketChannel getChannel() { method in class:Socket
/libcore/luni/src/main/java/java/util/logging/
H A DFileHandler.java191 FileChannel channel = fileStream.getChannel();
/libcore/luni/src/test/java/libcore/java/net/
H A DOldDatagramSocketTest.java1974 assertNull(new DatagramSocket().getChannel());
1982 assertNull(ds.getChannel());
1984 assertNull(ds.getChannel());
1995 assertEquals(channel, socket.getChannel());
H A DOldSocketTest.java1871 assertNull(new Socket().getChannel());
1875 assertEquals(channel, socket.getChannel());
/libcore/luni/src/test/java/libcore/java/nio/
H A DBufferTest.java31 FileChannel ch = raf.getChannel();

Completed in 186 milliseconds