Home
last modified time | relevance | path

Searched defs:nd (Results 1 – 11 of 11) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DIOUtil.java47 NativeDispatcher nd) in write()
77 long position, NativeDispatcher nd) in writeFromNativeBuffer()
100 static long write(FileDescriptor fd, ByteBuffer[] bufs, NativeDispatcher nd) in write()
107 NativeDispatcher nd) in write()
186 NativeDispatcher nd) in read()
208 long position, NativeDispatcher nd) in readIntoNativeBuffer()
230 static long read(FileDescriptor fd, ByteBuffer[] bufs, NativeDispatcher nd) in read()
237 NativeDispatcher nd) in read()
DSinkChannelImpl.java40 private static final NativeDispatcher nd = new FileDispatcherImpl(); field in SinkChannelImpl
DSourceChannelImpl.java41 private static final NativeDispatcher nd = new FileDispatcherImpl(); field in SourceChannelImpl
DUnixAsynchronousServerSocketChannelImpl.java49 private final static NativeDispatcher nd = new SocketDispatcher(); field in UnixAsynchronousServerSocketChannelImpl
DSimpleAsynchronousFileChannelImpl.java51 private static final FileDispatcher nd = new FileDispatcherImpl(); field in SimpleAsynchronousFileChannelImpl
DServerSocketChannelImpl.java47 private static NativeDispatcher nd; field in ServerSocketChannelImpl
DUnixAsynchronousSocketChannelImpl.java48 private final static NativeDispatcher nd = new SocketDispatcher(); field in UnixAsynchronousSocketChannelImpl
DFileChannelImpl.java65 private final FileDispatcher nd; field in FileChannelImpl
846 private static final NativeDispatcher nd = new FileDispatcherImpl(); field in FileChannelImpl.Unmapper
DSocketChannelImpl.java71 private static NativeDispatcher nd; field in SocketChannelImpl
DDatagramChannelImpl.java53 private static NativeDispatcher nd = new DatagramDispatcher(); field in DatagramChannelImpl
/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/
DFileChannelImpl.java260 private final sun.nio.ch.FileDispatcher nd; field in FileChannelImpl
371 private static final sun.nio.ch.NativeDispatcher nd; field in FileChannelImpl.Unmapper