Searched defs:nd (Results 1 - 19 of 19) sorted by relevance

/openjdk9/jdk/src/java.base/share/classes/sun/nio/ch/
H A DIOUtil.java100 static long write(FileDescriptor fd, ByteBuffer[] bufs, NativeDispatcher nd) argument
46 write(FileDescriptor fd, ByteBuffer src, long position, NativeDispatcher nd) argument
76 writeFromNativeBuffer(FileDescriptor fd, ByteBuffer bb, long position, NativeDispatcher nd) argument
106 write(FileDescriptor fd, ByteBuffer[] bufs, int offset, int length, NativeDispatcher nd) argument
185 read(FileDescriptor fd, ByteBuffer dst, long position, NativeDispatcher nd) argument
207 readIntoNativeBuffer(FileDescriptor fd, ByteBuffer bb, long position, NativeDispatcher nd) argument
230 read(FileDescriptor fd, ByteBuffer[] bufs, NativeDispatcher nd) argument
236 read(FileDescriptor fd, ByteBuffer[] bufs, int offset, int length, NativeDispatcher nd) argument
[all...]
H A DSimpleAsynchronousFileChannelImpl.java51 private static final FileDispatcher nd = new FileDispatcherImpl(); field in class:SimpleAsynchronousFileChannelImpl
[all...]
H A DServerSocketChannelImpl.java46 private static NativeDispatcher nd; field in class:ServerSocketChannelImpl
H A DSocketChannelImpl.java48 private static NativeDispatcher nd; field in class:SocketChannelImpl
[all...]
H A DFileChannelImpl.java63 private final FileDispatcher nd; field in class:FileChannelImpl
804 private static final NativeDispatcher nd = new FileDispatcherImpl(); field in class:FileChannelImpl.Unmapper
[all...]
H A DDatagramChannelImpl.java48 private static NativeDispatcher nd = new DatagramDispatcher(); field in class:DatagramChannelImpl
/openjdk9/jdk/src/java.base/unix/classes/sun/nio/ch/
H A DUnixAsynchronousServerSocketChannelImpl.java46 private static final NativeDispatcher nd = new SocketDispatcher(); field in class:UnixAsynchronousServerSocketChannelImpl
H A DSourceChannelImpl.java40 private static final NativeDispatcher nd = new FileDispatcherImpl(); field in class:SourceChannelImpl
H A DSinkChannelImpl.java40 private static final NativeDispatcher nd = new FileDispatcherImpl(); field in class:SinkChannelImpl
H A DUnixAsynchronousSocketChannelImpl.java44 private static final NativeDispatcher nd = new SocketDispatcher(); field in class:UnixAsynchronousSocketChannelImpl
[all...]
/openjdk9/hotspot/src/share/vm/gc/g1/
H A DsatbMarkQueue.cpp265 BufferNode* nd = NULL; local
301 BufferNode* nd = _completed_buffers_head; local
327 BufferNode* nd = _completed_buffers_head; local
337 BufferNode* nd = buffers_to_delete; local
[all...]
H A DdirtyCardQueue.cpp208 BufferNode* nd = NULL; local
235 BufferNode* nd = get_completed_buffer(stop_at); local
254 BufferNode* nd = _cur_par_buffer_node; local
274 BufferNode* nd = _completed_buffers_head; local
284 BufferNode* nd = buffers_to_delete; local
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/tree/
H A DAbstractLayoutCache.java75 public void setNodeDimensions(NodeDimensions nd) { argument
H A DVariableHeightLayoutCache.java166 public void setNodeDimensions(NodeDimensions nd) { argument
/openjdk9/jdk/src/java.base/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousFileChannelImpl.java64 private static final FileDispatcher nd = new FileDispatcherImpl(); field in class:WindowsAsynchronousFileChannelImpl
/openjdk9/hotspot/src/share/vm/memory/
H A DbinaryTreeDictionary.cpp865 TreeList<FreeChunk, AdaptiveFreeList<FreeChunk> >* nd = find_list(size); local
[all...]
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeDate.java1300 setFields(final NativeDate nd, final int fieldId, final Object[] args, final boolean local) argument
[all...]
/openjdk9/hotspot/src/share/vm/opto/
H A Dsuperword.hpp391 bool is_cmov_pack_internal_node(Node_List* p, Node* nd) { return is_cmov_pack(p) && !nd->is_CMove(); } argument
H A Dsuperword.cpp4140 Node* SuperWord::first_node(Node* nd) { argument
4163 Node* SuperWord::last_node(Node* nd) { argument
4246 Node* nd = ii_err; local
4345 Node* nd = _iteration_first.at(ii); local
[all...]

Completed in 151 milliseconds