| /external/rust/crates/idna/src/ |
| D | punycode.rs | 166 pub(crate) struct Decode<'a> { struct 174 impl<'a> Iterator for Decode<'a> { argument 202 impl<'a> ExactSizeIterator for Decode<'a> { implementation
|
| /external/webrtc/rtc_base/third_party/base64/ |
| D | base64.h | 86 static inline std::string Decode(const std::string& data, DecodeFlags flags) { in Decode() function 91 static inline bool Decode(const std::string& data, in Decode() function 97 static inline bool Decode(const std::string& data, in Decode() function
|
| /external/pigweed/pw_varint/public/pw_varint/ |
| D | varint.h | 158 inline size_t Decode(const std::span<const std::byte>& input, int64_t* value) { in Decode() function 162 inline size_t Decode(const std::span<const std::byte>& input, uint64_t* value) { in Decode() function 184 inline size_t Decode(std::span<const std::byte> input, in Decode() function
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
| D | serialization.cc | 350 void Decode(const data::GPUObjectDescriptor* fb_obj, GPUObjectDescriptor* obj) { in Decode() function 381 void Decode(const data::BufferDescriptor* fb_desc, BufferDescriptor* desc) { in Decode() function 413 void Decode(const data::Texture2DDescriptor* fb_desc, in Decode() function 443 void Decode(const data::TensorLinearDescriptor* fb_desc, in Decode() function 479 void Decode(const data::TensorDescriptor* fb_desc, TensorDescriptor* desc) { in Decode() function 494 absl::Status Decode(const data::Arguments* fb_args, Arguments* args) { in Decode() function 792 void Decode(const data::OperationDef* fb_def, OperationDef* def) { in Decode() function 806 absl::Status Decode(const data::GPUOperation* fb_op, GPUOperation* op) { in Decode() function 910 void Decode(const data::TensorDescWithId* fb_desc, TensorDescriptor* desc, in Decode() function 938 absl::Status Decode(const data::CLNode* fb_node, CLNode* node) { in Decode() function [all …]
|
| /external/webrtc/test/ |
| D | fake_decoder.cc | 49 int32_t FakeDecoder::Decode(const EncodedImage& input, in Decode() function in webrtc::test::FakeDecoder 106 int32_t FakeH264Decoder::Decode(const EncodedImage& input, in Decode() function in webrtc::test::FakeH264Decoder
|
| /external/pdfium/core/fxcodec/jbig2/ |
| D | JBig2_ArithIntDecoder.cpp | 50 bool CJBig2_ArithIntDecoder::Decode(CJBig2_ArithDecoder* pArithDecoder, in Decode() function in CJBig2_ArithIntDecoder 95 void CJBig2_ArithIaidDecoder::Decode(CJBig2_ArithDecoder* pArithDecoder, in Decode() function in CJBig2_ArithIaidDecoder
|
| D | JBig2_ArithDecoder.cpp | 66 int CJBig2_ArithDecoder::Decode(JBig2ArithCtx* pCX) { in Decode() function in CJBig2_ArithDecoder
|
| /external/vixl/src/aarch64/ |
| D | decoder-aarch64.cc | 38 void Decoder::Decode(const Instruction* instr) { in Decode() function in vixl::aarch64::Decoder 47 void Decoder::Decode(Instruction* instr) { in Decode() function in vixl::aarch64::Decoder 465 void CompiledDecodeNode::Decode(const Instruction* instr) const { in Decode() function in vixl::aarch64::CompiledDecodeNode
|
| /external/tensorflow/tensorflow/core/framework/ |
| D | extension_type_variant.cc | 33 bool ExtensionTypeVariant::Decode(const VariantTensorData& data) { in Decode() function in tensorflow::ExtensionTypeVariant
|
| D | variant.h | 290 bool Decode(std::string buf) { in Decode() function 370 bool Decode(VariantTensorData data) final { in Decode() function 376 bool Decode(std::string buf) final { return DecodeVariant(&buf, &value); } in Decode() function
|
| D | shared_ptr_variant.h | 67 bool Decode(const VariantTensorData&) { in Decode() function
|
| /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/webrtc/modules/video_coding/ |
| D | video_receiver.cc | 175 int32_t VideoReceiver::Decode(uint16_t maxWaitTimeMs) { in Decode() function in webrtc::vcm::VideoReceiver 240 int32_t VideoReceiver::Decode(const VCMEncodedFrame& frame) { in Decode() function in webrtc::vcm::VideoReceiver
|
| D | video_receiver2.cc | 85 int32_t VideoReceiver2::Decode(const VCMEncodedFrame* frame) { in Decode() function in webrtc::VideoReceiver2
|
| /external/openscreen/util/ |
| D | base64.cc | 36 bool Decode(absl::string_view input, std::string* output) { in Decode() function
|
| /external/pdfium/third_party/base/allocator/partition_allocator/ |
| D | partition_freelist_entry.h | 58 ALWAYS_INLINE static PartitionFreelistEntry* Decode( in Decode() function
|
| /external/pigweed/pw_base64/public/pw_base64/ |
| D | base64.h | 112 inline size_t Decode(std::string_view base64, void* output) { in Decode() function
|
| /external/webrtc/api/audio_codecs/ |
| D | audio_decoder.cc | 37 absl::optional<DecodeResult> Decode( in Decode() function in webrtc::__anon58a508a30111::OldStyleEncodedFrame 83 int AudioDecoder::Decode(const uint8_t* encoded, in Decode() function in webrtc::AudioDecoder
|
| /external/webrtc/modules/audio_coding/codecs/opus/ |
| D | audio_coder_opus_common.h | 60 absl::optional<DecodeResult> Decode( in Decode() function
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | ragged_tensor_variant.cc | 43 bool RaggedTensorVariant::Decode(const VariantTensorData& data) { in Decode() function in tensorflow::RaggedTensorVariant
|
| D | tensor_map.cc | 69 bool TensorMap::Decode(const VariantTensorData& data) { in Decode() function in tensorflow::TensorMap
|
| /external/pigweed/pw_rpc/nanopb/ |
| D | nanopb_common.cc | 47 bool NanopbMethodSerde::Decode(NanopbMessageDescriptor fields, in Decode() function in pw::rpc::internal::NanopbMethodSerde
|
| /external/libgav1/libgav1/tests/fuzzer/ |
| D | decoder_fuzzer.cc | 39 void Decode(const uint8_t* const data, const size_t size, 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/rust/crates/grpcio-sys/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
|