| /third_party/python/Lib/encodings/ |
| H A D | cp862.py | 14 def decode(self,input,errors='strict'): member in Codec 22 def decode(self, input, final=False): member in IncrementalDecoder
|
| H A D | cp866.py | 14 def decode(self,input,errors='strict'): member in Codec 22 def decode(self, input, final=False): member in IncrementalDecoder
|
| H A D | cp865.py | 14 def decode(self,input,errors='strict'): member in Codec 22 def decode(self, input, final=False): member in IncrementalDecoder
|
| H A D | cp861.py | 14 def decode(self,input,errors='strict'): member in Codec 22 def decode(self, input, final=False): member in IncrementalDecoder
|
| H A D | cp860.py | 14 def decode(self,input,errors='strict'): member in Codec 22 def decode(self, input, final=False): member in IncrementalDecoder
|
| H A D | cp869.py | 14 def decode(self,input,errors='strict'): member in Codec 22 def decode(self, input, final=False): member in IncrementalDecoder
|
| H A D | cp863.py | 14 def decode(self,input,errors='strict'): member in Codec 22 def decode(self, input, final=False): member in IncrementalDecoder
|
| H A D | cp874.py | 14 def decode(self,input,errors='strict'): member in Codec 22 def decode(self, input, final=False): member in IncrementalDecoder
|
| H A D | idna.py | 182 def decode(self, input, errors='strict'): member in Codec
|
| /device/soc/rockchip/rk3399/hardware/mpp/include/ |
| H A D | rk_mpi.h | 93 MPP_RET (*decode)(MppCtx ctx, MppPacket packet, MppFrame *frame); member
|
| /device/soc/rockchip/rk3568/hardware/mpp/include/ |
| H A D | rk_mpi.h | 93 MPP_RET (*decode)(MppCtx ctx, MppPacket packet, MppFrame *frame); member
|
| /device/soc/rockchip/rk3588/hardware/mpp/include/ |
| H A D | rk_mpi.h | 94 MPP_RET (*decode)(MppCtx ctx, MppPacket packet, MppFrame *frame); member
|
| /device/soc/rockchip/common/hardware/mpp/include/ |
| H A D | rk_mpi.h | 93 MPP_RET (*decode)(MppCtx ctx, MppPacket packet, MppFrame *frame); member
|
| /kernel/linux/linux-5.10/tools/power/cpupower/debug/i386/ |
| H A D | centrino-decode.c | 63 static void decode (unsigned int msr) in decode() function
|
| /kernel/linux/linux-6.6/tools/power/cpupower/debug/i386/ |
| H A D | centrino-decode.c | 63 static void decode (unsigned int msr) in decode() function
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | bitpacked_dec.c | 36 int (*decode)(AVCodecContext *avctx, AVFrame *frame, member
|
| H A D | bitpacked.c | 35 int (*decode)(AVCodecContext *avctx, AVFrame *frame, member
|
| /third_party/nghttp2/src/ |
| H A D | base64.h | 140 OutputIt decode(InputIt first, InputIt last, OutputIt d_first) { in decode() function 193 template <typename InputIt> std::string decode(InputIt first, InputIt last) { in decode() function 207 StringRef decode(BlockAllocator &balloc, InputIt first, InputIt last) { in decode() function
|
| /third_party/python/Lib/ |
| H A D | quopri.py | 117 def decode(input, output, header=False): function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
| H A D | Range.cpp | 76 void AddressRange::decode(DataExtractor &Data, uint64_t BaseAddr, in decode() function in AddressRange 93 void AddressRanges::decode(DataExtractor &Data, uint64_t BaseAddr, in decode() function in AddressRanges
|
| /third_party/ffmpeg/doc/examples/ |
| H A D | decode_video.c | 51 static void decode(AVCodecContext *dec_ctx, AVFrame *frame, AVPacket *pkt, in decode() function
|
| /third_party/ffmpeg/tests/api/ |
| H A D | api-h264-slice-test.c | 48 static int decode(AVCodecContext *dec_ctx, AVFrame *frame, in decode() function
|
| /third_party/libwebsockets/lib/misc/ |
| H A D | base64-decode.c | 48 static const char decode[] = "|$$$}rstuvwxyz{$$$$$$$>?@ABCDEFGHIJKLMNOPQRSTUVW" variable
|
| /third_party/lame/test/ |
| H A D | lametest.py | 99 decode = 0 variable 103 decode = 1 variable
|
| /third_party/python/Lib/email/ |
| H A D | _encoded_words.py | 152 def decode(ew): function [all...] |