| /external/rust/crates/idna/src/ |
| D | punycode.rs | 171 pub(crate) struct Decode<'a> { struct 179 impl<'a> Iterator for Decode<'a> { argument 207 impl<'a> ExactSizeIterator for Decode<'a> { implementation
|
| /external/pigweed/pw_bluetooth_hci/ |
| D | packet.cc | 37 std::optional<CommandPacket> CommandPacket::Decode(ConstByteSpan data, in Decode() function in pw::bluetooth_hci::CommandPacket 65 std::optional<AsyncDataPacket> AsyncDataPacket::Decode(ConstByteSpan data, in Decode() function in pw::bluetooth_hci::AsyncDataPacket 93 std::optional<SyncDataPacket> SyncDataPacket::Decode(ConstByteSpan data, in Decode() function in pw::bluetooth_hci::SyncDataPacket 120 std::optional<EventPacket> EventPacket::Decode(ConstByteSpan data) { in Decode() function in pw::bluetooth_hci::EventPacket
|
| /external/webrtc/rtc_base/third_party/base64/ |
| D | base64.h | 87 static inline std::string Decode(absl::string_view data, DecodeFlags flags) { in Decode() function 92 static inline bool Decode(absl::string_view data, in Decode() function 98 static inline bool Decode(absl::string_view data, in Decode() function
|
| /external/rust/crates/tonic/src/server/ |
| D | grpc.rs | 227 S: UnaryService<T::Decode, Response = T::Encode>, in unary() 270 S: ServerStreamingService<T::Decode, Response = T::Encode>, in server_streaming() 311 S: ClientStreamingService<T::Decode, Response = T::Encode>, in client_streaming() 344 S: StreamingService<T::Decode, Response = T::Encode> + Send, in streaming() 369 ) -> Result<Request<T::Decode>, Status> in map_request_unary() 404 ) -> Result<Request<Streaming<T::Decode>>, Status> in map_request_streaming()
|
| /external/webrtc/test/ |
| D | fake_decoder.cc | 43 int32_t FakeDecoder::Decode(const EncodedImage& input, in Decode() function in webrtc::test::FakeDecoder 105 int32_t FakeH264Decoder::Decode(const EncodedImage& input, in Decode() function in webrtc::test::FakeH264Decoder
|
| /external/liblc3/include/ |
| D | lc3_cpp.h | 268 int Decode(const uint8_t *in, int block_size, int16_t *pcm) { in Decode() function 272 int Decode(const uint8_t *in, int block_size, int32_t *pcm) { in Decode() function 276 int Decode(const uint8_t *in, int block_size, float *pcm) { in Decode() function 280 int Decode(const uint8_t *in, int block_size, PcmFormat fmt, void *pcm) { in Decode() function
|
| /external/mesa3d/src/asahi/lib/tests/ |
| D | test-packing.cpp | 48 TEST(LODClamp, Decode) in TEST() argument 70 TEST(Groups, Decode) in TEST() argument
|
| /external/pigweed/pw_varint/public/pw_varint/ |
| D | varint.h | 292 inline size_t Decode(const span<const std::byte>& input, int64_t* output) { in Decode() function 300 inline size_t Decode(const span<const std::byte>& input, uint64_t* value) { in Decode() function 321 inline size_t Decode(span<const std::byte> input, in Decode() function
|
| /external/pdfium/core/fxcodec/jbig2/ |
| D | JBig2_ArithIntDecoder.cpp | 52 bool CJBig2_ArithIntDecoder::Decode(CJBig2_ArithDecoder* pArithDecoder, in Decode() function in CJBig2_ArithIntDecoder 96 void CJBig2_ArithIaidDecoder::Decode(CJBig2_ArithDecoder* pArithDecoder, in Decode() function in CJBig2_ArithIaidDecoder
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/common/task/ |
| D | serialization_base.cc | 344 void Decode(const data::GPUObjectDescriptor* fb_obj, GPUObjectDescriptor* obj) { in Decode() function 376 void Decode(const data::BufferDescriptor* fb_desc, BufferDescriptor* desc) { in Decode() function 419 void Decode(const data::TensorDescriptor* fb_desc, TensorDescriptor* desc) { in Decode() function 436 absl::Status Decode(const data::Arguments* fb_args, Arguments* args) { in Decode() function 635 void Decode(const data::OperationDef* fb_def, OperationDef* def) { in Decode() function 649 absl::Status Decode(const data::GPUOperation* fb_op, GPUOperation* op) { in Decode() function
|
| /external/rust/crates/der/src/ |
| D | decode.rs | 19 pub trait Decode<'a>: Sized { interface
|
| /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 498 void CompiledDecodeNode::Decode(const Instruction* instr) const { in Decode() function in vixl::aarch64::CompiledDecodeNode
|
| /external/pigweed/pw_rpc_transport/public/pw_rpc_transport/ |
| D | hdlc_framing.h | 90 Status Decode(ConstByteSpan buffer, OnRpcPacketDecodedCallback&& callback) { in Decode() function
|
| D | rpc_transport.h | 80 Status Decode(ConstByteSpan buffer, OnRpcPacketDecodedCallback&& callback) { in Decode() function
|
| /external/cronet/net/third_party/quiche/src/quiche/http2/hpack/decoder/ |
| D | hpack_block_decoder.cc | 15 DecodeStatus HpackBlockDecoder::Decode(DecodeBuffer* db) { in Decode() function in http2::HpackBlockDecoder
|
| /external/rust/crates/tonic/src/client/ |
| D | grpc.rs | 215 C: Codec<Encode = M1, Decode = M2>, in unary() argument 235 C: Codec<Encode = M1, Decode = M2>, in client_streaming() argument 271 C: Codec<Encode = M1, Decode = M2>, in server_streaming() argument 291 C: Codec<Encode = M1, Decode = M2>, in streaming() argument
|
| /external/webrtc/modules/video_coding/ |
| D | video_receiver.cc | 151 int32_t VideoReceiver::Decode(uint16_t maxWaitTimeMs) { in Decode() function in webrtc::vcm::VideoReceiver 210 int32_t VideoReceiver::Decode(const VCMEncodedFrame& frame) { in Decode() function in webrtc::vcm::VideoReceiver
|
| /external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/ |
| D | qpack_decoder_stream_receiver.cc | 21 void QpackDecoderStreamReceiver::Decode(absl::string_view data) { in Decode() function in quic::QpackDecoderStreamReceiver
|
| D | qpack_encoder_stream_receiver.cc | 22 void QpackEncoderStreamReceiver::Decode(absl::string_view data) { in Decode() function in quic::QpackEncoderStreamReceiver
|
| /external/cronet/net/extras/preload_data/ |
| D | decoder.cc | 149 bool PreloadDecoder::HuffmanDecoder::Decode(PreloadDecoder::BitReader* reader, in Decode() function in net::extras::PreloadDecoder::HuffmanDecoder 186 bool PreloadDecoder::Decode(const std::string& search, bool* out_found) { in Decode() function in net::extras::PreloadDecoder
|
| /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/framework/ |
| D | variant.h | 293 bool Decode(std::string buf) { in Decode() function 373 bool Decode(VariantTensorData data) final { in Decode() function 379 bool Decode(std::string buf) final { return DecodeVariant(&buf, &value); } in Decode() function
|
| /external/openscreen/util/ |
| D | base64.cc | 40 bool Decode(absl::string_view input, std::vector<uint8_t>* output) { in Decode() function
|
| /external/pigweed/pw_bluetooth_sapphire/host/l2cap/ |
| D | bredr_command_handler.cc | 29 bool BrEdrCommandHandler::ConnectionResponse::Decode( in Decode() function in bt::l2cap::internal::BrEdrCommandHandler::ConnectionResponse 41 bool BrEdrCommandHandler::ConfigurationResponse::Decode( in Decode() function in bt::l2cap::internal::BrEdrCommandHandler::ConfigurationResponse 59 bool BrEdrCommandHandler::InformationResponse::Decode( in Decode() function in bt::l2cap::internal::BrEdrCommandHandler::InformationResponse
|
| /external/grpc-grpc/test/core/transport/binder/ |
| D | transport_stream_receiver_test.cc | 34 std::pair<StreamIdentifier, int> Decode(const T& /*data*/) { in Decode() function 40 std::pair<StreamIdentifier, int> Decode<std::string>(const std::string& data) { in Decode() function 50 std::pair<StreamIdentifier, int> Decode<Metadata>(const Metadata& data) { in Decode() function
|