Home
last modified time | relevance | path

Searched defs:stream (Results 1 – 25 of 69) sorted by relevance

123

/libcore/luni/src/main/java/java/io/
DPipedOutputStream.java66 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/
DSQLData.java90 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/
DBrokenInputStream.java29 private InputStream stream; field in BrokenInputStream
33 public BrokenInputStream(InputStream stream, int offset) { in BrokenInputStream()
/libcore/luni/src/main/java/java/security/
DCertificate.java50 public void decode(InputStream stream) throws KeyException, IOException; in decode()
65 public void encode(OutputStream stream) throws KeyException, IOException; in encode()
DDigestOutputStream.java47 public DigestOutputStream(OutputStream stream, MessageDigest digest) { in DigestOutputStream()
DDigestInputStream.java50 public DigestInputStream(InputStream stream, MessageDigest digest) { in DigestInputStream()
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
DCertificateStub.java55 public void decode(InputStream stream) throws KeyException, in decode()
65 public void encode(OutputStream stream) throws KeyException, in encode()
DMyKeyStoreSpi.java129 public void engineStore(OutputStream stream, char[] password) in engineStore()
142 public void engineLoad(InputStream stream, char[] password) in engineLoad()
DTestKeyStoreSpi.java146 public void engineLoad(InputStream stream, char[] password) in engineLoad()
227 public void engineStore(OutputStream stream, char[] password) in engineStore()
DMyKeyStore.java178 public void engineStore(OutputStream stream, char[] password) in engineStore()
201 public void engineLoad(InputStream stream, char[] password) in engineLoad()
/libcore/luni/src/main/native/
DZipUtilities.h29 z_stream stream; variable
Djava_util_zip_Deflater.cpp72 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
Djava_util_zip_Inflater.cpp56 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
DZipUtilities.cpp24 NativeZipStream* stream) { in throwExceptionForZlibError()
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DCipherInputStreamTest.java37 CipherInputStream stream = new CipherInputStream(null, new NullCipher()); in testReadBII() local
/libcore/luni/src/main/java/java/security/cert/
DCertificateRevokedException.java127 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/
DJarInputStream.java68 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/
DOldAndroidZipStressTest.java86 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/
DHashSet.java186 private void writeObject(ObjectOutputStream stream) throws IOException { in writeObject()
197 private void readObject(ObjectInputStream stream) throws IOException, in readObject()
DPropertyResourceBundle.java47 public PropertyResourceBundle(InputStream stream) throws IOException { in PropertyResourceBundle()
/libcore/support/src/test/java/tests/support/
DSupport_Xml.java35 ByteArrayInputStream stream = new ByteArrayInputStream(xml.getBytes()); in domOf() local
/libcore/luni/src/main/java/java/net/
DInet6Address.java253 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/
DPathClassLoaderTest.java49 FileOutputStream stream = new FileOutputStream(result); in makeTempFile() local
/libcore/luni/src/test/java/tests/targets/security/
DKeyStoreTest.java153 ByteArrayOutputStream stream = new ByteArrayOutputStream(); in testKeyStoreCreate() local
/libcore/luni/src/main/java/libcore/net/
DMimeUtils.java430 InputStream stream = getContentTypesPropertiesStream(); in applyOverrides() local

123