| /third_party/node/test/parallel/ |
| D | test-punycode.js | 73 decoded: '\u0644\u064A\u0647\u0645\u0627\u0628\u062A\u0643\u0644\u0645' + property 80 decoded: '\u4ED6\u4EEC\u4E3A\u4EC0\u4E48\u4E0D\u8BF4\u4E2D\u6587' property 86 decoded: '\u4ED6\u5011\u7232\u4EC0\u9EBD\u4E0D\u8AAA\u4E2D\u6587' property 92 decoded: '\u0050\u0072\u006F\u010D\u0070\u0072\u006F\u0073\u0074\u011B' + property 99 decoded: '\u05DC\u05DE\u05D4\u05D4\u05DD\u05E4\u05E9\u05D5\u05D8\u05DC' + property 106 decoded: '\u092F\u0939\u0932\u094B\u0917\u0939\u093F\u0928\u094D\u0926' + property 114 decoded: '\u306A\u305C\u307F\u3093\u306A\u65E5\u672C\u8A9E\u3092\u8A71' + property 122 decoded: '\uC138\uACC4\uC758\uBAA8\uB4E0\uC0AC\uB78C\uB4E4\uC774\uD55C' + property 130 decoded: '\u043F\u043E\u0447\u0435\u043C\u0443\u0436\u0435\u043E\u043D' + property 138 decoded: '\u0050\u006F\u0072\u0071\u0075\u00E9\u006E\u006F\u0070\u0075' + property [all …]
|
| D | test-stringbytes-external.js | 97 const decoded = Buffer.from(pumped_string, 'hex'); constant 118 const decoded = Buffer.from(pumped_string, 'base64'); constant
|
| /third_party/node/test/fixtures/wpt/encoding/ |
| D | api-surrogates-utf8.any.js | 7 decoded: 'abc123', property 13 decoded: '\uFFFD', property 19 decoded: '\uFFFD', property 25 decoded: 'abc\uFFFD123', property 31 decoded: 'abc\uFFFD123', property 37 decoded: '\uFFFD\uFFFD', property
|
| /third_party/python/Modules/ |
| D | _codecsmodule.c | 164 PyObject *codec_tuple(PyObject *decoded, in codec_tuple() 185 PyObject *decoded = PyBytes_DecodeEscape(data->buf, data->len, in _codecs_escape_decode_impl() local 268 PyObject *decoded = PyUnicode_DecodeUTF7Stateful(data->buf, data->len, in _codecs_utf_7_decode_impl() local 288 PyObject *decoded = PyUnicode_DecodeUTF8Stateful(data->buf, data->len, in _codecs_utf_8_decode_impl() local 310 PyObject *decoded = PyUnicode_DecodeUTF16Stateful(data->buf, data->len, in _codecs_utf_16_decode_impl() local 332 PyObject *decoded = PyUnicode_DecodeUTF16Stateful(data->buf, data->len, in _codecs_utf_16_le_decode_impl() local 354 PyObject *decoded = PyUnicode_DecodeUTF16Stateful(data->buf, data->len, in _codecs_utf_16_be_decode_impl() local 384 PyObject *decoded = PyUnicode_DecodeUTF16Stateful(data->buf, data->len, in _codecs_utf_16_ex_decode_impl() local 408 PyObject *decoded = PyUnicode_DecodeUTF32Stateful(data->buf, data->len, in _codecs_utf_32_decode_impl() local 430 PyObject *decoded = PyUnicode_DecodeUTF32Stateful(data->buf, data->len, in _codecs_utf_32_le_decode_impl() local [all …]
|
| /third_party/rust/crates/rustix/tests/net/ |
| D | addr.rs | 13 let decoded = SocketAddrAny::read(encoded.as_ptr(), len).unwrap(); in encode_decode() localVariable 19 let decoded = SocketAddrAny::read(encoded.as_ptr(), len).unwrap(); in encode_decode() localVariable 27 let decoded = SocketAddrAny::read(encoded.as_ptr(), len).unwrap(); in encode_decode() localVariable
|
| /third_party/python/Modules/cjkcodecs/ |
| D | _codecs_jp.c | 88 Py_UCS4 decoded; in DECODER() local 245 Py_UCS4 code, decoded; in DECODER() local 386 Py_UCS4 decoded; in DECODER() local 512 Py_UCS4 decoded; in DECODER() local 675 Py_UCS4 code, decoded; in DECODER() local
|
| D | _codecs_cn.c | 100 Py_UCS4 decoded; in DECODER() local 161 Py_UCS4 decoded; in DECODER() local 269 Py_UCS4 decoded; in DECODER() local 414 Py_UCS4 decoded; in DECODER() local
|
| D | _codecs_tw.c | 49 Py_UCS4 decoded; in DECODER() local 108 Py_UCS4 decoded; in DECODER() local
|
| D | _codecs_kr.c | 111 Py_UCS4 decoded; in DECODER() local 208 Py_UCS4 decoded; in DECODER() local 365 Py_UCS4 decoded; in DECODER() local
|
| D | _codecs_hk.c | 114 Py_UCS4 decoded; in DECODER() local
|
| /third_party/ffmpeg/libavcodec/ |
| D | takdec.c | 62 int32_t *decoded[TAK_MAX_CHANNELS]; ///< decoded samples for each channel member 255 static int decode_segment(TAKDecContext *s, int8_t mode, int32_t *decoded, int len) in decode_segment() 299 static int decode_residues(TAKDecContext *s, int32_t *decoded, int length) in decode_residues() 386 static int decode_subframe(TAKDecContext *s, int32_t *decoded, in decode_subframe() 514 int32_t *decoded = s->decoded[chan]; in decode_channel() local 773 int32_t *decoded = s->decoded[chan]; in tak_decode_frame() local 862 int32_t *decoded = s->decoded[chan]; in tak_decode_frame() local 894 int32_t *decoded = s->decoded[chan]; in tak_decode_frame() local 902 int32_t *decoded = s->decoded[chan]; in tak_decode_frame() local
|
| D | flacdec.c | 63 int32_t *decoded[FLAC_MAX_CHANNELS]; ///< decoded samples member 221 static int decode_residuals(FLACContext *s, int32_t *decoded, int pred_order) in decode_residuals() 282 static int decode_subframe_fixed(FLACContext *s, int32_t *decoded, in decode_subframe_fixed() 334 static void lpc_analyze_remodulate(SUINT32 *decoded, const int coeffs[32], in lpc_analyze_remodulate() 361 static int decode_subframe_lpc(FLACContext *s, int32_t *decoded, int pred_order, in decode_subframe_lpc() 407 int32_t *decoded = s->decoded[channel]; in decode_subframe() local
|
| D | flacdsp.c | 47 static void flac_lpc_16_c(int32_t *decoded, const int coeffs[32], in flac_lpc_16_c() 75 static void flac_lpc_32_c(int32_t *decoded, const int coeffs[32], in flac_lpc_32_c()
|
| D | g722enc.c | 213 int decoded, dec_diff, pos; in g722_encode_trellis() local 273 int dhigh, decoded, dec_diff, pos; in g722_encode_trellis() local
|
| /third_party/rust/crates/rust-openssl/openssl/src/ |
| D | encrypt.rs | 508 let mut decoded = vec![0u8; buffer_len]; in rsa_encrypt_decrypt() localVariable 510 let decoded = &decoded[..decoded_len]; in rsa_encrypt_decrypt() localVariable 539 let mut decoded = vec![0u8; buffer_len]; in rsa_encrypt_decrypt_with_sha256() localVariable 541 let decoded = &decoded[..decoded_len]; in rsa_encrypt_decrypt_with_sha256() localVariable 566 let mut decoded = vec![0u8; buffer_len]; in rsa_encrypt_decrypt_oaep_label() localVariable 568 let decoded = &decoded[..decoded_len]; in rsa_encrypt_decrypt_oaep_label() localVariable 574 let mut decoded = vec![0u8; buffer_len]; in rsa_encrypt_decrypt_oaep_label() localVariable
|
| /third_party/mesa3d/src/panfrost/util/ |
| D | pan_lower_sample_position.c | 55 nir_ssa_def *decoded = nir_fmul_imm(b, nir_i2f16(b, raw), 1.0 / 256.0); in pan_lower_sample_pos_impl() local
|
| /third_party/curl/tests/unit/ |
| D | unit1302.c | 55 unsigned char *decoded; variable
|
| /third_party/curl/lib/ |
| D | idn.c | 159 char *decoded = NULL; in idn_decode() local 269 char *decoded; in Curl_idnconvert_hostname() local
|
| /third_party/typescript/src/compiler/transformers/ |
| D | jsx.ts | 493 const decoded = decodeEntities(trimmedLine); constant 519 const decoded = decodeEntities(text); constant
|
| /third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
| D | cbor_test.cc | 364 std::vector<uint16_t> decoded = in TEST() local 399 std::vector<uint16_t> decoded = in TEST() local 450 std::vector<uint8_t> decoded(tokenizer.GetString8().begin(), in TEST() local 493 std::vector<uint8_t> decoded(tokenizer.GetString8().begin(), in TEST() local 507 std::vector<uint8_t> decoded(tokenizer.GetString8().begin(), in TEST() local 524 std::vector<uint16_t> decoded = in TEST() local 545 std::vector<uint8_t> decoded; in TEST() local 769 std::string decoded; in TEST() local 789 std::string decoded; in TEST() local 821 std::string decoded; in TEST() local
|
| /third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/ |
| D | BrotliInputStream.java | 56 int decoded; in read() local
|
| /third_party/node/deps/v8/src/strings/ |
| D | uri.cc | 77 void AddToBuffer(base::uc16 decoded, String::FlatContent* uri_content, in AddToBuffer() 106 base::uc16 decoded = static_cast<base::uc16>(two_digits); in IntoTwoByte() local 156 base::uc16 decoded = static_cast<base::uc16>(two_digits); in IntoOneAndTwoByte() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
| D | upnp_xml.c | 229 unsigned char *decoded; in xml_get_base64_item() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
| D | upnp_xml.c | 229 unsigned char *decoded; in xml_get_base64_item() local
|
| /third_party/node/tools/inspector_protocol/encoding/ |
| D | encoding_test.cc | 409 std::vector<uint16_t> decoded = in TEST() local 444 std::vector<uint16_t> decoded = in TEST() local 495 std::vector<uint8_t> decoded(tokenizer.GetString8().begin(), in TEST() local 538 std::vector<uint8_t> decoded(tokenizer.GetString8().begin(), in TEST() local 552 std::vector<uint8_t> decoded(tokenizer.GetString8().begin(), in TEST() local 569 std::vector<uint16_t> decoded = in TEST() local 590 std::vector<uint8_t> decoded; in TEST() local 754 std::string decoded; in TEST() local 775 std::string decoded; in TEST() local 808 std::string decoded; in TEST() local
|