Home
last modified time | relevance | path

Searched refs:gotSocket (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/channels/
DOldServerSocketChannelTest.java80 ServerSocket gotSocket = this.serverChannel.socket(); in test_accept_Block_NoConnect_interrupt() local
81 gotSocket.bind(null); in test_accept_Block_NoConnect_interrupt()
DOldSocketChannelTest.java171 Socket gotSocket = this.channel1.socket(); in testChannelBasicStatus() local
172 assertFalse(gotSocket.isClosed()); in testChannelBasicStatus()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DServerSocketChannelTest.java321 ServerSocket gotSocket = this.serverChannel.socket(); in testChannelBasicStatus() local
322 assertFalse(gotSocket.isClosed()); in testChannelBasicStatus()
699 ServerSocket gotSocket = serverChannel.socket(); in test_socket_accept_Blocking_NotBound() local
702 gotSocket.accept(); in test_socket_accept_Blocking_NotBound()
708 gotSocket.accept(); in test_socket_accept_Blocking_NotBound()
719 ServerSocket gotSocket = serverChannel.socket(); in test_socket_accept_Nonblocking_NotBound() local
722 gotSocket.accept(); in test_socket_accept_Nonblocking_NotBound()
728 gotSocket.accept(); in test_socket_accept_Nonblocking_NotBound()
741 ServerSocket gotSocket = serverChannel.socket(); in test_socket_accept_Nonblocking_Bound() local
743 gotSocket.accept(); in test_socket_accept_Nonblocking_Bound()
[all …]