Home
last modified time | relevance | path

Searched defs:nd (Results 1 – 9 of 9) 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 NativeDispatcher nd; field in SinkChannelImpl
DSourceChannelImpl.java41 private static NativeDispatcher nd; field in SourceChannelImpl
DServerSocketChannelImpl.java47 private static NativeDispatcher nd; field in ServerSocketChannelImpl
DFileChannelImpl.java56 private final FileDispatcher nd; field in FileChannelImpl
778 private static final NativeDispatcher nd = new FileDispatcherImpl(); field in FileChannelImpl.Unmapper
DSocketChannelImpl.java51 private static NativeDispatcher nd; field in SocketChannelImpl
DDatagramChannelImpl.java51 private static NativeDispatcher nd = new DatagramDispatcher(); field in DatagramChannelImpl
/libcore/ojluni/src/main/java/sun/net/www/protocol/gopher/
DGopherClient.java230 char nd[] = new char[dp + 10]; in encodePercent() local
243 char nd[] = new char[dp + 10]; in encodePercent() local
/libcore/ojluni/src/main/java/sun/misc/
DFDBigInt.java60 public FDBigInt( long seed, char digit[], int nd0, int nd ){ in FDBigInt()