/aosp_15_r20/external/rust/android-crates-io/crates/idna/tests/ |
D | punycode_tests.json | 4 "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 …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/der/src/asn1/ |
D | real.rs | 301 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 …]
|
/aosp_15_r20/external/kotlinx.serialization/formats/protobuf/commonTest/src/kotlinx/serialization/protobuf/ |
H A D | ProtobufAbsenceTest.kt | 49 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 …]
|
H A D | ProtobufCollectionsTest.kt | 52 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
|
/aosp_15_r20/system/nvram/messages/tests/ |
H A D | nvram_messages_test.cpp | 41 Request decoded; in TEST() local 65 Response decoded; in TEST() local 98 Request decoded; in TEST() local 122 Response decoded; in TEST() local 136 Request decoded; in TEST() local 159 Response decoded; in TEST() local 186 Request decoded; in TEST() local 206 Response decoded; in TEST() local 218 Request decoded; in TEST() local 230 Response decoded; in TEST() local [all …]
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/io/ |
H A D | BaseEncodingTest.java | 415 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 …]
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/io/ |
H A D | BaseEncodingTest.java | 415 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 …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/x509-cert/tests/ |
D | pkix_extensions.rs | 20 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 …]
|
/aosp_15_r20/external/moshi/kotlin/tests/src/test/kotlin/com/squareup/moshi/kotlin/reflect/ |
H A D | KotlinJsonAdapterTest.kt | 49 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 …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/benches/num/flt2dec/strategy/ |
H A D | grisu.rs | 14 let decoded = decode_finite(3.141592f64); in bench_small_shortest() localVariable 23 let decoded = decode_finite(f64::MAX); in bench_big_shortest() localVariable 32 let decoded = decode_finite(3.141592f64); in bench_small_exact_3() localVariable 41 let decoded = decode_finite(f64::MAX); in bench_big_exact_3() localVariable 50 let decoded = decode_finite(3.141592f64); in bench_small_exact_12() localVariable 59 let decoded = decode_finite(f64::MAX); in bench_big_exact_12() localVariable 68 let decoded = decode_finite(3.141592f64); in bench_small_exact_inf() localVariable 77 let decoded = decode_finite(f64::MAX); in bench_big_exact_inf() localVariable 86 let decoded = decode_finite(1.0); in bench_one_exact_inf() localVariable 95 let decoded = decode_finite(250.000000000000000000000000); in bench_trailing_zero_exact_inf() localVariable [all …]
|
H A D | dragon.rs | 7 let decoded = decode_finite(3.141592f64); in bench_small_shortest() localVariable 16 let decoded = decode_finite(f64::MAX); in bench_big_shortest() localVariable 25 let decoded = decode_finite(3.141592f64); in bench_small_exact_3() localVariable 34 let decoded = decode_finite(f64::MAX); in bench_big_exact_3() localVariable 43 let decoded = decode_finite(3.141592f64); in bench_small_exact_12() localVariable 52 let decoded = decode_finite(f64::MAX); in bench_big_exact_12() localVariable 61 let decoded = decode_finite(3.141592f64); in bench_small_exact_inf() localVariable 70 let decoded = decode_finite(f64::MAX); in bench_big_exact_inf() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/benches/num/flt2dec/strategy/ |
H A D | grisu.rs | 14 let decoded = decode_finite(3.141592f64); in bench_small_shortest() localVariable 23 let decoded = decode_finite(f64::MAX); in bench_big_shortest() localVariable 32 let decoded = decode_finite(3.141592f64); in bench_small_exact_3() localVariable 41 let decoded = decode_finite(f64::MAX); in bench_big_exact_3() localVariable 50 let decoded = decode_finite(3.141592f64); in bench_small_exact_12() localVariable 59 let decoded = decode_finite(f64::MAX); in bench_big_exact_12() localVariable 68 let decoded = decode_finite(3.141592f64); in bench_small_exact_inf() localVariable 77 let decoded = decode_finite(f64::MAX); in bench_big_exact_inf() localVariable 86 let decoded = decode_finite(1.0); in bench_one_exact_inf() localVariable 95 let decoded = decode_finite(250.000000000000000000000000); in bench_trailing_zero_exact_inf() localVariable [all …]
|
H A D | dragon.rs | 7 let decoded = decode_finite(3.141592f64); in bench_small_shortest() localVariable 16 let decoded = decode_finite(f64::MAX); in bench_big_shortest() localVariable 25 let decoded = decode_finite(3.141592f64); in bench_small_exact_3() localVariable 34 let decoded = decode_finite(f64::MAX); in bench_big_exact_3() localVariable 43 let decoded = decode_finite(3.141592f64); in bench_small_exact_12() localVariable 52 let decoded = decode_finite(f64::MAX); in bench_big_exact_12() localVariable 61 let decoded = decode_finite(3.141592f64); in bench_small_exact_inf() localVariable 70 let decoded = decode_finite(f64::MAX); in bench_big_exact_inf() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/benches/num/flt2dec/strategy/ |
H A D | grisu.rs | 14 let decoded = decode_finite(3.141592f64); in bench_small_shortest() localVariable 23 let decoded = decode_finite(f64::MAX); in bench_big_shortest() localVariable 32 let decoded = decode_finite(3.141592f64); in bench_small_exact_3() localVariable 41 let decoded = decode_finite(f64::MAX); in bench_big_exact_3() localVariable 50 let decoded = decode_finite(3.141592f64); in bench_small_exact_12() localVariable 59 let decoded = decode_finite(f64::MAX); in bench_big_exact_12() localVariable 68 let decoded = decode_finite(3.141592f64); in bench_small_exact_inf() localVariable 77 let decoded = decode_finite(f64::MAX); in bench_big_exact_inf() localVariable 86 let decoded = decode_finite(1.0); in bench_one_exact_inf() localVariable 95 let decoded = decode_finite(250.000000000000000000000000); in bench_trailing_zero_exact_inf() localVariable [all …]
|
H A D | dragon.rs | 7 let decoded = decode_finite(3.141592f64); in bench_small_shortest() localVariable 16 let decoded = decode_finite(f64::MAX); in bench_big_shortest() localVariable 25 let decoded = decode_finite(3.141592f64); in bench_small_exact_3() localVariable 34 let decoded = decode_finite(f64::MAX); in bench_big_exact_3() localVariable 43 let decoded = decode_finite(3.141592f64); in bench_small_exact_12() localVariable 52 let decoded = decode_finite(f64::MAX); in bench_big_exact_12() localVariable 61 let decoded = decode_finite(3.141592f64); in bench_small_exact_inf() localVariable 70 let decoded = decode_finite(f64::MAX); in bench_big_exact_inf() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/benches/num/flt2dec/strategy/ |
H A D | grisu.rs | 14 let decoded = decode_finite(3.141592f64); in bench_small_shortest() localVariable 23 let decoded = decode_finite(f64::MAX); in bench_big_shortest() localVariable 32 let decoded = decode_finite(3.141592f64); in bench_small_exact_3() localVariable 41 let decoded = decode_finite(f64::MAX); in bench_big_exact_3() localVariable 50 let decoded = decode_finite(3.141592f64); in bench_small_exact_12() localVariable 59 let decoded = decode_finite(f64::MAX); in bench_big_exact_12() localVariable 68 let decoded = decode_finite(3.141592f64); in bench_small_exact_inf() localVariable 77 let decoded = decode_finite(f64::MAX); in bench_big_exact_inf() localVariable 86 let decoded = decode_finite(1.0); in bench_one_exact_inf() localVariable 95 let decoded = decode_finite(250.000000000000000000000000); in bench_trailing_zero_exact_inf() localVariable [all …]
|
H A D | dragon.rs | 7 let decoded = decode_finite(3.141592f64); in bench_small_shortest() localVariable 16 let decoded = decode_finite(f64::MAX); in bench_big_shortest() localVariable 25 let decoded = decode_finite(3.141592f64); in bench_small_exact_3() localVariable 34 let decoded = decode_finite(f64::MAX); in bench_big_exact_3() localVariable 43 let decoded = decode_finite(3.141592f64); in bench_small_exact_12() localVariable 52 let decoded = decode_finite(f64::MAX); in bench_big_exact_12() localVariable 61 let decoded = decode_finite(3.141592f64); in bench_small_exact_inf() localVariable 70 let decoded = decode_finite(f64::MAX); in bench_big_exact_inf() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/benches/num/flt2dec/strategy/ |
H A D | grisu.rs | 14 let decoded = decode_finite(3.141592f64); in bench_small_shortest() localVariable 23 let decoded = decode_finite(f64::MAX); in bench_big_shortest() localVariable 32 let decoded = decode_finite(3.141592f64); in bench_small_exact_3() localVariable 41 let decoded = decode_finite(f64::MAX); in bench_big_exact_3() localVariable 50 let decoded = decode_finite(3.141592f64); in bench_small_exact_12() localVariable 59 let decoded = decode_finite(f64::MAX); in bench_big_exact_12() localVariable 68 let decoded = decode_finite(3.141592f64); in bench_small_exact_inf() localVariable 77 let decoded = decode_finite(f64::MAX); in bench_big_exact_inf() localVariable 86 let decoded = decode_finite(1.0); in bench_one_exact_inf() localVariable 95 let decoded = decode_finite(250.000000000000000000000000); in bench_trailing_zero_exact_inf() localVariable [all …]
|
H A D | dragon.rs | 7 let decoded = decode_finite(3.141592f64); in bench_small_shortest() localVariable 16 let decoded = decode_finite(f64::MAX); in bench_big_shortest() localVariable 25 let decoded = decode_finite(3.141592f64); in bench_small_exact_3() localVariable 34 let decoded = decode_finite(f64::MAX); in bench_big_exact_3() localVariable 43 let decoded = decode_finite(3.141592f64); in bench_small_exact_12() localVariable 52 let decoded = decode_finite(f64::MAX); in bench_big_exact_12() localVariable 61 let decoded = decode_finite(3.141592f64); in bench_small_exact_inf() localVariable 70 let decoded = decode_finite(f64::MAX); in bench_big_exact_inf() localVariable
|
/aosp_15_r20/external/python/cpython3/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 …]
|
/aosp_15_r20/external/moshi/kotlin/tests/codegen-only/src/test/kotlin/com/squareup/moshi/kotlin/codegen/ |
H A D | GeneratedAdaptersTest.kt | 360 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 …]
|
/aosp_15_r20/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/json/ |
H A D | AbstractJsonImplicitNullsTest.kt | 90 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
|
H A D | JsonExponentTest.kt | 16 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
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/ |
H A D | libjpeg_decoder_test.cc | 64 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
|
/aosp_15_r20/frameworks/base/services/tests/VpnTests/java/com/android/internal/net/ |
H A D | VpnProfileTest.java | 180 final VpnProfile decoded = VpnProfile.decode(DUMMY_PROFILE_KEY, profile.encode()); in testEncodeDecodeWithIkeTunConnParams() local 187 final VpnProfile decoded = VpnProfile.decode(DUMMY_PROFILE_KEY, profile.encode()); in testEncodeDecode() local 247 final VpnProfile decoded = VpnProfile.decode(DUMMY_PROFILE_KEY, tooFewValues.getBytes()); in testEncodeDecodeMissingIsRestrictedToTestNetworks() local 256 final VpnProfile decoded = VpnProfile.decode(DUMMY_PROFILE_KEY, tooFewValues.getBytes()); in testEncodeDecodeMissingExcludeLocalRoutes() local 265 final VpnProfile decoded = VpnProfile.decode(DUMMY_PROFILE_KEY, tooFewValues.getBytes()); in testEncodeDecodeMissingRequiresValidation() local 274 final VpnProfile decoded = VpnProfile.decode(DUMMY_PROFILE_KEY, tooFewValues.getBytes()); in testEncodeDecodeMissingAutomaticNattKeepaliveTimerEnabled() local 283 final VpnProfile decoded = VpnProfile.decode(DUMMY_PROFILE_KEY, tooFewValues.getBytes()); in testEncodeDecodeMissingAutomaticIpVersionSelectionEnabled() local 292 final VpnProfile decoded = VpnProfile.decode(DUMMY_PROFILE_KEY, profile.encode()); in testEncodeDecodeLoginsNotSaved() local
|