Searched defs:nd (Results 1 – 11 of 11) sorted by relevance
47 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()
40 private static final NativeDispatcher nd = new FileDispatcherImpl(); field in SinkChannelImpl
41 private static final NativeDispatcher nd = new FileDispatcherImpl(); field in SourceChannelImpl
49 private final static NativeDispatcher nd = new SocketDispatcher(); field in UnixAsynchronousServerSocketChannelImpl
51 private static final FileDispatcher nd = new FileDispatcherImpl(); field in SimpleAsynchronousFileChannelImpl
47 private static NativeDispatcher nd; field in ServerSocketChannelImpl
48 private final static NativeDispatcher nd = new SocketDispatcher(); field in UnixAsynchronousSocketChannelImpl
65 private final FileDispatcher nd; field in FileChannelImpl846 private static final NativeDispatcher nd = new FileDispatcherImpl(); field in FileChannelImpl.Unmapper
71 private static NativeDispatcher nd; field in SocketChannelImpl
53 private static NativeDispatcher nd = new DatagramDispatcher(); field in DatagramChannelImpl
260 private final sun.nio.ch.FileDispatcher nd; field in FileChannelImpl371 private static final sun.nio.ch.NativeDispatcher nd; field in FileChannelImpl.Unmapper