Home
last modified time | relevance | path

Searched refs:theInput (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/java/net/
DOldSocketTest.java601 InputStream theInput = theSocket.getInputStream(); in test_shutdownInput() local
616 assertEquals(0, theInput.available()); in test_shutdownInput()
636 InputStream theInput = theSocket.getInputStream(); in test_shutdownOutput() local
1022 InputStream theInput = theSocket.getInputStream(); in test_connectLjava_net_SocketAddress() local
1033 String receivedString = readShortString(theInput); in test_connectLjava_net_SocketAddress()
1235 InputStream theInput = theSocket.getInputStream(); in test_connectLjava_net_SocketAddressI() local
1246 String receivedString = readShortString(theInput); in test_connectLjava_net_SocketAddressI()
1332 InputStream theInput = theSocket.getInputStream(); in test_isInputShutdown() local
1362 InputStream theInput = theSocket.getInputStream(); in test_isOutputShutdown() local
1633 InputStream theInput = theSocket.getInputStream(); in test_sendUrgentDataI()
[all …]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DSocketTest.java1124 InputStream theInput = client.getInputStream(); in test_isInputShutdown() local
1148 theInput.close(); in test_isInputShutdown()
1161 InputStream theInput = client.getInputStream(); in test_isOutputShutdown() local
1185 theInput.close(); in test_isOutputShutdown()
1234 InputStream theInput = client.getInputStream(); in test_sendUrgentDataI() local
1236 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 …]