Home
last modified time | relevance | path

Searched refs:getOutputStream (Results 1 – 25 of 54) sorted by relevance

123

/libcore/luni/src/test/java/libcore/java/net/
DOldUnixSocketTest.java51 OutputStream clientOut = pingClient.getOutputStream(); in test_getInputStream()
56 OutputStream out = worker.getOutputStream(); in test_getInputStream()
112 OutputStream o = socket.getOutputStream(); in test_getOutputStream()
DOldSocketTest.java195 s.getOutputStream(); in test_close()
286 java.io.OutputStream os = s.getOutputStream(); in test_getOutputStream()
293 OutputStream o = s.getOutputStream()) { in test_getOutputStream()
303 OutputStream o = s.getOutputStream()) { in test_getOutputStream()
602 OutputStream theOutput = servSock.getOutputStream(); in test_shutdownInput()
637 OutputStream theOutput = servSock.getOutputStream(); in test_shutdownOutput()
1023 OutputStream theOutput = servSock.getOutputStream(); in test_connectLjava_net_SocketAddress()
1025 OutputStream theOutput2 = theSocket.getOutputStream(); in test_connectLjava_net_SocketAddress()
1236 OutputStream theOutput = servSock.getOutputStream(); in test_connectLjava_net_SocketAddressI()
1238 OutputStream theOutput2 = theSocket.getOutputStream(); in test_connectLjava_net_SocketAddressI()
[all …]
DSocketTest.java213 @Override protected OutputStream getOutputStream() throws IOException { return null; } in test_SocketOptions_setOption() method in SocketTest.MySocketImpl
299 OutputStream out = socket.getOutputStream(); in testWriteAfterClose()
330 socket.getOutputStream().write(data); in assertAvailableReturnsZeroAfterSocketReadsAllData()
512 OutputStream out = socket.getOutputStream(); in enqueue()
DOldSocketImplFactoryTest.java158 protected OutputStream getOutputStream() throws IOException { in getOutputStream() method in OldSocketImplFactoryTest.MockSocketImpl
DSocketTimeoutTest.java126 sock.getOutputStream().write(new byte[actualSize + 1]); in testSocketWriteNeverTimeouts()
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
DHttpURLConnectionTest.java95 socket.getOutputStream().write(( in run()
110 socket.getOutputStream().write(( in run()
177 c.getOutputStream(); in testGetOutputStream()
/libcore/ojluni/src/main/java/java/lang/
DProcess.java95 public abstract OutputStream getOutputStream(); in getOutputStream() method in Process
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DSocketTest.java268 client.getOutputStream(); in test_close()
801 OutputStream os = client.getOutputStream(); in test_getOutputStream()
842 OutputStream out = pingClient.getOutputStream(); in test_getOutputStream()
879 s.getOutputStream(); in test_getOutputStream()
1125 OutputStream theOutput = worker.getOutputStream(); in test_isInputShutdown()
1162 OutputStream theOutput = worker.getOutputStream(); in test_isOutputShutdown()
1218 OutputStream theOutput = worker.getOutputStream(); in test_sendUrgentDataI()
1271 theOutput = worker.getOutputStream(); in test_sendUrgentDataI()
1328 theOutput = worker.getOutputStream(); in test_sendUrgentDataI()
1564 OutputStream theOutput = worker.getOutputStream(); in test_shutdownInput()
[all …]
DSocketImplTest.java122 protected OutputStream getOutputStream() throws IOException { in getOutputStream() method in SocketImplTest.MockSocketImpl
/libcore/luni/src/main/java/javax/xml/transform/stream/
DStreamResult.java110 public OutputStream getOutputStream() { in getOutputStream() method in StreamResult
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DProcess2Test.java37 assertNotNull(p.getOutputStream()); in test_streams()
DProcessTest.java58 OutputStream os = p.getOutputStream(); in test_getOutputStream()
87 p.getOutputStream().close(); in test_getErrorStream()
/libcore/ojluni/src/main/java/sun/nio/ch/
DFileDescriptorHolderSocketImpl.java97 protected OutputStream getOutputStream() throws IOException { in getOutputStream() method in FileDescriptorHolderSocketImpl
/libcore/benchmarks/src/benchmarks/regression/
DSSLSocketBenchmark.java84 OutputStream out = s.getOutputStream(); in time()
/libcore/ojluni/src/test/java/net/Socket/
DShutdownInput.java72 OutputStream os = s1.getOutputStream(); in test()
/libcore/ojluni/src/main/java/java/util/logging/
DSocketHandler.java175 OutputStream out = sock.getOutputStream(); in connect()
/libcore/luni/src/test/java/libcore/java/lang/
DProcessBuilderTest.java203 process.getOutputStream().close(); // no process input in testRedirectPipe_error()
220 assertNullOutputStream(process.getOutputStream()); in testRedirect_nullStreams()
249 OutputStream out = process.getOutputStream(); in testDestroyClosesEverything()
479 try (OutputStream outputStream = process.getOutputStream()) { in checkProcessExecution()
/libcore/ojluni/annotations/mmodule/java/net/
DSocketImpl.annotated.java53 protected abstract java.io.OutputStream getOutputStream() throws java.io.IOException; in getOutputStream() method in SocketImpl
/libcore/ojluni/annotations/hiddenapi/java/lang/
DUNIXProcess.java71 public java.io.OutputStream getOutputStream() { in getOutputStream() method in UNIXProcess
/libcore/luni/src/test/java/libcore/libcore/net/
DNetworkSecurityPolicyTest.java262 client.getOutputStream().write(replyOnConnect); in CapturingServerSocket()
263 client.getOutputStream().flush(); in CapturingServerSocket()
/libcore/luni/src/test/java/libcore/javax/net/
DServerSocketFactoryTest.java72 s.getOutputStream().write(data); in testSocket()
/libcore/ojluni/annotations/hiddenapi/java/net/
DSocketImpl.java56 protected abstract java.io.OutputStream getOutputStream() throws java.io.IOException; in getOutputStream() method in SocketImpl
/libcore/ojluni/src/main/java/sun/net/ftp/impl/
DFtpClient.java932 out = new PrintStream(new BufferedOutputStream(server.getOutputStream()), in tryConnect()
1341 return new sun.net.TelnetOutputStream(s.getOutputStream(), bm); in putFileStream()
1367 OutputStream remote = createOutputStream(s.getOutputStream()); in putFile()
1395 OutputStream remote = createOutputStream(s.getOutputStream()); in appendFile()
1651 out = new PrintStream(new BufferedOutputStream(server.getOutputStream()), in reInit()
2087 out = new PrintStream(new BufferedOutputStream(server.getOutputStream()), in startSecureSession()
2121 out = new PrintStream(new BufferedOutputStream(server.getOutputStream()), in endSecureSession()
/libcore/luni/src/test/java/libcore/java/nio/channels/
DAsynchronousSocketChannelTest.java285 sss.getOutputStream().write(sendData.array(), sendData.arrayOffset(), messageSize); in test_futureReadWrite()
337 sss.getOutputStream().write(sendData.array(), sendData.arrayOffset(), messageSize); in test_completionHandlerReadWrite()
398 sss.getOutputStream().write(sendData1.array(), sendData1.arrayOffset(), messageSize); in test_scatterReadWrite()
399 sss.getOutputStream().write(sendData2.array(), sendData2.arrayOffset(), messageSize); in test_scatterReadWrite()
793 sss.getOutputStream().write(sendData.array()); in test_shutdown()
/libcore/ojluni/src/main/java/java/net/
DSocketImpl.java160 protected abstract OutputStream getOutputStream() throws IOException; in getOutputStream() method in SocketImpl

123