Home
last modified time | relevance | path

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

/external/glide/library/src/main/java/com/bumptech/glide/load/resource/file/
DFileToStreamDecoder.java23 public FileToStreamDecoder(ResourceDecoder<InputStream, T> streamDecoder) { in FileToStreamDecoder()
28 FileToStreamDecoder(ResourceDecoder<InputStream, T> streamDecoder, FileOpener fileOpener) { in FileToStreamDecoder()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DIToken.cs90 ICharStream InputStream { property
DClassicToken.cs148 public ICharStream InputStream { property in Antlr.Runtime.ClassicToken
DCommonToken.cs187 public ICharStream InputStream { property in Antlr.Runtime.CommonToken
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DIToken.cs100 ICharStream InputStream property
DClassicToken.cs178 public ICharStream InputStream property in Antlr.Runtime.ClassicToken
DCommonToken.cs218 public ICharStream InputStream property in Antlr.Runtime.CommonToken
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/io/
DInputStream.java19 public abstract class InputStream implements Closeable { class
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DImageVideoDataLoadProvider.java26 public ImageVideoDataLoadProvider(DataLoadProvider<InputStream, Bitmap> streamBitmapProvider, in ImageVideoDataLoadProvider()
DImageVideoBitmapDecoder.java25 public ImageVideoBitmapDecoder(ResourceDecoder<InputStream, Bitmap> streamDecoder, in ImageVideoBitmapDecoder()
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/
DImageVideoGifDrawableLoadProvider.java29 DataLoadProvider<InputStream, GifDrawable> gifProvider, BitmapPool bitmapPool) { in ImageVideoGifDrawableLoadProvider()
DGifBitmapWrapperResourceDecoder.java37 ResourceDecoder<InputStream, GifDrawable> gifDecoder, BitmapPool bitmapPool) { in GifBitmapWrapperResourceDecoder()
43ResourceDecoder<InputStream, GifDrawable> gifDecoder, BitmapPool bitmapPool, ImageTypeParser parse… in GifBitmapWrapperResourceDecoder()
/external/glide/library/src/main/java/com/bumptech/glide/
DGifRequestBuilder.java39 GifRequestBuilder(LoadProvider<ModelType, InputStream, GifDrawable, GifDrawable> loadProvider, in GifRequestBuilder() argument
104 ResourceDecoder<InputStream, GifDrawable> decoder) { in decoder()
DBitmapRequestBuilder.java200 …public BitmapRequestBuilder<ModelType, TranscodeType> imageDecoder(ResourceDecoder<InputStream, Bi… in imageDecoder()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DRemoteDebugEventSocketListener.cs158 public ICharStream InputStream { property in Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyToken
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DRemoteDebugEventSocketListener.cs188 public ICharStream InputStream property in Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyToken
/external/antlr/antlr-3.4/runtime/Python/antlr3/
Dstreams.py594 InputStream = ANTLRInputStream variable
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas646 property InputStream: ICharStream read GetInputStream write SetInputStream; property
681 property InputStream: ICharStream read GetInputStream write SetInputStream; property