Home
last modified time | relevance | path

Searched defs:dc (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/channels/
DDatagramChannelMulticastTest.java129 DatagramChannel dc = DatagramChannel.open(); in test_open() local
140 DatagramChannel dc = createReceiverChannel(); in test_bind_null() local
159 DatagramChannel dc = createReceiverChannel(); in test_joinAnySource_afterClose() local
172 DatagramChannel dc = createReceiverChannel(); in test_joinAnySource_nullGroupAddress() local
185 DatagramChannel dc = createReceiverChannel(); in test_joinAnySource_nullNetworkInterface() local
198 DatagramChannel dc = createReceiverChannel(); in test_joinAnySource_nonMulticastGroupAddress_IPv4() local
211 DatagramChannel dc = createReceiverChannel(); in test_joinAnySource_nonMulticastGroupAddress_IPv6() local
261 DatagramChannel dc = createReceiverChannel(); in test_joinAnySource_processLimit() local
282 DatagramChannel dc = createReceiverChannel(); in test_joinAnySource_blockLimit() local
305 DatagramChannel dc = DatagramChannel.open(); in test_joinAnySource_doesNotCauseBind() local
[all …]
DDatagramChannelTest.java72 DatagramChannel dc = DatagramChannel.open(); in testNonBlockingRecv() local
84 DatagramChannel dc = DatagramChannel.open(); in testInitialState() local
106 DatagramChannel dc = DatagramChannel.open(); in test_bind_unresolvedAddress() local
128 DatagramChannel dc = DatagramChannel.open(); in test_bind_any() local
160 try (DatagramChannel dc = DatagramChannel.open()) { in test_bind()
170 DatagramChannel dc = DatagramChannel.open(); in test_setOption() local
212 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 …]
DMembershipKeyTest.java106 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()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DDatagramChannelTest.java266 final DatagramChannel dc = DatagramChannel.open(); in testSocket_BasicStatusBeforeConnect() local
299 final DatagramChannel dc = DatagramChannel.open(); in testSocket_Block_BasicStatusAfterConnect() local
312 final DatagramChannel dc = DatagramChannel.open(); in testSocket_NonBlock_BasicStatusAfterConnect() local
707 DatagramChannel dc = DatagramChannel.open(); in testReceive_UnboundBufZero() local
718 DatagramChannel dc = DatagramChannel.open(); in testReceive_UnboundBufNotEmpty() local
732 DatagramChannel dc = DatagramChannel.open(); in testReceive_UnboundBufFull() local
1968 DatagramChannel dc = DatagramChannel.open(); in testReadWrite_Block_WriterNotBound() local
2158 DatagramChannel dc = DatagramChannel.open(); in testReadWrite_NonBlock_WriterNotBound() local
2211 DatagramChannel dc = DatagramChannel.open(); in test_write_LBuffer_positioned() local
2225 DatagramChannel dc = DatagramChannel.open(); in test_send_LBuffer_LSocketAddress_PositionNotZero() local
[all …]
/libcore/ojluni/src/main/java/sun/nio/ch/
DDatagramSocketAdaptor.java46 private final DatagramChannelImpl dc; field in DatagramSocketAdaptor
52 private DatagramSocketAdaptor(DatagramChannelImpl dc) throws IOException { in DatagramSocketAdaptor()
61 public static DatagramSocket create(DatagramChannelImpl dc) { in create()
/libcore/luni/src/test/java/libcore/dalvik/system/
DSocketTaggingTest.java119 DatagramChannel dc = DatagramChannel.open(); in testDatagramChannel() local