/external/guava/guava/src/com/google/common/io/ |
D | ByteSink.java | 70 public abstract OutputStream openStream() throws IOException; in openStream() method in ByteSink 147 public Writer openStream() throws IOException { in openStream() method in ByteSink.AsCharSink
|
D | ByteSource.java | 84 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
|
D | CharSource.java | 80 public abstract Reader openStream() throws IOException; in openStream() method in CharSource 337 public Reader openStream() { in openStream() method in CharSource.CharSequenceCharSource
|
D | CharSink.java | 64 public abstract Writer openStream() throws IOException; in openStream() method in CharSink
|
D | Resources.java | 71 public InputStream openStream() throws IOException { in openStream() method in Resources.UrlByteSource
|
D | Files.java | 124 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/ |
D | ClassPathEntry.java | 25 InputStream openStream() throws IOException; in openStream() method
|
D | ClassPathIterator.java | 171 public InputStream openStream() throws IOException { in next() method in ClassPathIterator.ZipIterator
|
/external/skia/src/ports/ |
D | SkFontConfigInterface_direct_google3.cpp | 26 SkStreamAsset* SkFontConfigInterfaceDirectGoogle3::openStream(const FontIdentity& identity) { in openStream() function in SkFontConfigInterfaceDirectGoogle3
|
D | SkFontConfigInterface_direct.cpp | 534 SkStreamAsset* SkFontConfigInterfaceDirect::openStream(const FontIdentity& identity) { in openStream() function in SkFontConfigInterfaceDirect
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | TestCharSource.java | 49 public Reader openStream() throws IOException { in openStream() method in TestCharSource
|
D | TestByteSource.java | 57 public InputStream openStream() throws IOException { in openStream() method in TestByteSource
|
D | TestByteSink.java | 57 public OutputStream openStream() throws IOException { in openStream() method in TestByteSink
|
D | TestCharSink.java | 54 public Writer openStream() throws IOException { in openStream() method in TestCharSink
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/ |
D | inputstream.py | 213 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/ |
D | JavaWriter.java | 186 @Override public Writer openStream() throws IOException { in file() method
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
D | ArbitraryInstances.java | 459 @Override public OutputStream openStream() { in openStream() method in ArbitraryInstances.NullByteSink
|
/external/skia/src/core/ |
D | SkTypeface.cpp | 218 SkStreamAsset* SkTypeface::openStream(int* ttcIndex) const { in openStream() function in SkTypeface
|