Home
last modified time | relevance | path

Searched defs:decoded (Results 1 – 25 of 101) sorted by relevance

12345

/third_party/node/test/parallel/
Dtest-punycode.js65 decoded: '\u0644\u064A\u0647\u0645\u0627\u0628\u062A\u0643\u0644\u0645' + property
72 decoded: '\u4ED6\u4EEC\u4E3A\u4EC0\u4E48\u4E0D\u8BF4\u4E2D\u6587' property
78 decoded: '\u4ED6\u5011\u7232\u4EC0\u9EBD\u4E0D\u8AAA\u4E2D\u6587' property
84 decoded: '\u0050\u0072\u006F\u010D\u0070\u0072\u006F\u0073\u0074\u011B' + property
91 decoded: '\u05DC\u05DE\u05D4\u05D4\u05DD\u05E4\u05E9\u05D5\u05D8\u05DC' + property
98 decoded: '\u092F\u0939\u0932\u094B\u0917\u0939\u093F\u0928\u094D\u0926' + property
106 decoded: '\u306A\u305C\u307F\u3093\u306A\u65E5\u672C\u8A9E\u3092\u8A71' + property
114 decoded: '\uC138\uACC4\uC758\uBAA8\uB4E0\uC0AC\uB78C\uB4E4\uC774\uD55C' + property
122 decoded: '\u043F\u043E\u0447\u0435\u043C\u0443\u0436\u0435\u043E\u043D' + property
130 decoded: '\u0050\u006F\u0072\u0071\u0075\u00E9\u006E\u006F\u0070\u0075' + property
[all …]
Dtest-stringbytes-external.js97 const decoded = Buffer.from(pumped_string, 'hex'); constant
118 const decoded = Buffer.from(pumped_string, 'base64'); constant
/third_party/node/test/fixtures/wpt/encoding/
Dapi-surrogates-utf8.any.js7 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.c164 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/python/Modules/cjkcodecs/
D_codecs_jp.c88 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.c100 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.c49 Py_UCS4 decoded; in DECODER() local
108 Py_UCS4 decoded; in DECODER() local
D_codecs_kr.c111 Py_UCS4 decoded; in DECODER() local
208 Py_UCS4 decoded; in DECODER() local
365 Py_UCS4 decoded; in DECODER() local
D_codecs_hk.c114 Py_UCS4 decoded; in DECODER() local
/third_party/ffmpeg/libavcodec/
Dtakdec.c62 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
770 int32_t *decoded = s->decoded[chan]; in tak_decode_frame() local
859 int32_t *decoded = s->decoded[chan]; in tak_decode_frame() local
891 int32_t *decoded = s->decoded[chan]; in tak_decode_frame() local
899 int32_t *decoded = s->decoded[chan]; in tak_decode_frame() local
Dflacdec.c63 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
Dflacdsp.c46 static void flac_lpc_16_c(int32_t *decoded, const int coeffs[32], in flac_lpc_16_c()
74 static void flac_lpc_32_c(int32_t *decoded, const int coeffs[32], in flac_lpc_32_c()
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/
Dstandard_method_codec_unittests.cc36 std::unique_ptr<MethodCall<EncodableValue>> decoded = in TEST() local
51 std::unique_ptr<MethodCall<EncodableValue>> decoded = in TEST() local
Dstandard_message_codec_unittests.cc24 auto decoded = codec.DecodeMessage(*encoded); in CheckEncodeDecode() local
48 auto decoded = codec.DecodeMessage(*encoded); in CheckEncodeDecodeWithEncodePrefix() local
/third_party/mesa3d/src/panfrost/util/
Dpan_lower_sample_position.c55 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/
Dunit1302.c53 unsigned char *decoded; variable
/third_party/glib/glib/tests/
Dbase64.c381 guchar *decoded; in test_base64_decode_smallblock() local
435 guchar *decoded = NULL; in test_base64_decode_empty() local
453 …const gchar *decoded; /* technically this should be a byte array, but all the test vectors are AS… in test_base64_encode_decode_rfc4648() member
471 guchar *decoded = NULL; in test_base64_encode_decode_rfc4648() local
/third_party/typescript/src/compiler/transformers/
Djsx.ts472 const decoded = decodeEntities(trimmedLine); constant
498 const decoded = decodeEntities(text); constant
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dhuffman_codec.cpp170 std::string decoded; in TEST() local
199 uint32_t decoded; in TEST() local
/third_party/jsoncpp/src/lib_json/
Djson_reader.cpp543 Value decoded; in decodeNumber() local
552 bool Reader::decodeNumber(Token& token, Value& decoded) { in decodeNumber()
596 Value decoded; in decodeDouble() local
605 bool Reader::decodeDouble(Token& token, Value& decoded) { in decodeDouble()
620 Value decoded(decoded_string); in decodeString() local
627 bool Reader::decodeString(Token& token, String& decoded) { in decodeString()
1565 Value decoded; in decodeNumber() local
1574 bool OurReader::decodeNumber(Token& token, Value& decoded) { in decodeNumber()
1659 Value decoded; in decodeDouble() local
1668 bool OurReader::decodeDouble(Token& token, Value& decoded) { in decodeDouble()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/audio/
DSDL_wave.c122 Uint8 *freeable, *encoded, *decoded; in MS_ADPCM_decode() local
309 Fill_IMA_ADPCM_block(Uint8 * decoded, Uint8 * encoded, in Fill_IMA_ADPCM_block()
341 Uint8 *freeable, *encoded, *decoded; in IMA_ADPCM_decode() local
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Djpegdec.c58 GstCaps *decoded; in GST_START_TEST() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Drandom_crop_decode_resize_op.cc38 TensorRow decoded; in Compute() local
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/
DBrotliInputStream.java56 int decoded; in read() local
/third_party/openssl/test/ossl_shim/
Dtest_config.cc166 std::unique_ptr<uint8_t[]> decoded(new uint8_t[strlen(argv[i])]); in ParseConfig() local

12345