Home
last modified time | relevance | path

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

12345678910>>...14

/external/rust/android-crates-io/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/android-crates-io/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/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/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/rust/android-crates-io/crates/x509-cert/tests/
Dpkix_extensions.rs21 let decoded = in spin_over_exts() localVariable
30 let decoded = SubjectKeyIdentifier::from_der(ext.extn_value.as_bytes()).unwrap(); in spin_over_exts() localVariable
38 let decoded = KeyUsage::from_der(ext.extn_value.as_bytes()).unwrap(); in spin_over_exts() localVariable
46 let decoded = PrivateKeyUsagePeriod::from_der(ext.extn_value.as_bytes()).unwrap(); in spin_over_exts() localVariable
54 let decoded = SubjectAltName::from_der(ext.extn_value.as_bytes()).unwrap(); in spin_over_exts() localVariable
62 let decoded = IssuerAltName::from_der(ext.extn_value.as_bytes()).unwrap(); in spin_over_exts() localVariable
70 let decoded = BasicConstraints::from_der(ext.extn_value.as_bytes()).unwrap(); in spin_over_exts() localVariable
78 let decoded = NameConstraints::from_der(ext.extn_value.as_bytes()).unwrap(); in spin_over_exts() localVariable
86 let decoded = CrlDistributionPoints::from_der(ext.extn_value.as_bytes()).unwrap(); in spin_over_exts() localVariable
94 let decoded = CertificatePolicies::from_der(ext.extn_value.as_bytes()).unwrap(); in spin_over_exts() localVariable
[all …]
/external/rust/android-crates-io/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/cronet/tot/third_party/rust/chromium_crates_io/vendor/flate2-1.0.35/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/cronet/stable/third_party/rust/chromium_crates_io/vendor/flate2-1.0.35/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.kt95 val decoded = format.decode(json, WithOptional.serializer()) in testOptional() constant
104 val decoded = format.decode(json, Outer.serializer()) in testNestedJsonObject() constant
116 val decoded = format.decode(jsonWithEmptyList, ListWithNullable.serializer()) in testListWithNullable() constant
130 val decoded = format.decode(jsonWithEmptyList, MapWithNullable.serializer()) in testMapWithNullable() constant
141 val decoded = format.decode(json, NullableList.serializer()) in testNullableList() constant
152 val decoded = format.decode(json, NullableMap.serializer()) in testNullableMap() constant
/external/python/cpython3/Modules/
D_codecsmodule.c165 PyObject *codec_tuple(PyObject *decoded, in codec_tuple()
186 PyObject *decoded = PyBytes_DecodeEscape(data->buf, data->len, in _codecs_escape_decode_impl() local
269 PyObject *decoded = PyUnicode_DecodeUTF7Stateful(data->buf, data->len, in _codecs_utf_7_decode_impl() local
289 PyObject *decoded = PyUnicode_DecodeUTF8Stateful(data->buf, data->len, in _codecs_utf_8_decode_impl() local
311 PyObject *decoded = PyUnicode_DecodeUTF16Stateful(data->buf, data->len, in _codecs_utf_16_decode_impl() local
333 PyObject *decoded = PyUnicode_DecodeUTF16Stateful(data->buf, data->len, in _codecs_utf_16_le_decode_impl() local
355 PyObject *decoded = PyUnicode_DecodeUTF16Stateful(data->buf, data->len, in _codecs_utf_16_be_decode_impl() local
385 PyObject *decoded = PyUnicode_DecodeUTF16Stateful(data->buf, data->len, in _codecs_utf_16_ex_decode_impl() local
409 PyObject *decoded = PyUnicode_DecodeUTF32Stateful(data->buf, data->len, in _codecs_utf_32_decode_impl() local
431 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/android-crates-io/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/moshi/kotlin/tests/src/test/kotlin/com/squareup/moshi/kotlin/reflect/
DKotlinJsonAdapterTest.kt49 val decoded = jsonAdapter.fromJson("""{"a":4,"b":6}""")!! in <lambda>() constant
65 val decoded = jsonAdapter.fromJson("""{"a":3,"b":5}""")!! in <lambda>() constant
83 val decoded = jsonAdapter.fromJson("""{"a":4,"b":6}""")!! in <lambda>() constant
99 val decoded = jsonAdapter.fromJson("""{"a":4,"b":6}""")!! in <lambda>() constant
113 val decoded = jsonAdapter.fromJson("""{"a":3,"b":5}""")!! in <lambda>() constant
130 val decoded = jsonAdapter.fromJson("""{"b":6}""")!! in <lambda>() constant
176 val decoded = jsonAdapter.fromJson("""{"a":null,"b":6}""")!! in <lambda>() constant
191 val decoded = jsonAdapter.fromJson("""{"b":6}""")!! in <lambda>() constant
222 val decoded = jsonAdapter.fromJson("""{"a":"Android","b":"Banana"}""")!! in <lambda>() constant
241 val decoded = jsonAdapter.fromJson("""{"a":"Android","b":"Banana"}""")!! in <lambda>() constant
[all …]
/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/moshi/kotlin/tests/codegen-only/src/test/kotlin/com/squareup/moshi/kotlin/codegen/
DGeneratedAdaptersTest.kt360 val decoded = jsonAdapter.fromJson("""{"a":4,"b":6}""")!! in <lambda>() constant
377 val decoded = jsonAdapter.fromJson("""{"a":3,"b":5}""")!! in <lambda>() constant
398 val decoded = jsonAdapter.fromJson("""{"a":4,"b":6}""")!! in <lambda>() constant
418 val decoded = jsonAdapter.fromJson("""{"a":4,"b":6}""")!! in <lambda>() constant
433 val decoded = jsonAdapter.fromJson("""{"a":3,"b":5}""")!! in <lambda>() constant
454 val decoded = jsonAdapter.fromJson("""{"b":6}""")!! in <lambda>() constant
470 val decoded = jsonAdapter.fromJson("""{"a":null,"b":6}""")!! in <lambda>() constant
486 val decoded = jsonAdapter.fromJson("""{"b":6}""")!! in <lambda>() constant
506 val decoded = jsonAdapter.fromJson("""{"a":"Android","b":"Banana"}""")!! in <lambda>() constant
523 val decoded = jsonAdapter.fromJson("""{"a":"Android"}""")!! in <lambda>() constant
[all …]
/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
/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
/external/kotlinx.serialization/formats/json-okio/commonTest/src/kotlinx/serialization/json/okio/internal/
DOkioTests.kt45 val decoded = Json.decodeFromBufferedSource<Simple>(buffer) in testEncodingAndDecoding() constant
58 val decoded = Json.decodeBufferedSourceToSequence<Simple>(buffer).toList() in testDecodeSequence() constant
/external/kotlinx.serialization/formats/json-io/commonTest/src/kotlinx/serialization/json/io/
DIoTests.kt45 val decoded = Json.decodeFromSource<Simple>(buffer) in testEncodingAndDecoding() constant
58 val decoded = Json.decodeSourceToSequence<Simple>(buffer).toList() in testDecodeSequence() constant
/external/rust/android-crates-io/crates/mls-rs-codec/tests/
Dmacro_usage.rs87 let decoded = TestEnum::mls_decode(&mut &*serialized).unwrap(); in round_trip_enum_encode_simple() localVariable
101 let decoded = TestEnum::mls_decode(&mut &*serialized).unwrap(); in round_trip_enum_encode_one_field() localVariable
111 let decoded = TestEnum::mls_decode(&mut &*serialized).unwrap(); in round_trip_enum_encode_one_tuple() localVariable
129 let decoded = TestCustomStruct::mls_decode(&mut &*serialized).unwrap(); in round_trip_custom_module_struct() localVariable
146 let decoded = TestCustomEnum::mls_decode(&mut &*serialized).unwrap(); in round_trip_custom_module_enum() localVariable
/external/cronet/stable/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 …]

12345678910>>...14