Home
last modified time | relevance | path

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

1234

/libcore/ojluni/src/main/java/java/sql/
DSQLData.java113 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/
DBrokenInputStream.java29 private InputStream stream; field in BrokenInputStream
33 public BrokenInputStream(InputStream stream, int offset) { in BrokenInputStream()
/libcore/ojluni/src/main/java/java/security/
DCertificate.java113 public abstract void encode(OutputStream stream) in encode()
133 public abstract void decode(InputStream stream) in decode()
DDigestOutputStream.java72 public DigestOutputStream(OutputStream stream, MessageDigest digest) { in DigestOutputStream()
DDigestInputStream.java84 public DigestInputStream(InputStream stream, MessageDigest digest) { in DigestInputStream()
DKeyStoreSpi.java295 public abstract void engineStore(OutputStream stream, char[] password) in engineStore()
349 public abstract void engineLoad(InputStream stream, char[] password) in engineLoad()
/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/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/native/
DZipUtilities.h30 z_stream stream; variable
DZipUtilities.cpp25 NativeZipStream* stream) { in throwExceptionForZlibError()
/libcore/ojluni/src/main/java/java/util/stream/
DStreamSupport.java67 public static <T> Stream<T> stream(Spliterator<T> spliterator, boolean parallel) { in stream() method in StreamSupport
107 public static <T> Stream<T> stream(Supplier<? extends Spliterator<T>> supplier, in stream() method in StreamSupport
/libcore/ojluni/src/main/java/java/nio/file/
DFileTreeWalker.java70 private final DirectoryStream<Path> stream; field in FileTreeWalker.DirectoryNode
74 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/main/java/com/sun/security/cert/internal/x509/
DX509V1CertImpl.java304 private synchronized void writeObject(ObjectOutputStream stream) in writeObject()
313 private synchronized void readObject(ObjectInputStream stream) in readObject()
/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/ojluni/src/main/java/sun/nio/fs/
DUnixDirectoryStream.java145 private final DirectoryStream<Path> stream; field in UnixDirectoryStream.UnixDirectoryIterator
153 UnixDirectoryIterator(DirectoryStream<Path> stream) { in UnixDirectoryIterator()
/libcore/support/src/test/java/tests/support/
DSupport_Xml.java35 ByteArrayInputStream stream = new ByteArrayInputStream(xml.getBytes()); in domOf() local
/libcore/ojluni/src/main/java/java/util/
DPropertyResourceBundle.java136 public PropertyResourceBundle (InputStream stream) throws IOException { in PropertyResourceBundle()
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DGroupByOpTest.java74 Stream<Integer> stream = group.stream(); in testBypassCollect() local
90 Stream<Integer> stream = group.stream(); in testGroupBy() local
/libcore/ojluni/src/main/native/
DSystem.c110 System_setIn0(JNIEnv *env, jclass cla, jobject stream) in System_setIn0()
120 System_setOut0(JNIEnv *env, jclass cla, jobject stream) in System_setOut0()
130 System_setErr0(JNIEnv *env, jclass cla, jobject stream) in System_setErr0()
/libcore/ojluni/src/main/java/java/net/
DSocket.java376 public Socket(String host, int port, boolean stream) throws IOException { in Socket()
377 this(InetAddress.getAllByName(host), port, (SocketAddress) null, stream); in Socket() local
417 public Socket(InetAddress host, int port, boolean stream) throws IOException { in Socket()
432 boolean stream) throws IOException { in Socket()
480 void createImpl(boolean stream) throws SocketException { in createImpl()
/libcore/ojluni/src/test/java/security/cert/
DAKISerialNumberTest.java145 ByteArrayInputStream stream = new ByteArrayInputStream(bytes); in getCertFromMimeEncoding() local
/libcore/luni/src/test/java/tests/targets/security/
DKeyStoreTest.java153 ByteArrayOutputStream stream = new ByteArrayOutputStream(); in testKeyStoreCreate() local

1234