/external/glide/library/src/main/java/com/bumptech/glide/load/resource/file/ |
D | FileToStreamDecoder.java | 23 public FileToStreamDecoder(ResourceDecoder<InputStream, T> streamDecoder) { in FileToStreamDecoder() 28 FileToStreamDecoder(ResourceDecoder<InputStream, T> streamDecoder, FileOpener fileOpener) { in FileToStreamDecoder()
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVStream.cpp | 86 SPIRVDecoder::SPIRVDecoder(std::istream &InputStream, SPIRVFunction &F) in SPIRVDecoder() 90 SPIRVDecoder::SPIRVDecoder(std::istream &InputStream, SPIRVBasicBlock &BB) in SPIRVDecoder()
|
D | SPIRVStream.h | 69 SPIRVDecoder(std::istream& InputStream, SPIRVModule& Module) in SPIRVDecoder()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | IToken.cs | 90 ICharStream InputStream { property
|
D | ClassicToken.cs | 148 public ICharStream InputStream { property in Antlr.Runtime.ClassicToken
|
D | CommonToken.cs | 187 public ICharStream InputStream { property in Antlr.Runtime.CommonToken
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | IToken.cs | 100 ICharStream InputStream property
|
D | ClassicToken.cs | 178 public ICharStream InputStream property in Antlr.Runtime.ClassicToken
|
D | CommonToken.cs | 218 public ICharStream InputStream property in Antlr.Runtime.CommonToken
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
D | ImageVideoDataLoadProvider.java | 26 public ImageVideoDataLoadProvider(DataLoadProvider<InputStream, Bitmap> streamBitmapProvider, in ImageVideoDataLoadProvider()
|
D | ImageVideoBitmapDecoder.java | 25 public ImageVideoBitmapDecoder(ResourceDecoder<InputStream, Bitmap> streamDecoder, in ImageVideoBitmapDecoder()
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/ |
D | ImageVideoGifDrawableLoadProvider.java | 29 DataLoadProvider<InputStream, GifDrawable> gifProvider, BitmapPool bitmapPool) { in ImageVideoGifDrawableLoadProvider()
|
D | GifBitmapWrapperResourceDecoder.java | 37 ResourceDecoder<InputStream, GifDrawable> gifDecoder, BitmapPool bitmapPool) { in GifBitmapWrapperResourceDecoder() 43 …ResourceDecoder<InputStream, GifDrawable> gifDecoder, BitmapPool bitmapPool, ImageTypeParser parse… in GifBitmapWrapperResourceDecoder()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceBrowserCompileServer.h | 100 llvm::QueueStreamer *InputStream = nullptr; variable
|
D | IceCompiler.cpp | 66 std::unique_ptr<llvm::DataStreamer> &&InputStream) { in run()
|
D | IceCompileServer.cpp | 234 std::unique_ptr<llvm::DataStreamer> InputStream( in run() local
|
/external/glide/library/src/main/java/com/bumptech/glide/ |
D | GifRequestBuilder.java | 39 GifRequestBuilder(LoadProvider<ModelType, InputStream, GifDrawable, GifDrawable> loadProvider, in GifRequestBuilder() argument 104 ResourceDecoder<InputStream, GifDrawable> decoder) { in decoder()
|
D | BitmapRequestBuilder.java | 200 …public BitmapRequestBuilder<ModelType, TranscodeType> imageDecoder(ResourceDecoder<InputStream, Bi… in imageDecoder()
|
/external/llvm/tools/llvm-pdbdump/fuzzer/ |
D | llvm-pdbdump-fuzzer.cpp | 52 auto InputStream = llvm::make_unique<InputByteStream>(std::move(Buff)); in LLVMFuzzerTestOneInput() local
|
/external/antlr/runtime/Cpp/include/ |
D | antlr3input.hpp | 50 class InputStream : public ImplTraits::template IntStreamType< typename ImplTraits::InputStreamTy… class
|
D | antlr3input.inl | 30 InputStream<ImplTraits>::InputStream(const ANTLR_UINT8* data, ANTLR_UINT32 encoding, ANTLR_UINT32 s… function in InputStream
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | RemoteDebugEventSocketListener.cs | 158 public ICharStream InputStream { property in Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyToken
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | RemoteDebugEventSocketListener.cs | 188 public ICharStream InputStream property in Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyToken
|
/external/brotli/js/ |
D | decode.js | 19 function InputStream(bytes) { class in BrotliDecodeClosure
|
/external/antlr/runtime/Python3/antlr3/ |
D | streams.py | 548 InputStream = ANTLRInputStream variable
|