Home
last modified time | relevance | path

Searched defs:stream (Results 1 – 25 of 72) 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/luni/src/test/java/tests/api/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()
/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()
/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/util/jar/
DJarInputStream.java61 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/
DOpenSSLSecretKey.java124 private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException { in readObject()
130 private void writeObject(ObjectOutputStream stream) throws IOException { in writeObject()
DOpenSSLRSAPublicKey.java170 private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException { in readObject()
185 private void writeObject(ObjectOutputStream stream) throws IOException { in writeObject()
DOpenSSLDSAPublicKey.java165 private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException { in readObject()
181 private void writeObject(ObjectOutputStream stream) throws IOException { in writeObject()
DOpenSSLDSAPrivateKey.java205 private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException { in readObject()
221 private void writeObject(ObjectOutputStream stream) throws IOException { in writeObject()
DOpenSSLECPrivateKey.java152 private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException { in readObject()
163 private void writeObject(ObjectOutputStream stream) throws IOException { in writeObject()
DOpenSSLECPublicKey.java154 private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException { in readObject()
165 private void writeObject(ObjectOutputStream stream) throws IOException { in writeObject()
DTrustedCertificateKeyStoreSpi.java104 @Override public void engineStore(OutputStream stream, char[] password) { in engineStore()
108 @Override public void engineLoad(InputStream stream, char[] password) { in engineLoad()
DOpenSSLRSAPrivateKey.java248 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/
Djava_util_zip_Deflater.cpp70 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
Djava_util_zip_Inflater.cpp54 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/
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/nio/
DNioUtils.java46 public static FileChannel newFileChannel(Object stream, FileDescriptor fd, int mode) { in newFileChannel()
/libcore/luni/src/test/java/libcore/dalvik/system/
DPathClassLoaderTest.java49 FileOutputStream stream = new FileOutputStream(result); in makeTempFile() 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()

123