/libcore/ojluni/src/main/java/java/lang/ |
D | Process.java | 95 public abstract OutputStream getOutputStream(); in getOutputStream() method in Process
|
/libcore/luni/src/main/java/javax/xml/transform/stream/ |
D | StreamResult.java | 110 public OutputStream getOutputStream() { in getOutputStream() method in StreamResult
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | FileDescriptorHolderSocketImpl.java | 97 protected OutputStream getOutputStream() throws IOException { in getOutputStream() method in FileDescriptorHolderSocketImpl
|
D | SocketAdaptor.java | 263 public OutputStream getOutputStream() throws IOException { in getOutputStream() method in SocketAdaptor
|
/libcore/ojluni/annotations/mmodule/java/net/ |
D | SocketImpl.annotated.java | 53 protected abstract java.io.OutputStream getOutputStream() throws java.io.IOException; in getOutputStream() method in SocketImpl
|
D | Socket.annotated.java | 80 public java.io.OutputStream getOutputStream() throws java.io.IOException { throw new RuntimeExcepti… in getOutputStream() method in Socket
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | OldSocketImplFactoryTest.java | 158 protected OutputStream getOutputStream() throws IOException { in getOutputStream() method in OldSocketImplFactoryTest.MockSocketImpl
|
D | OldServerSocketTest.java | 356 protected OutputStream getOutputStream() throws IOException { in getOutputStream() method in OldServerSocketTest.MockSocketImpl
|
D | SocketTest.java | 213 @Override protected OutputStream getOutputStream() throws IOException { return null; } in test_SocketOptions_setOption() method in SocketTest.MySocketImpl
|
D | OldSocketTest.java | 2116 protected OutputStream getOutputStream() throws IOException { in getOutputStream() method in OldSocketTest.MockSocketImpl
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | SocketImplTest.java | 122 protected OutputStream getOutputStream() throws IOException { in getOutputStream() method in SocketImplTest.MockSocketImpl
|
D | ServerSocketTest.java | 952 protected OutputStream getOutputStream() throws IOException { in getOutputStream() method in ServerSocketTest.MockSocketImpl
|
/libcore/ojluni/src/main/java/java/net/ |
D | SocketImpl.java | 160 protected abstract OutputStream getOutputStream() throws IOException; in getOutputStream() method in SocketImpl
|
D | AbstractPlainSocketImpl.java | 479 protected synchronized OutputStream getOutputStream() throws IOException { in getOutputStream() method in AbstractPlainSocketImpl
|
D | Socket.java | 973 public OutputStream getOutputStream() throws IOException { in getOutputStream() method in Socket
|
D | URLConnection.java | 870 public OutputStream getOutputStream() throws IOException { in getOutputStream() method in URLConnection
|
/libcore/ojluni/annotations/hiddenapi/java/net/ |
D | SocketImpl.java | 56 protected abstract java.io.OutputStream getOutputStream() throws java.io.IOException; in getOutputStream() method in SocketImpl
|
D | Socket.java | 169 public java.io.OutputStream getOutputStream() throws java.io.IOException { in getOutputStream() method in Socket
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | UNIXProcess.java | 71 public java.io.OutputStream getOutputStream() { in getOutputStream() method in UNIXProcess
|
/libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/ |
D | FtpURLConnection.java | 540 public OutputStream getOutputStream() throws IOException { in getOutputStream() method in FtpURLConnection
|