/libcore/luni/src/main/java/java/nio/channels/ |
D | Channels.java | 58 public static InputStream newInputStream(ReadableByteChannel channel) { in newInputStream() 78 public static OutputStream newOutputStream(WritableByteChannel channel) { in newOutputStream() 129 public static Reader newReader(ReadableByteChannel channel, in newReader() 150 public static Reader newReader(ReadableByteChannel channel, in newReader() 171 public static Writer newWriter(WritableByteChannel channel, in newWriter() 193 public static Writer newWriter(WritableByteChannel channel, in newWriter() 206 private final ReadableByteChannel channel; field in Channels.ChannelInputStream 208 ChannelInputStream(ReadableByteChannel channel) { in ChannelInputStream() 246 private final WritableByteChannel channel; field in Channels.ChannelOutputStream 248 ChannelOutputStream(WritableByteChannel channel) { in ChannelOutputStream() [all …]
|
D | FileLock.java | 74 private final FileChannel channel; field in FileLock 99 protected FileLock(FileChannel channel, long position, long size, boolean shared) { in FileLock() 112 public final FileChannel channel() { in channel() method in FileLock
|
D | SelectionKey.java | 110 public abstract SelectableChannel channel(); in channel() method in SelectionKey
|
/libcore/luni/src/main/java/java/nio/ |
D | SelectionKeyImpl.java | 32 private AbstractSelectableChannel channel; field in SelectionKeyImpl 40 public SelectionKeyImpl(AbstractSelectableChannel channel, int operations, in SelectionKeyImpl() 49 public SelectableChannel channel() { in channel() method in SelectionKeyImpl
|
D | SocketChannelImpl.java | 495 private final SocketChannelImpl channel; field in SocketChannelImpl.SocketAdapter 498 SocketAdapter(PlainSocketImpl socketImpl, SocketChannelImpl channel) in SocketAdapter() 585 private final SocketChannel channel; field in SocketChannelImpl.BlockingCheckOutputStream 587 public BlockingCheckOutputStream(OutputStream out, SocketChannel channel) { in BlockingCheckOutputStream() 630 private final SocketChannel channel; field in SocketChannelImpl.BlockingCheckInputStream 632 public BlockingCheckInputStream(InputStream in, SocketChannel channel) { in BlockingCheckInputStream()
|
D | PipeImpl.java | 62 private final SocketChannel channel; field in PipeImpl.PipeSourceChannel 97 private final SocketChannel channel; field in PipeImpl.PipeSinkChannel
|
D | SelectorImpl.java | 124 @Override protected SelectionKey register(AbstractSelectableChannel channel, in register()
|
D | FileChannelImpl.java | 140 public FileLockImpl(FileChannel channel, long position, long size, boolean shared) { in FileLockImpl()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/ |
D | AbstractSelectionKeyTest.java | 56 public SelectableChannel channel() { in channel() method in AbstractSelectionKeyTest.MockSelectionKey
|
D | AbstractSelectableChannelTest.java | 126 SocketChannel channel = SocketChannel.open(); in test_register_LSelectorILObject() local
|
/libcore/luni/src/test/java/libcore/java/io/ |
D | InterruptedStreamTest.java | 142 private void testInterruptReadableChannel(final ReadableByteChannel channel) throws Exception { in testInterruptReadableChannel() 179 private void testInterruptWritableChannel(final WritableByteChannel channel) throws Exception { in testInterruptWritableChannel()
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
D | OldServerSocketChannelTest.java | 66 ServerSocketChannel channel = in testConstructor() local
|
D | FileIOInterruptTest.java | 530 private final FileChannel channel; field in FileIOInterruptTest.ChannelReader 536 ChannelReader(FileChannel channel, Method method) { in ChannelReader() 575 private final FileChannel channel; field in FileIOInterruptTest.ChannelWriter 581 ChannelWriter(FileChannel channel, Method method) { in ChannelWriter()
|
D | OldFileChannelTest.java | 503 private void doTestForIOOBException(FileChannel channel, in doTestForIOOBException() 645 FileChannel channel = out.getChannel(); in test_isOpen() local
|
D | OldSocketChannelTest.java | 90 SocketChannel channel = in testConstructor() local
|
/libcore/luni/src/main/java/java/nio/channels/spi/ |
D | AbstractSelector.java | 98 protected abstract SelectionKey register(AbstractSelectableChannel channel, in register()
|
/libcore/luni/src/main/java/java/io/ |
D | FileInputStream.java | 60 private FileChannel channel; field in FileInputStream
|
D | FileOutputStream.java | 58 private FileChannel channel; field in FileOutputStream
|
D | RandomAccessFile.java | 51 private FileChannel channel; field in RandomAccessFile
|
/libcore/luni/src/main/java/java/util/logging/ |
D | FileHandler.java | 191 FileChannel channel = fileStream.getChannel(); in initOutputFiles() local 494 FileChannel channel = lock.channel(); in close() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
D | FileLockTest.java | 42 protected MockFileLock(FileChannel channel, long position, long size, in MockFileLock()
|
D | SelectionKeyTest.java | 69 public SelectableChannel channel() { in channel() method in SelectionKeyTest.MockSelectionKey
|
D | ServerSocketChannelTest.java | 524 SocketChannel channel; field in ServerSocketChannelTest.WriteChannelThread 528 public WriteChannelThread(SocketChannel channel, ByteBuffer buffer) { in WriteChannelThread()
|
D | DatagramChannelTest.java | 2277 DatagramChannel channel = DatagramChannel.open(); in test_read_LByteBuffer_closed_nullBuf() local 2293 DatagramChannel channel = DatagramChannel.open(); in test_read_LByteBuffer_NotConnected_nullBuf() local 2308 DatagramChannel channel = DatagramChannel.open(); in test_read_LByteBuffer_readOnlyBuf() local 2363 DatagramChannel channel = DatagramChannel.open(); in test_socket_IllegalBlockingModeException() local
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | OldSocketTest.java | 1098 SocketChannel channel = SocketChannel.open(); in test_connectLjava_net_SocketAddress() local 1391 SocketChannel channel = SocketChannel.open(); in test_connectLjava_net_SocketAddressI() local 1692 SocketChannel channel = SocketChannel.open(); in test_getChannel() local 2088 SocketChannel channel = SocketChannel.open( in test_getOutputStream_shutdownOutput() local
|