/external/guava/guava/src/com/google/common/io/ |
D | ByteSink.java | 70 public abstract OutputStream openStream() throws IOException; in openStream() method in ByteSink 162 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 434 public Reader openStream() throws IOException { in openStream() method in ByteSource.AsCharSource 460 public InputStream openStream() throws IOException { in openStream() method in ByteSource.SlicedByteSource 514 public InputStream openStream() { in openStream() method in ByteSource.ByteArrayByteSource 598 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 352 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 | 86 public InputStream openStream() throws IOException { in openStream() method in Resources.UrlByteSource
|
D | Files.java | 126 public FileInputStream openStream() throws IOException { in openStream() method in Files.FileByteSource 201 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/guava/guava-tests/test/com/google/common/io/ |
D | TestCharSource.java | 54 public Reader openStream() throws IOException { in openStream() method in TestCharSource
|
D | TestByteSink.java | 57 public OutputStream openStream() throws IOException { in openStream() method in TestByteSink
|
D | TestByteSource.java | 57 public InputStream openStream() throws IOException { in openStream() method in TestByteSource
|
D | TestCharSink.java | 59 public Writer openStream() throws IOException { in openStream() method in TestCharSink
|
/external/jmonkeyengine/engine/src/core/com/jme3/asset/ |
D | AssetInfo.java | 75 public abstract InputStream openStream(); in openStream() method in AssetInfo
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/ |
D | ZipLocator.java | 61 public InputStream openStream(){ in openStream() method in ZipLocator.JarAssetInfo
|
D | UrlAssetInfo.java | 48 public InputStream openStream() { in openStream() method in UrlAssetInfo
|
D | FileLocator.java | 71 public InputStream openStream() { in openStream() method in FileLocator.AssetInfoFile
|
/external/jmonkeyengine/engine/src/android/com/jme3/asset/plugins/ |
D | AndroidLocator.java | 28 public InputStream openStream() { in openStream() method in AndroidLocator.AndroidAssetInfo
|
/external/skia/src/ports/ |
D | SkFontConfigInterface_direct.cpp | 556 SkStreamAsset* SkFontConfigInterfaceDirect::openStream(const FontIdentity& identity) { in openStream() function in SkFontConfigInterfaceDirect
|
/external/skia/src/core/ |
D | SkTypeface.cpp | 212 SkStreamAsset* SkTypeface::openStream(int* ttcIndex) const { in openStream() function in SkTypeface
|