/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/harmony-tests/src/test/java/org/apache/harmony/tests/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()
|
D | DigestInputStream.java | 50 public DigestInputStream(InputStream stream, MessageDigest digest) { in DigestInputStream()
|
/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()
|
D | MyKeyStoreSpi.java | 129 public void engineStore(OutputStream stream, char[] password) in engineStore() 142 public void engineLoad(InputStream stream, char[] password) in engineLoad()
|
D | TestKeyStoreSpi.java | 146 public void engineLoad(InputStream stream, char[] password) in engineLoad() 227 public void engineStore(OutputStream stream, char[] password) in engineStore()
|
D | MyKeyStore.java | 178 public void engineStore(OutputStream stream, char[] password) in engineStore() 201 public void engineLoad(InputStream stream, char[] password) in engineLoad()
|
/libcore/luni/src/main/native/ |
D | ZipUtilities.h | 29 z_stream stream; variable
|
D | java_util_zip_Deflater.cpp | 72 NativeZipStream* stream = toNativeZipStream(handle); in Deflater_deflateImpl() local 112 NativeZipStream* stream = toNativeZipStream(handle); in Deflater_endImpl() local 118 NativeZipStream* stream = toNativeZipStream(handle); in Deflater_resetImpl() local 126 NativeZipStream* stream = toNativeZipStream(handle); in Deflater_setLevelsImpl() local
|
D | java_util_zip_Inflater.cpp | 56 NativeZipStream* stream = toNativeZipStream(handle); in Inflater_setFileInputImpl() local 92 NativeZipStream* stream = toNativeZipStream(handle); in Inflater_inflateImpl() local 137 NativeZipStream* stream = toNativeZipStream(handle); in Inflater_endImpl() local 147 NativeZipStream* stream = toNativeZipStream(handle); in Inflater_resetImpl() local
|
D | ZipUtilities.cpp | 24 NativeZipStream* stream) { in throwExceptionForZlibError()
|
/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/security/cert/ |
D | CertificateRevokedException.java | 127 private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException { in readObject() 143 private void writeObject(ObjectOutputStream stream) throws IOException { in writeObject()
|
/libcore/luni/src/main/java/java/util/jar/ |
D | JarInputStream.java | 68 public JarInputStream(InputStream stream, boolean verify) throws IOException { in JarInputStream() 119 public JarInputStream(InputStream stream) throws IOException { in JarInputStream()
|
/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/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()
|
/libcore/luni/src/test/java/libcore/dalvik/system/ |
D | PathClassLoaderTest.java | 49 FileOutputStream stream = new FileOutputStream(result); in makeTempFile() local
|
/libcore/luni/src/test/java/tests/targets/security/ |
D | KeyStoreTest.java | 153 ByteArrayOutputStream stream = new ByteArrayOutputStream(); in testKeyStoreCreate() local
|
/libcore/luni/src/main/java/libcore/net/ |
D | MimeUtils.java | 430 InputStream stream = getContentTypesPropertiesStream(); in applyOverrides() local
|