Searched refs:theInput (Results 1 – 2 of 2) sorted by relevance
601 InputStream theInput = theSocket.getInputStream(); in test_shutdownInput() local616 assertEquals(0, theInput.available()); in test_shutdownInput()636 InputStream theInput = theSocket.getInputStream(); in test_shutdownOutput() local1022 InputStream theInput = theSocket.getInputStream(); in test_connectLjava_net_SocketAddress() local1033 String receivedString = readShortString(theInput); in test_connectLjava_net_SocketAddress()1235 InputStream theInput = theSocket.getInputStream(); in test_connectLjava_net_SocketAddressI() local1246 String receivedString = readShortString(theInput); in test_connectLjava_net_SocketAddressI()1332 InputStream theInput = theSocket.getInputStream(); in test_isInputShutdown() local1362 InputStream theInput = theSocket.getInputStream(); in test_isOutputShutdown() local1633 InputStream theInput = theSocket.getInputStream(); in test_sendUrgentDataI()[all …]
1124 InputStream theInput = client.getInputStream(); in test_isInputShutdown() local1148 theInput.close(); in test_isInputShutdown()1161 InputStream theInput = client.getInputStream(); in test_isOutputShutdown() local1185 theInput.close(); in test_isOutputShutdown()1234 InputStream theInput = client.getInputStream(); in test_sendUrgentDataI() local1236 int bytesRead = theInput.read(myBytes, totalBytesRead, in test_sendUrgentDataI()1290 theInput = client.getInputStream(); in test_sendUrgentDataI()1292 int bytesRead = theInput.read(myBytes, totalBytesRead, in test_sendUrgentDataI()1349 theInput = client.getInputStream(); in test_sendUrgentDataI()1351 int bytesRead = theInput.read(myBytes, totalBytesRead, in test_sendUrgentDataI()[all …]