Searched refs:getOutputStream (Results 1 - 25 of 39) sorted by relevance

12

/libcore/luni/src/main/java/java/lang/
H A DProcess.java51 * OutputStream out = process.getOutputStream();
102 public abstract OutputStream getOutputStream(); method in class:Process
/libcore/luni/src/test/java/libcore/java/net/
H A DOldUnixSocketTest.java46 OutputStream clientOut = pingClient.getOutputStream();
51 OutputStream out = worker.getOutputStream();
107 OutputStream o = socket.getOutputStream();
H A DSocketTest.java159 @Override protected OutputStream getOutputStream() throws IOException { return null; }
236 OutputStream out = socket.getOutputStream();
267 socket.getOutputStream().write(data);
306 OutputStream out = socket.getOutputStream();
H A DOldSocketTest.java186 s.getOutputStream();
273 // java.net.Socket.getOutputStream()
274 int sport = startServer("SServer getOutputStream");
276 java.io.OutputStream os = s.getOutputStream();
282 OutputStream o = s.getOutputStream();
293 o = s.getOutputStream();
597 OutputStream theOutput = servSock.getOutputStream();
632 OutputStream theOutput = servSock.getOutputStream();
1054 OutputStream theOutput = servSock.getOutputStream();
1056 OutputStream theOutput2 = theSocket.getOutputStream();
2230 protected OutputStream getOutputStream() throws IOException { method in class:OldSocketTest.MockSocketImpl
[all...]
H A DOldSocketImplFactoryTest.java158 protected OutputStream getOutputStream() throws IOException { method in class:OldSocketImplFactoryTest.MockSocketImpl
H A DURLConnectionTest.java351 OutputStream out = connection.getOutputStream();
371 OutputStream out = connection.getOutputStream();
421 OutputStream out = conn.getOutputStream();
1141 OutputStream outputStream = urlConnection.getOutputStream();
1175 OutputStream outputStream = connection.getOutputStream();
1315 OutputStream outputStream = connection.getOutputStream();
1351 OutputStream outputStream = connection.getOutputStream();
1619 OutputStream outputStream = connection.getOutputStream();
1749 urlConnection.getOutputStream().write("ABC".getBytes("UTF-8"));
1860 OutputStream out = connection.getOutputStream();
[all...]
/libcore/luni/src/main/java/javax/xml/transform/stream/
H A DStreamResult.java110 public OutputStream getOutputStream() { method in class:StreamResult
/libcore/luni/src/test/java/libcore/sqlite/
H A DOldBlobTest.java61 OutputStream out = testBlob.getOutputStream();
89 OutputStream os = blob.getOutputStream();
113 OutputStream out = testBlob.getOutputStream();
/libcore/luni/src/main/java/java/net/
H A DSocketImpl.java187 protected abstract OutputStream getOutputStream() throws IOException; method in class:SocketImpl
H A DPlainSocketImpl.java248 @Override protected synchronized OutputStream getOutputStream() throws IOException { method in class:PlainSocketImpl
433 getOutputStream().write(request.getBytes(), 0, request.getLength());
H A DSocket.java381 public OutputStream getOutputStream() throws IOException { method in class:Socket
386 return impl.getOutputStream();
/libcore/luni/src/main/java/java/util/logging/
H A DSocketHandler.java126 super.internalSetOutputStream(new BufferedOutputStream(this.socket.getOutputStream()));
/libcore/luni/src/test/java/tests/api/java/lang/
H A DProcess2Test.java35 * java.lang.Process#getOutputStream()
44 assertNotNull(p.getOutputStream());
H A DProcessTest.java54 OutputStream os = p.getOutputStream();
83 p.getOutputStream().close();
/libcore/benchmarks/src/benchmarks/regression/
H A DSSLSocketBenchmark.java97 OutputStream out = s.getOutputStream();
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
H A DHttpURLConnectionTest.java97 socket.getOutputStream().write((
112 socket.getOutputStream().write((
161 * org.apache.harmony.luni.internal.net.www.http.getOutputStream()
179 c.getOutputStream();
/libcore/luni/src/main/java/libcore/net/url/
H A DFtpURLConnection.java222 ctrlOutput = controlSocket.getOutputStream();
292 * @see #getOutputStream()
337 public OutputStream getOutputStream() throws IOException { method in class:FtpURLConnection
341 return dataSocket.getOutputStream();
/libcore/luni/src/test/java/libcore/java/lang/
H A DProcessBuilderTest.java61 OutputStream out = process.getOutputStream();
/libcore/luni/src/test/java/libcore/javax/net/
H A DServerSocketFactoryTest.java68 s.getOutputStream().write(data);
/libcore/crypto/src/main/java/org/conscrypt/
H A DSSLSocketWrapper.java49 output = socket.getOutputStream();
H A DSSLSocketImpl.java196 output = super.getOutputStream();
504 * @see javax.net.ssl.SSLSocket#getOutputStream()
508 public OutputStream getOutputStream() throws IOException { method in class:SSLSocketImpl
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
H A DURLConnectionTest.java294 = new OutputStreamWriter(connection.getOutputStream());
575 uc.getOutputStream();
582 uc2.getOutputStream();
861 .getOutputStream()), posted.getBytes().length);
877 fileURLCon.getOutputStream();
884 uc2.getOutputStream();
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java922 socket.getOutputStream().close();
948 OutputStream os = peerSocket.getOutputStream();
986 os = peerSocket.getOutputStream();
1015 os = peerSocket.getOutputStream();
1085 connection.getOutputStream().write(clientsData.getBytes());
/libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
H A DServerSocketChannelTest.java347 OutputStream out = socket.getOutputStream();
369 OutputStream out = clientSocket.getOutputStream();
480 OutputStream out = socket.getOutputStream();
/libcore/luni/src/test/java/tests/api/javax/net/ssl/
H A DHandshakeCompletedEventTest.java438 OutputStream ostream = clientSocket.getOutputStream();
501 OutputStream ostream = socket.getOutputStream();

Completed in 643 milliseconds

12