Home
last modified time | relevance | path

Searched defs:decode (Results 151 - 175 of 320) sorted by relevance

12345678910>>...13

/third_party/python/Lib/encodings/
H A Dpunycode.py204 def decode(self, input, errors='strict'): member in Codec
215 def decode(self, input, final=False): member in IncrementalDecoder
H A Dzlib_codec.py24 def decode(self, input, errors='strict'): member in Codec
49 def decode(self, input, final=False): member in IncrementalDecoder
H A Dbz2_codec.py26 def decode(self, input, errors='strict'): member in Codec
51 def decode(self, input, final=False): member in IncrementalDecoder
/third_party/python/Lib/email/
H A Dquoprimime.py232 def decode(encoded, eol=NL): function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp175 static llvm::Expected<InlineInfo> decode(DataExtractor &Data, uint64_t &Offset, in decode() function
218 llvm::Expected<InlineInfo> InlineInfo::decode(DataExtractor &Data, in decode() function in InlineInfo
/third_party/skia/src/codec/
H A DSkCodecImageGenerator.cpp52 auto decode = [this, options](const SkPixmap& pm) { in getPixels() local
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/
H A DNDKExtractor.cpp27 int32_t NDKExtractor::decode(AAsset *asset, uint8_t *targetData, AudioProperties targetProperties) { in decode() function in NDKExtractor
/third_party/skia/src/ports/
H A DSkImageGeneratorCG.cpp145 auto decode = [&image](const SkPixmap& pm) { in onGetPixels() local
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/
H A DDecoder.java62 int decode() throws IOException { in decode() method in Decoder
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DUtf8Utils.java50 private static int decode(String userFriendly) { in decode() method in Utf8Utils.MaxCodePoint
/third_party/python/Lib/json/
H A Ddecoder.py332 def decode(self, s, _w=WHITESPACE.match): member in JSONDecoder
/third_party/rust/crates/os_str_bytes/src/windows/wtf8/
H A Dconvert.rs73 macro_rules! decode { in next() macros
/third_party/rust/crates/rustix/src/io/
H A Dcontext.rs70 unsafe fn decode<'call>(&self, raw: u64) -> Ref<'call, Self::Target>; in fmt() functions
96 unsafe fn decode<'call>(&self, raw: u64) -> Ref<'call, Self::Target> { in encode() functions
151 unsafe fn decode<'call>(&self, raw: u64) -> Ref<'call, Self::Target> { in decode() functions
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/feedingsmoother/derived/
H A Ddcamera_time_statistician.cpp29 int64_t decode = frameInfo.timePonit.finishDecode - frameInfo.timePonit.startDecode; in CalProcessTime() local
/kernel/linux/linux-5.10/arch/arm/probes/uprobes/
H A Dactions-arm.c110 struct decode_emulate *decode = (struct decode_emulate *) d; in decode_pc_ro() local
/kernel/linux/linux-6.6/arch/arm/probes/uprobes/
H A Dactions-arm.c110 struct decode_emulate *decode = (struct decode_emulate *) d; in decode_pc_ro() local
/kernel/linux/linux-5.10/include/net/tc_act/
H A Dtc_ife.h43 int (*decode)(struct sk_buff *, void *, u16 len); member
/kernel/linux/linux-5.10/tools/perf/arch/x86/util/
H A Dkvm-stat.c76 mmio_event_decode_key(struct perf_kvm_stat *kvm __maybe_unused, struct event_key *key, char *decode) mmio_event_decode_key() argument
120 ioport_event_decode_key(struct perf_kvm_stat *kvm __maybe_unused, struct event_key *key, char *decode) ioport_event_decode_key() argument
/kernel/linux/linux-6.6/include/net/tc_act/
H A Dtc_ife.h43 int (*decode)(struct sk_buff *, void *, u16 len); member
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/
H A Dkvm-stat.c75 mmio_event_decode_key(struct perf_kvm_stat *kvm __maybe_unused, struct event_key *key, char *decode) mmio_event_decode_key() argument
119 ioport_event_decode_key(struct perf_kvm_stat *kvm __maybe_unused, struct event_key *key, char *decode) ioport_event_decode_key() argument
163 msr_event_decode_key(struct perf_kvm_stat *kvm __maybe_unused, struct event_key *key, char *decode) msr_event_decode_key() argument
/third_party/ffmpeg/doc/examples/
H A Ddecode_audio.c71 static void decode(AVCodecContext *dec_ctx, AVPacket *pkt, AVFrame *frame, in decode() function
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DPunycode.java274 public static StringBuilder decode(CharSequence src, boolean[] caseFlags) in decode() method in Punycode
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DPunycode.java274 public static StringBuilder decode(CharSequence src, boolean[] caseFlags) in decode() method in Punycode
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
H A DInputFile.java161 public char[] decode(byte[] bytes) in decode() method in InputFile
/third_party/node/deps/v8/src/objects/
H A Ddescriptor-array.h254 static inline int16_t decode(unsigned mark_compact_epoch, int16_t raw_value) { in decode() function in v8::internal::NumberOfMarkedDescriptors

Completed in 10 milliseconds

12345678910>>...13