/libcore/luni/src/main/java/java/io/ |
D | PipedOutputStream.java | 66 PipedInputStream stream = target; in close() local 82 public void connect(PipedInputStream stream) throws IOException { in connect() 107 PipedInputStream stream = target; in flush() local 172 PipedInputStream stream = target; in write() local
|
/libcore/luni/src/main/java/java/sql/ |
D | SQLData.java | 90 public void readSQL(SQLInput stream, String typeName) throws SQLException; in readSQL() 113 public void writeSQL(SQLOutput stream) throws SQLException; in writeSQL()
|
/libcore/luni/src/test/java/tests/api/org/xml/sax/support/ |
D | BrokenInputStream.java | 29 private InputStream stream; field in BrokenInputStream 33 public BrokenInputStream(InputStream stream, int offset) { in BrokenInputStream()
|
/libcore/luni/src/main/java/java/security/ |
D | Certificate.java | 50 public void decode(InputStream stream) throws KeyException, IOException; in decode() 65 public void encode(OutputStream stream) throws KeyException, IOException; in encode()
|
D | DigestOutputStream.java | 47 public DigestOutputStream(OutputStream stream, MessageDigest digest) { in DigestOutputStream()
|
/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/java/java/util/jar/ |
D | JarInputStream.java | 61 public JarInputStream(InputStream stream, boolean verify) throws IOException { in JarInputStream() 106 public JarInputStream(InputStream stream) throws IOException { in JarInputStream()
|
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
D | OpenSSLSecretKey.java | 124 private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException { in readObject() 130 private void writeObject(ObjectOutputStream stream) throws IOException { in writeObject()
|
D | OpenSSLRSAPublicKey.java | 170 private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException { in readObject() 185 private void writeObject(ObjectOutputStream stream) throws IOException { in writeObject()
|
D | OpenSSLDSAPublicKey.java | 165 private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException { in readObject() 181 private void writeObject(ObjectOutputStream stream) throws IOException { in writeObject()
|
D | OpenSSLDSAPrivateKey.java | 205 private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException { in readObject() 221 private void writeObject(ObjectOutputStream stream) throws IOException { in writeObject()
|
D | OpenSSLECPrivateKey.java | 152 private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException { in readObject() 163 private void writeObject(ObjectOutputStream stream) throws IOException { in writeObject()
|
D | OpenSSLECPublicKey.java | 154 private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException { in readObject() 165 private void writeObject(ObjectOutputStream stream) throws IOException { in writeObject()
|
D | TrustedCertificateKeyStoreSpi.java | 104 @Override public void engineStore(OutputStream stream, char[] password) { in engineStore() 108 @Override public void engineLoad(InputStream stream, char[] password) { in engineLoad()
|
D | OpenSSLRSAPrivateKey.java | 248 private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException { in readObject() 263 private void writeObject(ObjectOutputStream stream) throws IOException { in writeObject()
|
/libcore/luni/src/main/native/ |
D | java_util_zip_Deflater.cpp | 70 NativeZipStream* stream = toNativeZipStream(handle); in Deflater_deflateImpl() local 110 NativeZipStream* stream = toNativeZipStream(handle); in Deflater_endImpl() local 116 NativeZipStream* stream = toNativeZipStream(handle); in Deflater_resetImpl() local 124 NativeZipStream* stream = toNativeZipStream(handle); in Deflater_setLevelsImpl() local
|
D | java_util_zip_Inflater.cpp | 54 NativeZipStream* stream = toNativeZipStream(handle); in Inflater_setFileInputImpl() local 90 NativeZipStream* stream = toNativeZipStream(handle); in Inflater_inflateImpl() local 135 NativeZipStream* stream = toNativeZipStream(handle); in Inflater_endImpl() local
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
D | OldAndroidZipStressTest.java | 86 InputStream stream = zip.getInputStream(entry); in testZipStressManifest() local 105 InputStream stream = zip.getInputStream(entries.nextElement()); in testZipStressAllFiles() local
|
/libcore/luni/src/main/java/java/util/ |
D | HashSet.java | 186 private void writeObject(ObjectOutputStream stream) throws IOException { in writeObject() 197 private void readObject(ObjectInputStream stream) throws IOException, in readObject()
|
D | PropertyResourceBundle.java | 47 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/luni/src/main/java/java/nio/ |
D | NioUtils.java | 46 public static FileChannel newFileChannel(Object stream, FileDescriptor fd, int mode) { in newFileChannel()
|
/libcore/luni/src/test/java/libcore/dalvik/system/ |
D | PathClassLoaderTest.java | 49 FileOutputStream stream = new FileOutputStream(result); in makeTempFile() local
|
/libcore/luni/src/main/java/java/net/ |
D | Inet6Address.java | 253 private void writeObject(ObjectOutputStream stream) throws IOException { in writeObject() 268 private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException { in readObject()
|