Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DProcess.java95 public abstract OutputStream getOutputStream(); in getOutputStream() method in Process
/libcore/luni/src/main/java/javax/xml/transform/stream/
DStreamResult.java110 public OutputStream getOutputStream() { in getOutputStream() method in StreamResult
/libcore/ojluni/src/main/java/sun/nio/ch/
DFileDescriptorHolderSocketImpl.java97 protected OutputStream getOutputStream() throws IOException { in getOutputStream() method in FileDescriptorHolderSocketImpl
DSocketAdaptor.java261 public OutputStream getOutputStream() throws IOException { in getOutputStream() method in SocketAdaptor
/libcore/luni/src/test/java/libcore/java/net/
DOldSocketImplFactoryTest.java158 protected OutputStream getOutputStream() throws IOException { in getOutputStream() method in OldSocketImplFactoryTest.MockSocketImpl
DOldServerSocketTest.java356 protected OutputStream getOutputStream() throws IOException { in getOutputStream() method in OldServerSocketTest.MockSocketImpl
DSocketTest.java214 @Override protected OutputStream getOutputStream() throws IOException { return null; } in test_SocketOptions_setOption() method in SocketTest.MySocketImpl
DOldSocketTest.java2104 protected OutputStream getOutputStream() throws IOException { in getOutputStream() method in OldSocketTest.MockSocketImpl
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DSocketImplTest.java122 protected OutputStream getOutputStream() throws IOException { in getOutputStream() method in SocketImplTest.MockSocketImpl
DServerSocketTest.java952 protected OutputStream getOutputStream() throws IOException { in getOutputStream() method in ServerSocketTest.MockSocketImpl
/libcore/ojluni/src/main/java/java/net/
DSocketImpl.java160 protected abstract OutputStream getOutputStream() throws IOException; in getOutputStream() method in SocketImpl
DAbstractPlainSocketImpl.java444 protected synchronized OutputStream getOutputStream() throws IOException { in getOutputStream() method in AbstractPlainSocketImpl
DSocket.java968 public OutputStream getOutputStream() throws IOException { in getOutputStream() method in Socket
DURLConnection.java831 public OutputStream getOutputStream() throws IOException { in getOutputStream() method in URLConnection
/libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/
DFtpURLConnection.java524 public OutputStream getOutputStream() throws IOException { in getOutputStream() method in FtpURLConnection