Searched defs:dc (Results 1 – 6 of 6) sorted by relevance
129 DatagramChannel dc = DatagramChannel.open(); in test_open() local140 DatagramChannel dc = createReceiverChannel(); in test_bind_null() local159 DatagramChannel dc = createReceiverChannel(); in test_joinAnySource_afterClose() local172 DatagramChannel dc = createReceiverChannel(); in test_joinAnySource_nullGroupAddress() local185 DatagramChannel dc = createReceiverChannel(); in test_joinAnySource_nullNetworkInterface() local198 DatagramChannel dc = createReceiverChannel(); in test_joinAnySource_nonMulticastGroupAddress_IPv4() local211 DatagramChannel dc = createReceiverChannel(); in test_joinAnySource_nonMulticastGroupAddress_IPv6() local261 DatagramChannel dc = createReceiverChannel(); in test_joinAnySource_processLimit() local282 DatagramChannel dc = createReceiverChannel(); in test_joinAnySource_blockLimit() local305 DatagramChannel dc = DatagramChannel.open(); in test_joinAnySource_doesNotCauseBind() local[all …]
72 DatagramChannel dc = DatagramChannel.open(); in testNonBlockingRecv() local84 DatagramChannel dc = DatagramChannel.open(); in testInitialState() local106 DatagramChannel dc = DatagramChannel.open(); in test_bind_unresolvedAddress() local128 DatagramChannel dc = DatagramChannel.open(); in test_bind_any() local160 try (DatagramChannel dc = DatagramChannel.open()) { in test_bind()170 DatagramChannel dc = DatagramChannel.open(); in test_setOption() local212 try (DatagramChannel dc = DatagramChannel.open()){ in test_bind()249 try (DatagramChannel dc = DatagramChannel.open(StandardProtocolFamily.INET)) { in test_open$java_net_ProtocolFamily()254 try (DatagramChannel dc = DatagramChannel.open(MockProtocolFamily.MOCK)) { in test_open$java_net_ProtocolFamily()258 try (DatagramChannel dc = DatagramChannel.open(StandardProtocolFamily.INET6)) { in test_open$java_net_ProtocolFamily()[all …]
106 try(DatagramChannel dc = DatagramChannel.open(StandardProtocolFamily.INET)) { in check_drop()172 try (DatagramChannel dc = DatagramChannel.open(StandardProtocolFamily.INET)) { in test_blockWithJoinWithoutSource()221 try (DatagramChannel dc = DatagramChannel.open(StandardProtocolFamily.INET)) { in test_unblockWithJoinWithoutSource()
266 final DatagramChannel dc = DatagramChannel.open(); in testSocket_BasicStatusBeforeConnect() local299 final DatagramChannel dc = DatagramChannel.open(); in testSocket_Block_BasicStatusAfterConnect() local312 final DatagramChannel dc = DatagramChannel.open(); in testSocket_NonBlock_BasicStatusAfterConnect() local707 DatagramChannel dc = DatagramChannel.open(); in testReceive_UnboundBufZero() local718 DatagramChannel dc = DatagramChannel.open(); in testReceive_UnboundBufNotEmpty() local732 DatagramChannel dc = DatagramChannel.open(); in testReceive_UnboundBufFull() local1968 DatagramChannel dc = DatagramChannel.open(); in testReadWrite_Block_WriterNotBound() local2158 DatagramChannel dc = DatagramChannel.open(); in testReadWrite_NonBlock_WriterNotBound() local2211 DatagramChannel dc = DatagramChannel.open(); in test_write_LBuffer_positioned() local2225 DatagramChannel dc = DatagramChannel.open(); in test_send_LBuffer_LSocketAddress_PositionNotZero() local[all …]
46 private final DatagramChannelImpl dc; field in DatagramSocketAdaptor52 private DatagramSocketAdaptor(DatagramChannelImpl dc) throws IOException { in DatagramSocketAdaptor()61 public static DatagramSocket create(DatagramChannelImpl dc) { in create()
119 DatagramChannel dc = DatagramChannel.open(); in testDatagramChannel() local