Searched defs:ds (Results 1 – 10 of 10) sorted by relevance
105 try (DatagramSocket ds = new DatagramSocket()) { in test_Constructor()118 DatagramSocket ds = new DatagramSocket(0); in test_ConstructorI() local126 try (DatagramSocket ds = new DatagramSocket(0, InetAddress.getLocalHost())) { in test_ConstructorILjava_net_InetAddress()137 DatagramSocket ds = new DatagramSocket(0); in test_close() local150 try (DatagramSocket ds = new DatagramSocket()) { in test_connectLjava_net_InetAddressI()158 try (DatagramSocket ds = new DatagramSocket()) { in test_connectLjava_net_InetAddressI()171 final DatagramSocket ds = new DatagramSocket(0); in testConnect_connectToSelf() local204 try (DatagramSocket ds = new DatagramSocket(0); in testConnect_echoServer()226 try (DatagramSocket ds = new DatagramSocket(0); in testConnect_throwsOnAddressMismatch()242 try (DatagramSocket ds = new DatagramSocket(0); in testConnect_connectDisconnectConnectThenSendRecv()[all …]
88 DatagramSocket ds = null; in DatagramSocket0029() local264 DatagramSocket ds = null; in DatagramSocket2028() local288 DatagramSocket ds = null; in DatagramSocket2029() local320 DatagramSocket ds = null; in DatagramSocket2030() local343 DatagramSocket ds = null; in DatagramSocket0034() local367 DatagramSocket ds = null; in DatagramSocket0035() local
52 Supplier<DoubleStream> ds = () -> DoubleStream.iterate(0.0, e -> 0.0).limit(10); in testZeroAverageOfNonEmptyStream() local77 Supplier<DoubleStream> ds = () -> DoubleStream.iterate(base, e -> increment).limit(count); in testForCompenstation() local125 Supplier<DoubleStream> ds = testCase.getKey(); in testNonfiniteSum() local
40 DatagramSocket ds = new DatagramSocket(); in testInitialState() local62 DatagramSocket ds = new DatagramSocket(); in testStateAfterClose() local204 try (DatagramSocket ds = new DatagramSocket(); in testAddressSameIfUnchanged()
52 DatagramSocket ds = new DatagramSocket(0); in TestQuickAck()
54 DatagramSocket ds = new DatagramSocket(0); in testTcpKeepAlive()
124 protected final Iterator<Path> iterator(DirectoryStream<Path> ds) { in iterator()
48 private final UnixDirectoryStream ds; field in UnixSecureDirectoryStream
49 try (DatagramSocket ds = new DatagramSocket(0); in test_read_intoReadOnlyByteArrays()
1497 DecimalStyle ds = locale.getUnicodeLocaleType("nu") != null ? in localizedBy() local