Searched defs:ds (Results 1 - 25 of 69) sorted by relevance

123

/openjdk10/hotspot/test/serviceability/jdwp/
H A DJdwpVisibleClassesReply.java35 protected void parseData(DataInputStream ds) throws IOException { argument
H A DJdwpModuleReply.java34 protected void parseData(DataInputStream ds) throws IOException { argument
H A DJdwpModNameReply.java34 protected void parseData(DataInputStream ds) throws IOException { argument
H A DJdwpClassLoaderReply.java34 protected void parseData(DataInputStream ds) throws IOException { argument
H A DJdwpAllModulesReply.java35 protected void parseData(DataInputStream ds) throws IOException { argument
H A DJdwpReply.java55 protected void parseData(DataInputStream ds) throws IOException { argument
58 protected byte[] readJdwpString(DataInputStream ds) throws IOException { argument
68 readRefId(DataInputStream ds) argument
[all...]
/openjdk10/jdk/test/java/nio/channels/DatagramChannel/
H A DChangingAddress.java36 static void check(DatagramSocket ds, DatagramChannel dc) { argument
[all...]
H A DAdaptDatagramSocket.java47 static void test(DatagramSocket ds, InetSocketAddress dst, argument
[all...]
H A DSRTest.java145 final DatagramSocket ds; field in class:SRTest.ClassicReader
/openjdk10/jdk/test/java/net/DatagramPacket/
H A DReuseBuf.java38 DatagramSocket ds; field in class:ReuseBuf.ServerThread
[all...]
/openjdk10/jaxws/src/java.activation/share/classes/javax/activation/
H A DCommandMap.java131 public CommandInfo[] getPreferredCommands(String mimeType, DataSource ds) { argument
159 public CommandInfo[] getAllCommands(String mimeType, DataSource ds) { argument
187 getCommand(String mimeType, String cmdName, DataSource ds) argument
219 createDataContentHandler(String mimeType, DataSource ds) argument
H A DDataContentHandler.java80 public Object getTransferData(DataFlavor df, DataSource ds) argument
92 public Object getContent(DataSource ds) throws IOException; argument
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/encoding/
H A DDataSourceStreamingDataHandler.java38 public DataSourceStreamingDataHandler(DataSource ds) { argument
H A DStringDataContentHandler.java66 public Object getTransferData(DataFlavor df, DataSource ds) argument
76 public Object getContent(DataSource ds) throws IOException { argument
H A DXmlDataContentHandler.java65 public Object getTransferData(DataFlavor df, DataSource ds) argument
79 public Object getContent(DataSource ds) throws IOException { argument
H A DImageDataContentHandler.java83 public Object getTransferData(DataFlavor df, DataSource ds) argument
101 public Object getContent(DataSource ds) throws IOException { argument
/openjdk10/jdk/test/java/awt/JAWT/
H A Dmyfile.cpp54 JAWT_DrawingSurface* ds = awt.GetDrawingSurface(env, canvas); local
[all...]
H A Dmyfile.c36 JAWT_DrawingSurface* ds; local
[all...]
/openjdk10/langtools/test/tools/javac/lambda/
H A DMethodReference27.java53 static void m2(double... ds) { assertTrue(false); } argument
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/messaging/saaj/soap/
H A DJpegDataContentHandler.java77 public Object getTransferData(DataFlavor df, DataSource ds) { argument
104 public Object getContent(DataSource ds) { // throws Exception; argument
H A DGifDataContentHandler.java69 public Object getTransferData(DataFlavor df, DataSource ds) argument
80 public Object getContent(DataSource ds) throws IOException { argument
H A DStringDataContentHandler.java67 public Object getTransferData(DataFlavor df, DataSource ds) argument
78 public Object getContent(DataSource ds) throws IOException { argument
H A DMultipartDataContentHandler.java59 public Object getTransferData(DataFlavor df, DataSource ds) { argument
75 public Object getContent(DataSource ds) { argument
/openjdk10/jdk/src/java.desktop/macosx/classes/sun/lwawt/macosx/
H A DCMouseDragGestureRecognizer.java56 protected CMouseDragGestureRecognizer(DragSource ds, Component c, int act, DragGestureListener dgl) { argument
60 protected CMouseDragGestureRecognizer(DragSource ds, Component c, int act) { argument
64 protected CMouseDragGestureRecognizer(DragSource ds, Component c) { argument
68 protected CMouseDragGestureRecognizer(DragSource ds) { argument
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/dnd/
H A DMouseDragGestureRecognizer.java85 protected MouseDragGestureRecognizer(DragSource ds, Component c, int act, DragGestureListener dgl) { argument
101 protected MouseDragGestureRecognizer(DragSource ds, Component c, int act) { argument
115 protected MouseDragGestureRecognizer(DragSource ds, Component c) { argument
126 MouseDragGestureRecognizer(DragSource ds) argument
[all...]

Completed in 135 milliseconds

123