Home
last modified time | relevance | path

Searched defs:openStream (Results 1 – 18 of 18) sorted by relevance

/external/guava/guava/src/com/google/common/io/
DByteSink.java70 public abstract OutputStream openStream() throws IOException; in openStream() method in ByteSink
147 public Writer openStream() throws IOException { in openStream() method in ByteSink.AsCharSink
DByteSource.java84 public abstract InputStream openStream() throws IOException; in openStream() method in ByteSource
419 public Reader openStream() throws IOException { in openStream() method in ByteSource.AsCharSource
445 public InputStream openStream() throws IOException { in openStream() method in ByteSource.SlicedByteSource
499 public InputStream openStream() { in openStream() method in ByteSource.ByteArrayByteSource
583 public InputStream openStream() throws IOException { in openStream() method in ByteSource.ConcatenatedByteSource
DCharSource.java80 public abstract Reader openStream() throws IOException; in openStream() method in CharSource
337 public Reader openStream() { in openStream() method in CharSource.CharSequenceCharSource
DCharSink.java64 public abstract Writer openStream() throws IOException; in openStream() method in CharSink
DResources.java71 public InputStream openStream() throws IOException { in openStream() method in Resources.UrlByteSource
DFiles.java124 public FileInputStream openStream() throws IOException { in openStream() method in Files.FileByteSource
199 public FileOutputStream openStream() throws IOException { in openStream() method in Files.FileByteSink
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
DClassPathEntry.java25 InputStream openStream() throws IOException; in openStream() method
DClassPathIterator.java171 public InputStream openStream() throws IOException { in next() method in ClassPathIterator.ZipIterator
/external/skia/src/ports/
DSkFontConfigInterface_direct_google3.cpp26 SkStreamAsset* SkFontConfigInterfaceDirectGoogle3::openStream(const FontIdentity& identity) { in openStream() function in SkFontConfigInterfaceDirectGoogle3
DSkFontConfigInterface_direct.cpp534 SkStreamAsset* SkFontConfigInterfaceDirect::openStream(const FontIdentity& identity) { in openStream() function in SkFontConfigInterfaceDirect
/external/guava/guava-tests/test/com/google/common/io/
DTestCharSource.java49 public Reader openStream() throws IOException { in openStream() method in TestCharSource
DTestByteSource.java57 public InputStream openStream() throws IOException { in openStream() method in TestByteSource
DTestByteSink.java57 public OutputStream openStream() throws IOException { in openStream() method in TestByteSink
DTestCharSink.java54 public Writer openStream() throws IOException { in openStream() method in TestCharSink
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/
Dinputstream.py213 def openStream(self, source): member in HTMLUnicodeInputStream
443 def openStream(self, source): member in HTMLBinaryInputStream
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
DJavaWriter.java186 @Override public Writer openStream() throws IOException { in file() method
/external/guava/guava-testlib/src/com/google/common/testing/
DArbitraryInstances.java459 @Override public OutputStream openStream() { in openStream() method in ArbitraryInstances.NullByteSink
/external/skia/src/core/
DSkTypeface.cpp218 SkStreamAsset* SkTypeface::openStream(int* ttcIndex) const { in openStream() function in SkTypeface