Home
last modified time | relevance | path

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

12345678910>>...12

/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.rs301 let decoded = f64::from_der(encoded).unwrap(); in encdec_normal() localVariable
321 let decoded = f64::from_der(encoded).unwrap(); in encdec_normal() localVariable
341 let decoded = f64::from_der(encoded).unwrap(); in encdec_normal() localVariable
361 let decoded = f64::from_der(encoded).unwrap(); in encdec_normal() localVariable
382 let decoded = f64::from_der(encoded).unwrap(); in encdec_normal() localVariable
402 let decoded = f64::from_der(encoded).unwrap(); in encdec_normal() localVariable
424 let decoded = f64::from_der(encoded).unwrap(); in encdec_normal() localVariable
448 let decoded = f64::from_der(encoded).unwrap(); in encdec_irrationals() localVariable
469 let decoded = f64::from_der(encoded).unwrap(); in encdec_irrationals() localVariable
489 let decoded = f64::from_der(encoded).unwrap(); in encdec_irrationals() localVariable
[all …]
/external/kotlinx.serialization/formats/protobuf/commonTest/src/kotlinx/serialization/protobuf/
DProtobufAbsenceTest.kt49 val decoded = ProtoBuf.decodeFromByteArray<DefaultValue>(bytes) in testDefaultValue() constant
58 val decoded = ProtoBuf.decodeFromByteArray<NullableValue>(bytes) in testNullableValue() constant
69 val decoded = ProtoBuf.decodeFromByteArray<DefaultAndNullValue>(bytes) in testDefaultAndNullValue() constant
79 val decoded = ProtoBuf.decodeFromByteArray<SimpleList>(bytes) in testSimpleList() constant
88 val decoded = ProtoBuf.decodeFromByteArray<DefaultList>(bytes) in testDefaultList() constant
99 val decoded = ProtoBuf.decodeFromByteArray<NullableList>(bytes) in testNullableList() constant
111 val decoded = ProtoBuf.decodeFromByteArray<DefaultNullableList>(bytes) in testDefaultNullableList() constant
119 val decoded = ProtoBuf.decodeFromByteArray<SimpleMap>(bytes) in testSimpleMap() constant
127 val decoded = ProtoBuf.decodeFromByteArray<DefaultMap>(bytes) in testDefaultMap() constant
138 val decoded = ProtoBuf.decodeFromByteArray<NullableMap>(bytes) in testNullableMap() constant
[all …]
DProtobufCollectionsTest.kt52 val decoded = ProtoBuf.decodeFromByteArray<NullableMapKey>(bytes) in testEncodeMapWithNullableKey() constant
65 val decoded = ProtoBuf.decodeFromByteArray<NullableMapValue>(bytes) in testEncodeMapWithNullableValue() constant
73 val decoded = ProtoBuf.decodeFromByteArray<ListWithNestedList>(bytes) in testNestedList() constant
86 val decoded = ProtoBuf.decodeFromByteArray<ListWithNestedMap>(bytes) in testNestedMapInList() constant
94 val decoded = ProtoBuf.decodeFromByteArray<MapWithNullableNestedLists>(bytes) in testNestedListsInMap() constant
/external/guava/android/guava-tests/test/com/google/common/io/
DBaseEncodingTest.java415 BaseEncoding encoding, String decoded, String encoded) { in testEncodingWithCasing()
417 testEncodingWithSeparators(encoding.upperCase(), decoded, Ascii.toUpperCase(encoded)); in testEncodingWithCasing() local
418 testEncodingWithSeparators(encoding.lowerCase(), decoded, Ascii.toLowerCase(encoded)); in testEncodingWithCasing() local
422 BaseEncoding encoding, String decoded, String encoded) { in testEncodingWithSeparators()
430 decoded, in testEncodingWithSeparators() local
436 private static void testEncoding(BaseEncoding encoding, String decoded, String encoded) { in testEncoding()
441 private static void testEncodes(BaseEncoding encoding, String decoded, String encoded) { in testEncodes()
446 BaseEncoding encoding, String decoded, int offset, int len, String encoded) { in testEncodesWithOffset()
450 private static void testDecodes(BaseEncoding encoding, String encoded, String decoded) { in testDecodes()
455 private static void testDecodesByBytes(BaseEncoding encoding, String encoded, byte[] decoded) { in testDecodesByBytes()
[all …]
/external/guava/guava-tests/test/com/google/common/io/
DBaseEncodingTest.java415 BaseEncoding encoding, String decoded, String encoded) { in testEncodingWithCasing()
417 testEncodingWithSeparators(encoding.upperCase(), decoded, Ascii.toUpperCase(encoded)); in testEncodingWithCasing() local
418 testEncodingWithSeparators(encoding.lowerCase(), decoded, Ascii.toLowerCase(encoded)); in testEncodingWithCasing() local
422 BaseEncoding encoding, String decoded, String encoded) { in testEncodingWithSeparators()
430 decoded, in testEncodingWithSeparators() local
436 private static void testEncoding(BaseEncoding encoding, String decoded, String encoded) { in testEncoding()
441 private static void testEncodes(BaseEncoding encoding, String decoded, String encoded) { in testEncodes()
446 BaseEncoding encoding, String decoded, int offset, int len, String encoded) { in testEncodesWithOffset()
450 private static void testDecodes(BaseEncoding encoding, String encoded, String decoded) { in testDecodes()
455 private static void testDecodesByBytes(BaseEncoding encoding, String encoded, byte[] decoded) { in testDecodesByBytes()
[all …]
/external/rust/crates/x509-cert/tests/
Dpkix_extensions.rs20 let decoded = in spin_over_exts() localVariable
29 let decoded = SubjectKeyIdentifier::from_der(ext.extn_value.as_bytes()).unwrap(); in spin_over_exts() localVariable
37 let decoded = KeyUsage::from_der(ext.extn_value.as_bytes()).unwrap(); in spin_over_exts() localVariable
45 let decoded = PrivateKeyUsagePeriod::from_der(ext.extn_value.as_bytes()).unwrap(); in spin_over_exts() localVariable
53 let decoded = SubjectAltName::from_der(ext.extn_value.as_bytes()).unwrap(); in spin_over_exts() localVariable
61 let decoded = IssuerAltName::from_der(ext.extn_value.as_bytes()).unwrap(); in spin_over_exts() localVariable
69 let decoded = BasicConstraints::from_der(ext.extn_value.as_bytes()).unwrap(); in spin_over_exts() localVariable
77 let decoded = NameConstraints::from_der(ext.extn_value.as_bytes()).unwrap(); in spin_over_exts() localVariable
85 let decoded = CrlDistributionPoints::from_der(ext.extn_value.as_bytes()).unwrap(); in spin_over_exts() localVariable
93 let decoded = CertificatePolicies::from_der(ext.extn_value.as_bytes()).unwrap(); in spin_over_exts() localVariable
[all …]
/external/rust/crates/flate2/tests/
Dempty-read.rs12 let mut decoded = Vec::new(); in deflate_decoder_empty_read() localVariable
25 let mut decoded = Vec::new(); in deflate_encoder_empty_read() localVariable
38 let mut decoded = Vec::new(); in gzip_decoder_empty_read() localVariable
51 let mut decoded = Vec::new(); in gzip_encoder_empty_read() localVariable
64 let mut decoded = Vec::new(); in zlib_decoder_empty_read() localVariable
77 let mut decoded = Vec::new(); in zlib_encoder_empty_read() localVariable
/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/json/
DJsonExponentTest.kt16 val decoded = Json.decodeFromString<SomeData>("""{ "count": 23e11 }""", it) in <lambda>() constant
22 val decoded = Json.decodeFromString<SomeData>("""{ "count": -10E1 }""", it) in <lambda>() constant
28 val decoded = Json.decodeFromString<SomeDataDouble>("""{ "count": 1.5E1 }""", it) in testExponentDecodingPositiveDouble() constant
34 val decoded = Json.decodeFromString<SomeDataDouble>("""{ "count": -1e-1 }""", it) in testExponentDecodingNegativeDouble() constant
DAbstractJsonImplicitNullsTest.kt90 val decoded = format.decode(json, WithOptional.serializer()) in testDecodeOptional() constant
99 val decoded = format.decode(json, Outer.serializer()) in testNestedJsonObject() constant
111 val decoded = format.decode(jsonWithEmptyList, ListWithNullable.serializer()) in testListWithNullable() constant
125 val decoded = format.decode(jsonWithEmptyList, MapWithNullable.serializer()) in testMapWithNullable() constant
136 val decoded = format.decode(json, NullableList.serializer()) in testNullableList() constant
147 val decoded = format.decode(json, NullableMap.serializer()) in testNullableMap() constant
/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/rust/crates/ciborium/tests/
Dcodec.rs303 let decoded: V = from_reader(&bytes[..]).unwrap(); localVariable
308 let decoded: Value = from_reader(&bytes[..]).unwrap(); localVariable
313 let decoded: Value = from_reader_with_buffer(&bytes[..], &mut scratch).unwrap(); localVariable
317 let decoded: V = value.deserialized().unwrap(); localVariable
/external/rust/beto-rust/nearby/connections/ukey2/ukey2_connections/src/
Dtests.rs168 let decoded = server_conn_ctx in send_receive_message_seeded() localVariable
179 let decoded = server_conn_ctx in send_receive_message() localVariable
189 let decoded = server_conn_ctx in send_receive_message_gcm() localVariable
200 let decoded = server_conn_ctx.decode_message_from_peer::<CryptoProviderImpl, _>( in send_receive_message_associated_data() localVariable
206 let decoded = server_conn_ctx in send_receive_message_associated_data() localVariable
210 let decoded = server_conn_ctx.decode_message_from_peer::<CryptoProviderImpl, _>( in send_receive_message_associated_data() localVariable
231 let decoded = server_restored_ctx in test_save_restore_session() localVariable
270 let decoded = server_conn_ctx in test_unique_session() 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()
/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/features/
DJsonEnumsCaseInsensitiveTest.kt60 val decoded = json.decodeFromString<EnumCases>(input, mode) constant
72 val decoded = json.decodeFromString<List<Cases>>(input, mode) constant
80 val decoded = json.decodeFromString<Cases>(input, mode) constant
88 val decoded = json.decodeFromString<Foo>(input, mode) constant
DLocalClassesTest.kt40 val decoded: Local = Json.decodeFromString(Json.encodeToString(origin)) in testGeneratedSerializer() constant
52 val decoded: Local = Json.decodeFromString(Json.encodeToString(origin)) in testInLambda() constant
65 val decoded: Local? = Json.decodeFromString(Json.encodeToString(origin)) in testObjectCustomSerializer() constant
79 val decoded: Local? = Json.decodeFromString(Json.encodeToString(origin)) in testClassCustomSerializer() constant
/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
/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/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/mls-rs-codec/tests/
Dmacro_usage.rs94 let decoded = TestEnum::mls_decode(&mut &*serialized).unwrap(); in round_trip_enum_encode_simple() localVariable
108 let decoded = TestEnum::mls_decode(&mut &*serialized).unwrap(); in round_trip_enum_encode_one_field() localVariable
118 let decoded = TestEnum::mls_decode(&mut &*serialized).unwrap(); in round_trip_enum_encode_one_tuple() localVariable
136 let decoded = TestCustomStruct::mls_decode(&mut &*serialized).unwrap(); in round_trip_custom_module_struct() localVariable
153 let decoded = TestCustomEnum::mls_decode(&mut &*serialized).unwrap(); in round_trip_custom_module_enum() localVariable
/external/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/internal/handlers/
DDecodeUrlEncodedResponseInterceptorTest.java129 …ListObjectsResponse decoded = (ListObjectsResponse) INTERCEPTOR.modifyResponse(ctx, new ExecutionA… in encodingTypeSet_decodesListObjectsResponseParts() local
143 …ListObjectsV2Response decoded = (ListObjectsV2Response) INTERCEPTOR.modifyResponse(ctx, new Execut… in encodingTypeSet_decodesListObjectsV2ResponseParts() local
156 …ListObjectVersionsResponse decoded = (ListObjectVersionsResponse) INTERCEPTOR.modifyResponse(ctx, … in encodingTypeSet_decodesListObjectVersionsResponse() local
170 …ListMultipartUploadsResponse decoded = (ListMultipartUploadsResponse) INTERCEPTOR.modifyResponse(c… in encodingTypeSet_decodesListMultipartUploadsResponse() local
/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()

12345678910>>...12