Searched refs:ds (Results 1 - 25 of 146) sorted by relevance

123456

/openjdk10/jdk/test/java/awt/JAWT/
H A Dmyfile.c36 JAWT_DrawingSurface* ds; local
58 ds = awt.GetDrawingSurface(env, canvas);
59 if (ds == NULL) {
65 lock = ds->Lock(ds);
69 awt.FreeDrawingSurface(ds);
74 dsi = ds->GetDrawingSurfaceInfo(ds);
77 ds->Unlock(ds);
[all...]
H A Dmyfile.cpp54 JAWT_DrawingSurface* ds = awt.GetDrawingSurface(env, canvas); local
55 if (ds == NULL) {
61 jint lock = ds->Lock(ds);
69 JAWT_DrawingSurfaceInfo* dsi = ds->GetDrawingSurfaceInfo(ds);
72 ds->Unlock(ds);
99 ds->FreeDrawingSurfaceInfo(dsi);
102 ds
[all...]
/openjdk10/jdk/test/java/nio/channels/DatagramChannel/
H A DChangingAddress.java36 static void check(DatagramSocket ds, DatagramChannel dc) { argument
37 InetAddress expected = ds.getLocalAddress();
51 DatagramSocket ds = null;
55 ds = new DatagramSocket();
57 check(ds, dc);
59 ds.connect(remote);
61 check(ds, dc);
63 ds.disconnect();
65 check(ds, dc);
68 ds
[all...]
H A DAdaptDatagramSocket.java47 static void test(DatagramSocket ds, InetSocketAddress dst, argument
57 ds.send(op);
61 ds.receive(ip);
99 DatagramSocket ds;
102 ds = new DatagramSocket();
105 ds = dc.socket();
106 ds.bind(new InetSocketAddress(0));
109 out.println("socket: " + ds);
111 ds.connect(dst);
112 out.println("connect: " + ds);
[all...]
/openjdk10/hotspot/test/serviceability/jdwp/
H A DJdwpModuleReply.java34 protected void parseData(DataInputStream ds) throws IOException { argument
35 moduleId = readRefId(ds);
H A DJdwpClassLoaderReply.java34 protected void parseData(DataInputStream ds) throws IOException { argument
35 refId = readRefId(ds);
H A DJdwpVisibleClassesReply.java35 protected void parseData(DataInputStream ds) throws IOException { argument
36 int numOfClasses = ds.readInt();
39 byte type = ds.readByte();
40 long refId = readRefId(ds);
H A DJdwpReply.java39 DataInputStream ds = new DataInputStream(is);
41 int length = ds.readInt();
42 int id = ds.readInt();
43 byte flags = (byte) ds.read();
45 ds.read(errCode, 0, 2);
50 ds.read(data, 0, dataLength);
55 protected void parseData(DataInputStream ds) throws IOException { argument
58 protected byte[] readJdwpString(DataInputStream ds) throws IOException { argument
60 int len = ds.readInt();
63 ds
68 readRefId(DataInputStream ds) argument
[all...]
H A DJdwpAllModulesReply.java35 protected void parseData(DataInputStream ds) throws IOException { argument
36 modulesCount = ds.readInt();
39 modulesId[nmod] = readRefId(ds);
H A DJdwpModNameReply.java34 protected void parseData(DataInputStream ds) throws IOException { argument
35 name = readJdwpString(ds);
/openjdk10/jdk/test/java/net/DatagramSocket/
H A DB8035653.java36 try (DatagramSocket ds = new DatagramSocket();){
37 ds.getLocalAddress();
H A DReuseAddressTest.java84 DatagramSocket ds = null;
86 ds = new DatagramSocket(null);
87 ds.setReuseAddress(false);
88 if (ds.getReuseAddress() == true) {
97 if (ds != null) {
98 ds.close();
313 DatagramSocket ds = null;
315 ds = new DatagramSocket();
316 int tc = ds.getTrafficClass();
326 if (ds !
[all...]
/openjdk10/jdk/test/java/net/
H A DB6499348.java37 DatagramSocket ds = new DatagramSocket((SocketAddress) null);
43 if (! (ds instanceof Closeable))
47 ds.close();
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/dnd/
H A DMouseDragGestureRecognizer.java78 * @param ds The DragSource for the Component c
85 protected MouseDragGestureRecognizer(DragSource ds, Component c, int act, DragGestureListener dgl) { argument
86 super(ds, c, act, dgl);
96 * @param ds The DragSource for the Component c
101 protected MouseDragGestureRecognizer(DragSource ds, Component c, int act) { argument
102 this(ds, c, act, null);
111 * @param ds The DragSource for the Component c
115 protected MouseDragGestureRecognizer(DragSource ds, Component c) { argument
116 this(ds, c, DnDConstants.ACTION_NONE);
123 * @param ds Th
126 MouseDragGestureRecognizer(DragSource ds) argument
[all...]
/openjdk10/jdk/test/java/net/DatagramPacket/
H A DReuseBuf.java38 DatagramSocket ds; field in class:ReuseBuf.ServerThread
41 ds = new DatagramSocket();
42 port = ds.getLocalPort();
53 ds.receive(dp);
55 ds.send(new DatagramPacket(reply.getBytes(),reply.length(),
64 ds.close();
71 DatagramSocket ds = new DatagramSocket();
75 ds.send(new DatagramPacket(msgs[i].getBytes(),msgs[i].length(),
78 ds.receive(dp);
84 ds
[all...]
/openjdk10/jdk/test/javax/management/modelmbean/
H A DLoggingExceptionTest.java64 DescriptorSupport ds;
69 ds = new DescriptorSupport();
72 ds = new DescriptorSupport(10);
75 ds = new DescriptorSupport(new DescriptorSupport().toXMLString());
78 ds = new DescriptorSupport("name1=value1", "name2=value2");
81 ds = new DescriptorSupport(new String[] {"name"}, new Object[] {"value"});
84 ds = new DescriptorSupport(new DescriptorSupport());
/openjdk10/jdk/src/java.base/unix/classes/sun/nio/fs/
H A DUnixSecureDirectoryStream.java45 private final UnixDirectoryStream ds; field in class:UnixSecureDirectoryStream
53 this.ds = new UnixDirectoryStream(dir, dp, filter);
61 ds.writeLock().lock();
63 if (ds.closeImpl()) {
67 ds.writeLock().unlock();
73 return ds.iterator(this);
93 UnixPath child = ds.directory().resolve(file);
102 ds.readLock().lock();
104 if (!ds.isOpen())
129 ds
[all...]
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/messaging/saaj/soap/
H A DMultipartDataContentHandler.java55 * @param ds The DataSource
59 public Object getTransferData(DataFlavor df, DataSource ds) { argument
63 return getContent(ds);
71 * @param ds The DataSource
75 public Object getContent(DataSource ds) { argument
78 ds, new ContentType(ds.getContentType()));
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/encoding/
H A DMIMEPartStreamingDataHandler.java58 private final StreamingDataSource ds; field in class:MIMEPartStreamingDataHandler
62 ds = (StreamingDataSource)getDataSource();
67 return ds.readOnce();
72 ds.moveTo(file);
77 ds.close();
/openjdk10/jaxws/src/java.activation/share/classes/javax/activation/
H A DDataContentHandler.java74 * @param ds The DataSource representing the data to be converted.
80 public Object getTransferData(DataFlavor df, DataSource ds) argument
88 * @param ds The DataSource representing the data to be converted.
92 public Object getContent(DataSource ds) throws IOException; 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
57 super(ds, c, act, dgl);
60 protected CMouseDragGestureRecognizer(DragSource ds, Component c, int act) { argument
61 this(ds, c, act, null);
64 protected CMouseDragGestureRecognizer(DragSource ds, Component c) { argument
65 this(ds, c, DnDConstants.ACTION_NONE);
68 protected CMouseDragGestureRecognizer(DragSource ds) { argument
69 this(ds, null);
/openjdk10/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_DrawingSurface.cpp58 ds = parent;
119 (JAWT_DrawingSurface* ds)
123 if (ds == NULL) {
127 JAWTDrawingSurface* pds = static_cast<JAWTDrawingSurface*>(ds);
148 (JAWT_DrawingSurface* ds)
152 if (ds == NULL) {
156 JAWTDrawingSurface* pds = static_cast<JAWTDrawingSurface*>(ds);
169 (JAWT_DrawingSurface* ds)
173 if (ds == NULL) {
177 JAWTDrawingSurface* pds = static_cast<JAWTDrawingSurface*>(ds);
118 GetDSI(JAWT_DrawingSurface* ds) argument
147 LockSurface(JAWT_DrawingSurface* ds) argument
168 UnlockSurface(JAWT_DrawingSurface* ds) argument
203 GetDSI(JAWT_DrawingSurface* ds) argument
224 LockSurface(JAWT_DrawingSurface* ds) argument
230 UnlockSurface(JAWT_DrawingSurface* ds) argument
253 DSFreeDrawingSurface(JAWT_DrawingSurface* ds) argument
[all...]
/openjdk10/jdk/src/java.desktop/windows/classes/sun/awt/windows/
H A DWMouseDragGestureRecognizer.java70 * @param ds The DragSource for the Component c
77 protected WMouseDragGestureRecognizer(DragSource ds, Component c, int act, DragGestureListener dgl) { argument
78 super(ds, c, act, dgl);
84 * @param ds The DragSource for the Component c
89 protected WMouseDragGestureRecognizer(DragSource ds, Component c, int act) { argument
90 this(ds, c, act, null);
96 * @param ds The DragSource for the Component c
100 protected WMouseDragGestureRecognizer(DragSource ds, Component c) { argument
101 this(ds, c, DnDConstants.ACTION_NONE);
107 * @param ds Th
110 WMouseDragGestureRecognizer(DragSource ds) argument
[all...]
/openjdk10/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DXMouseDragGestureRecognizer.java74 * @param ds The DragSource for the Component c
81 protected XMouseDragGestureRecognizer(DragSource ds, Component c, int act, DragGestureListener dgl) { argument
82 super(ds, c, act, dgl);
88 * @param ds The DragSource for the Component c
93 protected XMouseDragGestureRecognizer(DragSource ds, Component c, int act) { argument
94 this(ds, c, act, null);
100 * @param ds The DragSource for the Component c
104 protected XMouseDragGestureRecognizer(DragSource ds, Component c) { argument
105 this(ds, c, DnDConstants.ACTION_NONE);
111 * @param ds Th
114 XMouseDragGestureRecognizer(DragSource ds) argument
[all...]
/openjdk10/jdk/src/java.desktop/unix/native/libawt_xawt/awt/
H A Dawt_DrawingSurface.c63 JNIEXPORT jint JNICALL awt_DrawingSurface_Lock(JAWT_DrawingSurface* ds) argument
70 if (ds == NULL) {
76 env = ds->env;
77 target = ds->target;
111 awt_GetColor(JAWT_DrawingSurface* ds, int32_t r, int32_t g, int32_t b) argument
119 if (ds == NULL) {
126 env = ds->env;
127 target = ds->target;
181 awt_DrawingSurface_GetDrawingSurfaceInfo(JAWT_DrawingSurface* ds) argument
190 if (ds
280 awt_DrawingSurface_Unlock(JAWT_DrawingSurface* ds) argument
322 awt_FreeDrawingSurface(JAWT_DrawingSurface* ds) argument
[all...]

Completed in 151 milliseconds

123456