Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/net/
DOldSocketTest.java608 String sendString = new String("Test"); in test_shutdownInput() local
609 theOutput.write(sendString.getBytes()); in test_shutdownInput()
643 String sendString = new String("Test"); in test_shutdownOutput() local
645 theOutput.write(sendString.getBytes()); in test_shutdownOutput()
1027 String sendString = new String("Test"); in test_connectLjava_net_SocketAddress() local
1028 theOutput.write(sendString.getBytes()); in test_connectLjava_net_SocketAddress()
1035 + receivedString + ":" + sendString, receivedString in test_connectLjava_net_SocketAddress()
1036 .equals(sendString)); in test_connectLjava_net_SocketAddress()
1038 sendString = new String("SEND - Test"); in test_connectLjava_net_SocketAddress()
1039 theOutput2.write(sendString.getBytes()); in test_connectLjava_net_SocketAddress()
[all …]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DSocketTest.java1570 String sendString = "Test"; in test_shutdownInput() local
1571 theOutput.write(sendString.getBytes()); in test_shutdownInput()
1610 String sendString = "Test"; in test_shutdownOutput() local
1612 theOutput.write(sendString.getBytes()); in test_shutdownOutput()