Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/net/
DOldSocketTest.java602 OutputStream theOutput = servSock.getOutputStream(); in test_shutdownInput() local
609 theOutput.write(sendString.getBytes()); in test_shutdownInput()
610 theOutput.flush(); in test_shutdownInput()
637 OutputStream theOutput = servSock.getOutputStream(); in test_shutdownOutput() local
645 theOutput.write(sendString.getBytes()); in test_shutdownOutput()
646 theOutput.flush(); in test_shutdownOutput()
1023 OutputStream theOutput = servSock.getOutputStream(); in test_connectLjava_net_SocketAddress() local
1028 theOutput.write(sendString.getBytes()); in test_connectLjava_net_SocketAddress()
1029 theOutput.flush(); in test_connectLjava_net_SocketAddress()
1236 OutputStream theOutput = servSock.getOutputStream(); in test_connectLjava_net_SocketAddressI() local
[all …]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DSocketTest.java1125 OutputStream theOutput = worker.getOutputStream(); in test_isInputShutdown() local
1149 theOutput.close(); in test_isInputShutdown()
1162 OutputStream theOutput = worker.getOutputStream(); in test_isOutputShutdown() local
1186 theOutput.close(); in test_isOutputShutdown()
1218 OutputStream theOutput = worker.getOutputStream(); in test_sendUrgentDataI() local
1222 theOutput.write(sendBytes); in test_sendUrgentDataI()
1223 theOutput.flush(); in test_sendUrgentDataI()
1227 theOutput.write(sendBytes); in test_sendUrgentDataI()
1271 theOutput = worker.getOutputStream(); in test_sendUrgentDataI()
1275 theOutput.write(sendBytes); in test_sendUrgentDataI()
[all …]