| /libcore/ojluni/src/main/java/java/sql/ | 
| D | SQLData.java | 113   void readSQL (SQLInput stream, String typeName) throws SQLException;  in readSQL()136   void writeSQL (SQLOutput stream) throws SQLException;  in writeSQL()
 
 | 
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/ | 
| D | BrokenInputStream.java | 29     private InputStream stream;  field in BrokenInputStream33     public BrokenInputStream(InputStream stream, int offset) {  in BrokenInputStream()
 
 | 
| /libcore/ojluni/src/main/java/java/security/ | 
| D | Certificate.java | 113     public abstract void encode(OutputStream stream)  in encode()133     public abstract void decode(InputStream stream)  in decode()
 
 | 
| D | KeyStoreSpi.java | 296     public abstract void engineStore(OutputStream stream, char[] password)  in engineStore()350     public abstract void engineLoad(InputStream stream, char[] password)  in engineLoad()
 386     void engineLoad(InputStream stream, KeyStore.LoadStoreParameter param)  in engineLoad()
 635     public boolean engineProbe(InputStream stream) throws IOException {  in engineProbe()
 
 | 
| /libcore/ojluni/src/test/java/lang/StackWalker/ | 
| D | StackStreamState.java | 74         Stream<StackFrame> stream = walker.walk(s -> {  in testLocal()  local79     void checkStreamState(Stream<StackFrame> stream) {  in checkStreamState()
 
 | 
| /libcore/support/src/test/java/org/apache/harmony/security/tests/support/ | 
| D | CertificateStub.java | 55     public void decode(InputStream stream) throws KeyException,  in decode()65     public void encode(OutputStream stream) throws KeyException,  in encode()
 
 | 
| /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ | 
| D | CipherInputStreamTest.java | 37         CipherInputStream stream = new CipherInputStream(null, new NullCipher());  in testReadBII()  local
 | 
| /libcore/luni/src/main/native/ | 
| D | ZipUtilities.h | 30     z_stream stream;  variable
 | 
| /libcore/ojluni/src/main/java/java/util/stream/ | 
| D | StreamSupport.java | 67     public static <T> Stream<T> stream(Spliterator<T> spliterator, boolean parallel) {  in stream()  method in StreamSupport107     public static <T> Stream<T> stream(Supplier<? extends Spliterator<T>> supplier,  in stream()  method in StreamSupport
 
 | 
| /libcore/ojluni/src/main/java/java/nio/file/ | 
| D | FileTreeWalker.java | 70         private final DirectoryStream<Path> stream;  field in FileTreeWalker.DirectoryNode74         DirectoryNode(Path dir, Object key, DirectoryStream<Path> stream) {  in DirectoryNode()
 89         DirectoryStream<Path> stream() {  in stream()  method in FileTreeWalker.DirectoryNode
 298         DirectoryStream<Path> stream = null;  in visit()  local
 
 | 
| /libcore/ojluni/src/test/java/security/KeyStore/ | 
| D | ProbeKeystores.java | 101         try (OutputStream stream = new FileOutputStream(file)) {  in init()113         try (OutputStream stream = new FileOutputStream(file)) {  in init()
 177         try (InputStream stream = new FileInputStream(file)) {  in load()
 
 | 
| D | KeyStoreBuilder.java | 162         public void engineStore(OutputStream stream, char[] password) {  in engineStore()165         public void engineLoad(InputStream stream, char[] password) throws IOException {  in engineLoad()
 171         public void engineLoad(InputStream stream, char[] pw) throws IOException {  in engineLoad()
 
 | 
| /libcore/ojluni/src/main/java/com/sun/security/cert/internal/x509/ | 
| D | X509V1CertImpl.java | 304     private synchronized void writeObject(ObjectOutputStream stream)  in writeObject()313     private synchronized void readObject(ObjectInputStream stream)  in readObject()
 
 | 
| /libcore/ojluni/src/main/java/sun/nio/fs/ | 
| D | UnixDirectoryStream.java | 145         private final DirectoryStream<Path> stream;  field in UnixDirectoryStream.UnixDirectoryIterator153         UnixDirectoryIterator(DirectoryStream<Path> stream) {  in UnixDirectoryIterator()
 
 | 
| /libcore/luni/src/test/java/libcore/java/util/zip/ | 
| D | OldAndroidZipStressTest.java | 86             InputStream stream = zip.getInputStream(entry);  in testZipStressManifest()  local105                 InputStream stream = zip.getInputStream(entries.nextElement());  in testZipStressAllFiles()  local
 
 | 
| /libcore/luni/src/test/java/libcore/java/util/stream/ | 
| D | LongStreamTest.java | 41             LongStream stream = LongStream.of(sourceArray);  in ofArraysWithDifferentSizes()  local
 | 
| /libcore/ojluni/annotations/hiddenapi/java/nio/file/ | 
| D | FileTreeWalker.java | 106                 java.nio.file.DirectoryStream<java.nio.file.Path> stream) {  in DirectoryNode()118         java.nio.file.DirectoryStream<java.nio.file.Path> stream() {  in stream()  method in FileTreeWalker.DirectoryNode
 154         private final java.nio.file.DirectoryStream<java.nio.file.Path> stream;  field in FileTreeWalker.DirectoryNode
 
 | 
| /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/ | 
| D | GroupByOpTest.java | 74             Stream<Integer> stream = group.stream();  in testBypassCollect()  local90             Stream<Integer> stream = group.stream();  in testGroupBy()  local
 
 | 
| /libcore/ojluni/annotations/hiddenapi/sun/security/x509/ | 
| D | X509Key.java | 105     private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException {  in writeObject()109     private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException {  in readObject()
 
 | 
| /libcore/ojluni/src/test/java/lang/String/ | 
| D | Indent.java | 67                         Stream<String> stream = input.lines();  in testIndent()  local
 | 
| /libcore/ojluni/src/main/java/java/util/ | 
| D | PropertyResourceBundle.java | 136     public PropertyResourceBundle (InputStream stream) throws IOException {  in PropertyResourceBundle()
 | 
| /libcore/support/src/test/java/tests/support/ | 
| D | Support_Xml.java | 35         ByteArrayInputStream stream = new ByteArrayInputStream(xml.getBytes());  in domOf()  local
 | 
| /libcore/ojluni/src/main/native/ | 
| D | System.c | 109 System_setIn0(JNIEnv *env, jclass cla, jobject stream)  in System_setIn0()119 System_setOut0(JNIEnv *env, jclass cla, jobject stream)  in System_setOut0()
 129 System_setErr0(JNIEnv *env, jclass cla, jobject stream)  in System_setErr0()
 
 | 
| /libcore/ojluni/src/main/java/java/net/ | 
| D | Socket.java | 405     public Socket(String host, int port, boolean stream) throws IOException {  in Socket()407         this(InetAddress.getAllByName(host), port, (SocketAddress) null, stream);  in Socket()  local
 447     public Socket(InetAddress host, int port, boolean stream) throws IOException {  in Socket()
 462             boolean stream) throws IOException {  in Socket()
 510      void createImpl(boolean stream) throws SocketException {  in createImpl()
 
 | 
| /libcore/ojluni/annotations/hiddenapi/java/net/ | 
| D | Socket.java | 67     public Socket(java.lang.String host, int port, boolean stream) throws java.io.IOException {  in Socket()72     public Socket(java.net.InetAddress host, int port, boolean stream) throws java.io.IOException {  in Socket()
 80             boolean stream)  in Socket()
 89     void createImpl(boolean stream) throws java.net.SocketException {  in createImpl()
 
 |