/external/vixl/src/aarch64/ |
D | decoder-aarch64.h | 157 void Decode(const Instruction* instr) { in Decode() function 164 void Decode(Instruction* instr) { in Decode() function 170 void Decode(T start, T end) { in Decode() function
|
/external/webrtc/webrtc/base/ |
D | base64.h | 73 static inline std::string Decode(const std::string& data, DecodeFlags flags) { in Decode() function 78 static inline bool Decode(const std::string& data, DecodeFlags flags, in Decode() function 83 static inline bool Decode(const std::string& data, DecodeFlags flags, in Decode() function
|
/external/tensorflow/tensorflow/core/framework/ |
D | variant.h | 249 bool Decode(string buf) { in Decode() function 302 bool Decode(VariantTensorData data) override { in Decode() function 308 bool Decode(string buf) override { return DecodeVariant(&buf, &value); } in Decode() function
|
/external/webrtc/webrtc/test/ |
D | fake_decoder.cc | 33 int32_t FakeDecoder::Decode(const EncodedImage& input, in Decode() function in webrtc::test::FakeDecoder 66 int32_t FakeH264Decoder::Decode(const EncodedImage& input, in Decode() function in webrtc::test::FakeH264Decoder
|
D | fake_decoder.h | 67 int32_t Decode(const EncodedImage& input, in Decode() function
|
/external/syzkaller/pkg/ifuzz/ |
D | decode.go | 14 func Decode(mode int, text []byte) (int, error) { func
|
/external/brotli/csharp/org/brotli/dec/ |
D | HuffmanTreeGroup.cs | 38 internal static void Decode(Org.Brotli.Dec.HuffmanTreeGroup group, Org.Brotli.Dec.BitReader br) in Decode() method in Org.Brotli.Dec.HuffmanTreeGroup
|
/external/tensorflow/tensorflow/core/kernels/ |
D | string_view_variant_wrapper.h | 55 bool Decode(const VariantTensorData& data) { in Decode() function
|
/external/perfetto/include/perfetto/tracing/core/ |
D | trace_packet.h | 69 bool Decode(TracePacketType* packet) const { in Decode() function
|
/external/v8/src/third_party/utf8-decoder/ |
D | utf8-decoder.h | 24 static inline void Decode(uint8_t byte, State* state, uint32_t* buffer) { in Decode() function
|
/external/grpc-grpc/src/cpp/ext/filters/census/ |
D | rpc_encoding.h | 76 static size_t Decode(absl::string_view buf, GrpcTraceContext* tc) { in Decode() function 220 static size_t Decode(absl::string_view buf, uint64_t* time) { in Decode() function
|
/external/v4l2_codec2/vda/ |
D | vp8_decoder.cc | 53 VP8Decoder::DecodeResult VP8Decoder::Decode() { in Decode() function in media::VP8Decoder
|
/external/lzma/Java/SevenZip/Compression/RangeCoder/ |
D | BitTreeDecoder.java | 19 public int Decode(Decoder rangeDecoder) throws java.io.IOException in Decode() method in BitTreeDecoder
|
/external/brotli/go/cbrotli/ |
D | reader.go | 152 func Decode(encodedData []byte) ([]byte, error) { func
|
/external/webrtc/webrtc/video/ |
D | video_decoder.cc | 85 int32_t VideoDecoderSoftwareFallbackWrapper::Decode( in Decode() function in webrtc::VideoDecoderSoftwareFallbackWrapper
|
/external/v8/src/interpreter/ |
D | bytecode-flags.cc | 74 TestTypeOfFlags::LiteralFlag TestTypeOfFlags::Decode(uint8_t raw_flag) { in Decode() function in v8::internal::interpreter::TestTypeOfFlags
|
/external/v8/src/arm64/ |
D | decoder-arm64-inl.h | 19 void Decoder<V>::Decode(Instruction *instr) { in Decode() function
|
/external/vixl/src/aarch32/ |
D | instructions-aarch32.cc | 661 uint32_t ImmediateT32::Decode(uint32_t value) { in Decode() function in vixl::aarch32::ImmediateT32 712 uint32_t ImmediateA32::Decode(uint32_t value) { in Decode() function in vixl::aarch32::ImmediateA32
|
/external/webrtc/webrtc/modules/utility/source/ |
D | coder.cc | 51 int32_t AudioCoder::Decode(AudioFrame& decodedAudio, in Decode() function in webrtc::AudioCoder
|
/external/pdfium/core/fxcodec/gif/ |
D | cfx_lzwdecompressor.cpp | 45 CFX_GifDecodeStatus CFX_LZWDecompressor::Decode(uint8_t* src_buf, in Decode() function in CFX_LZWDecompressor
|
/external/tensorflow/tensorflow/contrib/coder/kernels/ |
D | range_coder.cc | 308 int32 RangeDecoder::Decode(tensorflow::gtl::ArraySlice<int32> cdf) { in Decode() function in tensorflow::RangeDecoder
|
/external/pdfium/core/fxcodec/codec/ |
D | fx_codec_jbig.cpp | 79 FXCODEC_STATUS CCodec_Jbig2Module::Decode(CCodec_Jbig2Context* pJbig2Context, in Decode() function in CCodec_Jbig2Module
|
/external/tensorflow/tensorflow/lite/experimental/kernels/ |
D | ctc_decoder.h | 77 bool Decode(const CTCDecoder::SequenceLength& seq_len, in Decode() function
|
/external/tensorflow/tensorflow/core/util/ctc/ |
D | ctc_decoder.h | 77 Status Decode(const CTCDecoder::SequenceLength& seq_len, in Decode() function
|
/external/golang-protobuf/proto/ |
D | deprecated.go | 37 type Stats struct{ Emalloc, Dmalloc, Encode, Decode, Chit, Cmiss, Size uint64 } member
|