Home
last modified time | relevance | path

Searched defs:decode (Results 1 - 25 of 334) sorted by relevance

12345678910>>...14

/third_party/node/test/fixtures/wpt/encoding/
H A Diso-2022-jp-decoder.any.js1 function decode(input, output, desc) { function
[all...]
/commonlibrary/rust/ylong_http/ylong_http/src/util/
H A Dtest_util.rs16 pub fn decode(str: &str) -> Option<Vec<u8>> { in decode() functions
/third_party/node/test/fixtures/wpt/encoding/resources/
H A Ddecoding-helpers.js2 function decode(label, url_encoded_string) { function
/third_party/protobuf/js/experimental/runtime/kernel/
H A Dtextencoding.js33 function decode(bytes) { function
/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/
H A Dmod.rs20 mod decode; modules
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/
H A Dvdec_drv_base.h27 int (*decode)(void *h_vdec, struct mtk_vcodec_mem *bs, member
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/
H A Dvdec_drv_base.h27 int (*decode)(void *h_vdec, struct mtk_vcodec_mem *bs, member
/third_party/node/deps/npm/node_modules/iconv-lite/lib/
H A Dindex.js28 iconv.decode = function decode(buf, encoding, options) { function
/third_party/ltp/testcases/lib/
H A Dtst_hexdump.c38 int ret, decode = 0; in main() local
/third_party/python/Lib/encodings/
H A Draw_unicode_escape.py18 decode = codecs.raw_unicode_escape_decode variable in Codec
32 def decode(self, input, errors='strict'): member in StreamReader
H A Dutf_8.py15 def decode(input, errors='strict'): function
29 decode = codecs.utf_8_decode variable in StreamReader
H A Dutf_7.py11 def decode(input, errors='strict'): function
25 decode = codecs.utf_7_decode variable in StreamReader
H A Dutf_32_le.py10 def decode(input, errors='strict'): function
24 decode = codecs.utf_32_le_decode variable in StreamReader
H A Dlatin_1.py18 decode = codecs.latin_1_decode variable in Codec
25 def decode(self, input, final=False): member in IncrementalDecoder
37 decode = codecs.latin_1_encode variable in StreamConverter
H A Dunicode_escape.py18 decode = codecs.unicode_escape_decode variable in Codec
32 def decode(self, input, errors='strict'): member in StreamReader
H A Dundefined.py21 def decode(self,input,errors='strict'): member in Codec
29 def decode(self, input, final=False): member in IncrementalDecoder
H A Dutf_16_be.py15 def decode(input, errors='strict'): function
29 decode = codecs.utf_16_be_decode variable in StreamReader
H A Dutf_16_le.py15 def decode(input, errors='strict'): function
29 decode = codecs.utf_16_le_decode variable in StreamReader
H A Dutf_32_be.py10 def decode(input, errors='strict'): function
24 decode = codecs.utf_32_be_decode variable in StreamReader
H A Dcharmap.py22 decode = codecs.charmap_decode variable in Codec
37 def decode(self, input, final=False): member in IncrementalDecoder
55 def decode(self,input,errors='strict'): member in StreamReader
H A Dascii.py18 decode = codecs.ascii_decode variable in Codec
25 def decode(self, input, final=False): member in IncrementalDecoder
37 decode = codecs.ascii_encode variable in StreamConverter
/third_party/python/Lib/test/
H A Dtestcodec.py18 def decode(self,input,errors='strict'): member in Codec
/third_party/python/Lib/
H A Duu.py103 def decode(in_file, out_file=None, mode=None, quiet=False): function
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/
H A Dutf8_decode.h48 constexpr inline uint32_t decode(uint32_t* state, uint32_t* codep, unsigned char byte) in decode() function
/third_party/curl/lib/
H A Dcurl_krb5.h35 int (*decode)(void *, void *, int, int, struct connectdata *); member

Completed in 6 milliseconds

12345678910>>...14