/libcore/ojluni/src/main/java/java/nio/channels/ |
D | FileLock.java | 121 private final Channel channel; field in FileLock 147 protected FileLock(FileChannel channel, in FileLock() 185 protected FileLock(AsynchronousFileChannel channel, in FileLock() 209 public final FileChannel channel() { in channel() method in FileLock
|
D | MembershipKey.java | 149 public abstract MulticastChannel channel(); in channel() method in MembershipKey
|
D | SelectionKey.java | 126 public abstract SelectableChannel channel(); in channel() method in SelectionKey
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | PendingFuture.java | 41 private final AsynchronousChannel channel; field in PendingFuture 59 PendingFuture(AsynchronousChannel channel, in PendingFuture() 70 PendingFuture(AsynchronousChannel channel, in PendingFuture() 79 PendingFuture(AsynchronousChannel channel) { in PendingFuture() 83 PendingFuture(AsynchronousChannel channel, Object context) { in PendingFuture() 87 AsynchronousChannel channel() { in channel() method in PendingFuture
|
D | FileLockImpl.java | 36 FileLockImpl(FileChannel channel, long position, long size, boolean shared) in FileLockImpl() 41 FileLockImpl(AsynchronousFileChannel channel, long position, long size, boolean shared) in FileLockImpl()
|
D | EPollPort.java | 65 final PollableChannel channel; field in EPollPort.Event 68 Event(PollableChannel channel, int events) { in Event() 73 PollableChannel channel() { return channel; } in channel() method in EPollPort.Event 223 PollableChannel channel = fdToChannel.get(fd); in poll() local
|
D | SelectionKeyImpl.java | 41 final SelChImpl channel; // package-private field in SelectionKeyImpl 55 public SelectableChannel channel() { in channel() method in SelectionKeyImpl
|
D | FileLockTable.java | 43 public static FileLockTable newSharedFileLockTable(Channel channel, in newSharedFileLockTable() 113 private final Channel channel; field in SharedFileLockTable 118 SharedFileLockTable(Channel channel, FileDescriptor fd) throws IOException { in SharedFileLockTable()
|
D | Invoker.java | 168 static <V,A> void invoke(AsynchronousChannel channel, in invoke() 208 static <V,A> void invokeIndirectly(AsynchronousChannel channel, in invokeIndirectly() 254 static void invokeOnThreadInThreadPool(Groupable channel, in invokeOnThreadInThreadPool()
|
D | Port.java | 127 final Object attachForeignChannel(final Channel channel, FileDescriptor fd) { in attachForeignChannel()
|
/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 | ServerSocketChannelTest.java | 127 private final ServerSocketChannel channel; field in ServerSocketChannelTest.CountingServer 131 private CountingServer(ServerSocketChannel channel, CountDownLatch latch) { in CountingServer()
|
D | OldServerSocketChannelTest.java | 66 ServerSocketChannel channel = in testConstructor() local
|
D | DatagramChannelTest.java | 198 DatagramChannel channel = DatagramChannel.open(); in test_bind() local 242 try (DatagramChannel channel = DatagramChannel.open(StandardProtocolFamily.INET)) { in test_open$java_net_ProtocolFamily()
|
D | FileIOInterruptTest.java | 538 private final FileChannel channel; field in FileIOInterruptTest.ChannelReader 544 ChannelReader(FileChannel channel, Method method) { in ChannelReader() 583 private final FileChannel channel; field in FileIOInterruptTest.ChannelWriter 589 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 | AsynchronousFileChannelTest.java | 59 AsynchronousFileChannel channel = AsynchronousFileChannel.open(newFile, in testOpen_create() local 73 AsynchronousFileChannel channel = AsynchronousFileChannel.open(newFile, in testOpen_existing() local
|
/libcore/ojluni/src/main/java/java/io/ |
D | FileInputStream.java | 72 private FileChannel channel = null; field in FileInputStream
|
D | FileOutputStream.java | 82 private FileChannel channel; field in FileOutputStream
|
/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
|
/libcore/ojluni/annotations/hiddenapi/java/io/ |
D | FileInputStream.java | 97 private java.nio.channels.FileChannel channel; field in FileInputStream
|
D | FileOutputStream.java | 102 private java.nio.channels.FileChannel channel; field in FileOutputStream
|