Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/net/
DOldSocketTest.java1025 OutputStream theOutput2 = theSocket.getOutputStream(); in test_connectLjava_net_SocketAddress() local
1039 theOutput2.write(sendString.getBytes()); in test_connectLjava_net_SocketAddress()
1040 theOutput2.flush(); in test_connectLjava_net_SocketAddress()
1238 OutputStream theOutput2 = theSocket.getOutputStream(); in test_connectLjava_net_SocketAddressI() local
1252 theOutput2.write(sendString.getBytes()); in test_connectLjava_net_SocketAddressI()
1253 theOutput2.flush(); in test_connectLjava_net_SocketAddressI()