Home
last modified time | relevance | path

Searched defs:channel (Results 1 – 25 of 37) sorted by relevance

12

/libcore/ojluni/src/main/java/java/nio/channels/
DFileLock.java121 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
DMembershipKey.java149 public abstract MulticastChannel channel(); in channel() method in MembershipKey
DSelectionKey.java126 public abstract SelectableChannel channel(); in channel() method in SelectionKey
/libcore/ojluni/src/main/java/sun/nio/ch/
DPendingFuture.java41 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
DFileLockImpl.java36 FileLockImpl(FileChannel channel, long position, long size, boolean shared) in FileLockImpl()
41 FileLockImpl(AsynchronousFileChannel channel, long position, long size, boolean shared) in FileLockImpl()
DEPollPort.java65 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
DSelectionKeyImpl.java41 final SelChImpl channel; // package-private field in SelectionKeyImpl
55 public SelectableChannel channel() { in channel() method in SelectionKeyImpl
DFileLockTable.java43 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()
DInvoker.java168 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()
DPort.java127 final Object attachForeignChannel(final Channel channel, FileDescriptor fd) { in attachForeignChannel()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/
DAbstractSelectionKeyTest.java56 public SelectableChannel channel() { in channel() method in AbstractSelectionKeyTest.MockSelectionKey
DAbstractSelectableChannelTest.java126 SocketChannel channel = SocketChannel.open(); in test_register_LSelectorILObject() local
/libcore/luni/src/test/java/libcore/java/io/
DInterruptedStreamTest.java142 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/
DServerSocketChannelTest.java127 private final ServerSocketChannel channel; field in ServerSocketChannelTest.CountingServer
131 private CountingServer(ServerSocketChannel channel, CountDownLatch latch) { in CountingServer()
DOldServerSocketChannelTest.java66 ServerSocketChannel channel = in testConstructor() local
DDatagramChannelTest.java198 DatagramChannel channel = DatagramChannel.open(); in test_bind() local
242 try (DatagramChannel channel = DatagramChannel.open(StandardProtocolFamily.INET)) { in test_open$java_net_ProtocolFamily()
DFileIOInterruptTest.java538 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()
DOldFileChannelTest.java503 private void doTestForIOOBException(FileChannel channel, in doTestForIOOBException()
645 FileChannel channel = out.getChannel(); in test_isOpen() local
DAsynchronousFileChannelTest.java59 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/
DFileInputStream.java72 private FileChannel channel = null; field in FileInputStream
DFileOutputStream.java82 private FileChannel channel; field in FileOutputStream
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DFileLockTest.java42 protected MockFileLock(FileChannel channel, long position, long size, in MockFileLock()
DSelectionKeyTest.java69 public SelectableChannel channel() { in channel() method in SelectionKeyTest.MockSelectionKey
/libcore/ojluni/annotations/hiddenapi/java/io/
DFileInputStream.java97 private java.nio.channels.FileChannel channel; field in FileInputStream
DFileOutputStream.java102 private java.nio.channels.FileChannel channel; field in FileOutputStream

12