Home
last modified time | relevance | path

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

12345678910

/external/rust/crates/idna/tests/
Dpunycode_tests.json4 "decoded": "", string
9 "decoded": "Bach", string
14 "decoded": "\u00FC", string
19 "decoded": "\u00FC\u00EB\u00E4\u00F6\u2665", string
24 "decoded": "b\u00FCcher", string
29 … "decoded": "Willst du die Bl\u00FCthe des fr\u00FChen, die Fr\u00FCchte des sp\u00E4teren Jahres", string
34 …"decoded": "\u0644\u064A\u0647\u0645\u0627\u0628\u062A\u0643\u0644\u0645\u0648\u0634\u0639\u0631\u… string
39 "decoded": "\u4ED6\u4EEC\u4E3A\u4EC0\u4E48\u4E0D\u8BF4\u4E2d\u6587", string
44 "decoded": "\u4ED6\u5011\u7232\u4EC0\u9EBD\u4E0D\u8AAA\u4E2D\u6587", string
49 "decoded": "Pro\u010Dprost\u011Bnemluv\u00ED\u010Desky", string
[all …]
/external/rust/crates/der/src/asn1/
Dreal.rs304 let decoded = f64::from_der(encoded).unwrap(); in encdec_normal() localVariable
324 let decoded = f64::from_der(encoded).unwrap(); in encdec_normal() localVariable
344 let decoded = f64::from_der(encoded).unwrap(); in encdec_normal() localVariable
364 let decoded = f64::from_der(encoded).unwrap(); in encdec_normal() localVariable
385 let decoded = f64::from_der(encoded).unwrap(); in encdec_normal() localVariable
405 let decoded = f64::from_der(encoded).unwrap(); in encdec_normal() localVariable
427 let decoded = f64::from_der(encoded).unwrap(); in encdec_normal() localVariable
451 let decoded = f64::from_der(encoded).unwrap(); in encdec_irrationals() localVariable
472 let decoded = f64::from_der(encoded).unwrap(); in encdec_irrationals() localVariable
492 let decoded = f64::from_der(encoded).unwrap(); in encdec_irrationals() localVariable
[all …]
/external/guava/android/guava-tests/test/com/google/common/io/
DBaseEncodingTest.java358 BaseEncoding encoding, String decoded, String encoded) { in testEncodingWithCasing()
360 testEncodingWithSeparators(encoding.upperCase(), decoded, Ascii.toUpperCase(encoded)); in testEncodingWithCasing() local
361 testEncodingWithSeparators(encoding.lowerCase(), decoded, Ascii.toLowerCase(encoded)); in testEncodingWithCasing() local
365 BaseEncoding encoding, String decoded, String encoded) { in testEncodingWithSeparators()
373 decoded, in testEncodingWithSeparators() local
379 private static void testEncoding(BaseEncoding encoding, String decoded, String encoded) { in testEncoding()
384 private static void testEncodes(BaseEncoding encoding, String decoded, String encoded) { in testEncodes()
389 BaseEncoding encoding, String decoded, int offset, int len, String encoded) { in testEncodesWithOffset()
393 private static void testDecodes(BaseEncoding encoding, String encoded, String decoded) { in testDecodes()
398 private static void testDecodesByBytes(BaseEncoding encoding, String encoded, byte[] decoded) { in testDecodesByBytes()
[all …]
/external/guava/guava-tests/test/com/google/common/io/
DBaseEncodingTest.java358 BaseEncoding encoding, String decoded, String encoded) { in testEncodingWithCasing()
360 testEncodingWithSeparators(encoding.upperCase(), decoded, Ascii.toUpperCase(encoded)); in testEncodingWithCasing() local
361 testEncodingWithSeparators(encoding.lowerCase(), decoded, Ascii.toLowerCase(encoded)); in testEncodingWithCasing() local
365 BaseEncoding encoding, String decoded, String encoded) { in testEncodingWithSeparators()
373 decoded, in testEncodingWithSeparators() local
379 private static void testEncoding(BaseEncoding encoding, String decoded, String encoded) { in testEncoding()
384 private static void testEncodes(BaseEncoding encoding, String decoded, String encoded) { in testEncodes()
389 BaseEncoding encoding, String decoded, int offset, int len, String encoded) { in testEncodesWithOffset()
393 private static void testDecodes(BaseEncoding encoding, String encoded, String decoded) { in testDecodes()
398 private static void testDecodesByBytes(BaseEncoding encoding, String encoded, byte[] decoded) { in testDecodesByBytes()
[all …]
/external/rust/crates/x509-cert/tests/
Dpkix_extensions.rs20 let decoded = SubjectDirectoryAttributes::from_der(ext.extn_value).unwrap(); in spin_over_exts() localVariable
25 let decoded = SubjectKeyIdentifier::from_der(ext.extn_value).unwrap(); in spin_over_exts() localVariable
30 let decoded = KeyUsage::from_der(ext.extn_value).unwrap(); in spin_over_exts() localVariable
35 let decoded = PrivateKeyUsagePeriod::from_der(ext.extn_value).unwrap(); in spin_over_exts() localVariable
40 let decoded = SubjectAltName::from_der(ext.extn_value).unwrap(); in spin_over_exts() localVariable
45 let decoded = IssuerAltName::from_der(ext.extn_value).unwrap(); in spin_over_exts() localVariable
50 let decoded = BasicConstraints::from_der(ext.extn_value).unwrap(); in spin_over_exts() localVariable
55 let decoded = NameConstraints::from_der(ext.extn_value).unwrap(); in spin_over_exts() localVariable
60 let decoded = CrlDistributionPoints::from_der(ext.extn_value).unwrap(); in spin_over_exts() localVariable
65 let decoded = CertificatePolicies::from_der(ext.extn_value).unwrap(); in spin_over_exts() localVariable
[all …]
/external/rust/crates/flate2/tests/
Dempty-read.rs14 let mut decoded = Vec::new(); in deflate_decoder_empty_read() localVariable
27 let mut decoded = Vec::new(); in deflate_encoder_empty_read() localVariable
40 let mut decoded = Vec::new(); in gzip_decoder_empty_read() localVariable
53 let mut decoded = Vec::new(); in gzip_encoder_empty_read() localVariable
66 let mut decoded = Vec::new(); in zlib_decoder_empty_read() localVariable
79 let mut decoded = Vec::new(); in zlib_encoder_empty_read() localVariable
/external/python/cpython3/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 …]
/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
Dlibjpeg_decoder_test.cc64 unsigned char decoded[kDecodedSize]; in TEST() local
86 unsigned char decoded[kDecodedSize]; in TEST() local
126 unsigned char decoded[decoded_size]; in TEST() local
146 unsigned char decoded[kDecodedSize]; in TEST() local
187 std::vector<unsigned char> decoded(decoded_size); in TEST() local
210 unsigned char decoded[300 * 250 * 4]; in TEST() local
230 unsigned char decoded[kDecodedSize]; in TEST() local
266 unsigned char decoded[kDecodedSize / 4]; in TEST() local
299 std::vector<unsigned char> decoded(kImageSize); in TEST() local
318 unsigned char decoded[kDecodedSize]; in TEST() local
/external/opencensus-java/api/src/test/java/io/opencensus/trace/
DLowerCaseBase16EncodingTest.java70 private static void testEncoding(String decoded, String encoded) { in testEncoding()
75 private static void testEncodes(String decoded, String encoded) { in testEncodes()
80 private static void testDecodes(String encoded, String decoded) { in testDecodes()
/external/rust/crates/ciborium/tests/
Dcodec.rs303 let decoded: V = from_reader(&bytes[..]).unwrap(); localVariable
308 let decoded: Value = from_reader(&bytes[..]).unwrap(); localVariable
312 let decoded: V = value.deserialized().unwrap(); localVariable
/external/webrtc/modules/audio_coding/codecs/ilbc/
Dilbc.c146 int16_t* decoded, in WebRtcIlbcfix_Decode()
200 int16_t* decoded, in WebRtcIlbcfix_Decode20Ms()
229 int16_t* decoded, in WebRtcIlbcfix_Decode30Ms()
256 int16_t* decoded, in WebRtcIlbcfix_DecodePlc()
273 int16_t* decoded, in WebRtcIlbcfix_NetEqPlc()
Daudio_decoder_ilbc.cc39 int16_t* decoded, in DecodeInternal()
49 size_t AudioDecoderIlbcImpl::DecodePlc(size_t num_frames, int16_t* decoded) { in DecodePlc()
/external/cronet/net/server/
Dweb_socket_encoder_unittest.cc188 std::string decoded; in TEST_F() local
216 std::string decoded; in TEST_F() local
253 std::string decoded; in TEST_F() local
282 std::string decoded; in TEST_F() local
316 std::string decoded; in TEST_F() local
346 std::string decoded; in TEST_F() local
370 std::string decoded; in TEST_F() local
385 std::string decoded; in TEST_F() local
412 std::string decoded; in TEST_F() local
438 std::string decoded; in TEST_F() local
[all …]
/external/python/cpython3/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
/external/rust/beto-rust/nearby/connections/ukey2/ukey2_connections/src/
Dtests.rs167 let decoded = server_conn_ctx in send_receive_message_seeded() localVariable
180 let decoded = server_conn_ctx.decode_message_from_peer::<C, &[u8]>(encoded.as_slice(), None); in send_receive_message() localVariable
194 let decoded = server_conn_ctx in send_receive_message_associated_data() localVariable
201 let decoded = server_conn_ctx.decode_message_from_peer::<C, &[u8]>(encoded.as_slice(), None); in send_receive_message_associated_data() localVariable
204 let decoded = server_conn_ctx in send_receive_message_associated_data() localVariable
224 let decoded = in test_save_restore_session() localVariable
275 let decoded = server_conn_ctx.decode_message_from_peer::<C, &[u8]>(encoded.as_slice(), None); in test_unique_session() localVariable
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
DDecodeJob.java108 Resource<T> decoded = loadFromCache(resultKey.getOriginalKey()); in decodeSourceFromCache() local
127 Resource<T> decoded = decodeSource(); in decodeFromSource() local
136 private Resource<Z> transformEncodeAndTranscode(Resource<T> decoded) { in transformEncodeAndTranscode()
166 Resource<T> decoded = null; in decodeSource() local
184 final Resource<T> decoded; in decodeFromSourceData() local
230 private Resource<T> transform(Resource<T> decoded) { in transform()
/external/perfetto/src/traced/probes/android_log/
Dandroid_log_data_source_unittest.cc223 const auto& decoded = event_packet.android_log().events(); in TEST_F() local
275 const auto& decoded = event_packet.android_log().events(); in TEST_F() local
297 const auto& decoded = event_packet.android_log().events(); in TEST_F() local
321 const auto& decoded = event_packet.android_log().events(); in TEST_F() local
405 const auto& decoded = event_packet.android_log().events(); in TEST_F() local
/external/rust/crates/base64/src/read/
Ddecoder_tests.rs93 let mut decoded = Vec::new(); in handles_short_read_from_delegate() localVariable
128 let mut decoded = Vec::new(); in read_in_short_increments() localVariable
159 let mut decoded = Vec::new(); in read_in_short_increments_with_short_delegate_reads() localVariable
200 let mut decoded = Vec::new(); in reports_invalid_last_symbol_correctly() localVariable
250 let mut decoded = Vec::new(); in reports_invalid_byte_correctly() localVariable
/external/webrtc/api/audio_codecs/
Daudio_decoder.cc86 int16_t* decoded, in Decode()
103 int16_t* decoded, in DecodeRedundant()
119 int16_t* decoded, in DecodeRedundantInternal()
129 size_t AudioDecoder::DecodePlc(size_t num_frames, int16_t* decoded) { in DecodePlc()
/external/webrtc/logging/rtc_event_log/encoder/
Dvar_int.cc47 uint64_t decoded = 0; in DecodeVarInt() local
63 uint64_t decoded = 0; in DecodeVarInt() local
/external/rust/crates/openssl/src/
Dencrypt.rs508 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
/external/webrtc/modules/audio_coding/codecs/g711/
Dg711_interface.c36 int16_t* decoded, in WebRtcG711_DecodeA()
47 int16_t* decoded, in WebRtcG711_DecodeU()

12345678910