Home
last modified time | relevance | path

Searched defs:getOutputStream (Results 1 – 15 of 15) sorted by relevance

/libcore/luni/src/main/java/java/lang/
DProcess.java102 public abstract OutputStream getOutputStream(); in getOutputStream() method in Process
DProcessManager.java289 public OutputStream getOutputStream() { in getOutputStream() method in ProcessManager.ProcessImpl
/libcore/luni/src/main/java/javax/xml/transform/stream/
DStreamResult.java110 public OutputStream getOutputStream() { in getOutputStream() method in StreamResult
/libcore/luni/src/test/java/libcore/java/net/
DOldSocketImplFactoryTest.java158 protected OutputStream getOutputStream() throws IOException { in getOutputStream() method in OldSocketImplFactoryTest.MockSocketImpl
DOldServerSocketTest.java365 protected OutputStream getOutputStream() throws IOException { in getOutputStream() method in OldServerSocketTest.MockSocketImpl
DSocketTest.java192 @Override protected OutputStream getOutputStream() throws IOException { return null; } in test_SocketOptions_setOption() method in SocketTest.MySocketImpl
DOldSocketTest.java2233 protected OutputStream getOutputStream() throws IOException { in getOutputStream() method in OldSocketTest.MockSocketImpl
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DSocketImplTest.java116 protected OutputStream getOutputStream() throws IOException { in getOutputStream() method in SocketImplTest.MockSocketImpl
DServerSocketTest.java910 protected OutputStream getOutputStream() throws IOException { in getOutputStream() method in ServerSocketTest.MockSocketImpl
/libcore/luni/src/main/java/java/net/
DSocketImpl.java187 protected abstract OutputStream getOutputStream() throws IOException; in getOutputStream() method in SocketImpl
DURLConnection.java613 public OutputStream getOutputStream() throws IOException { in getOutputStream() method in URLConnection
DPlainSocketImpl.java245 @Override protected synchronized OutputStream getOutputStream() throws IOException { in getOutputStream() method in PlainSocketImpl
DSocket.java405 public OutputStream getOutputStream() throws IOException { in getOutputStream() method in Socket
/libcore/luni/src/main/java/libcore/net/url/
DFtpURLConnection.java344 public OutputStream getOutputStream() throws IOException { in getOutputStream() method in FtpURLConnection
/libcore/luni/src/main/java/java/nio/
DSocketChannelImpl.java565 public OutputStream getOutputStream() throws IOException { in getOutputStream() method in SocketChannelImpl.SocketAdapter