| /system/keymint/common/src/tag/info/ | 
| D | tests.rs | 13     let got: BTreeSet<Tag> = AUTO_ADDED_CHARACTERISTICS.iter().cloned().collect();  in test_auto_added_const()  localVariable25     let got: BTreeSet<Tag> = KEYSTORE_ENFORCED_CHARACTERISTICS.iter().cloned().collect();  in test_keystore_enforced_const()  localVariable
 37     let got: BTreeSet<Tag> = KEYMINT_ENFORCED_CHARACTERISTICS.iter().cloned().collect();  in test_keymint_enforced_const()  localVariable
 
 | 
| /system/tools/aidl/tests/ | 
| D | aidl_test_client_ndk_primitives_test.cpp | 44     std::shared_ptr<INamedCallback> got;  in TEST_F()  local51     std::vector<std::shared_ptr<INamedCallback>> got;  in TEST_F()  local
 66     std::optional<std::vector<std::shared_ptr<INamedCallback>>> got;  in TEST_F()  local
 85     std::optional<std::vector<std::shared_ptr<INamedCallback>>> got;  in TEST_F()  local
 
 | 
| D | aidl_test_client_primitives.cpp | 219     sp<INamedCallback> got;  in TEST_F()  local225     std::vector<sp<INamedCallback>> got;  in TEST_F()  local
 240     std::optional<std::vector<sp<INamedCallback>>> got;  in TEST_F()  local
 261     std::optional<std::vector<sp<INamedCallback>>> got;  in TEST_F()  local
 
 | 
| D | aidl_test_client_file_descriptors.cpp | 55     int got;  in ReadFdToStringAndCompare()  local
 | 
| /system/keymint/derive/tests/ | 
| D | integration_test.rs | 14     let got = NamedFields::from_cbor_value(want_value).unwrap();  in test_derive_named_struct_roundtrip()  localVariable27     let got = UnnamedFields::from_cbor_value(want_value).unwrap();  in test_derive_unnamed_struct_roundtrip()  localVariable
 44     let got = NumericEnum::from_cbor_value(want_value).unwrap();  in test_derive_numeric_enum_roundtrip()  localVariable
 
 | 
| /system/keymint/common/src/tag/ | 
| D | tests.rs | 102         let got = luhn_checksum(input);  in test_luhn_checksum()  localVariable122         let got = increment_imei(&input_data);  in test_increment_imei()  localVariable
 
 | 
| /system/keymint/wire/src/ | 
| D | tests.rs | 14         let got = read_to_value(&data).unwrap();  in test_read_to_value_ok()  localVariable
 | 
| D | lib.rs | 265     let got = match value {  in cbor_type_error()  localVariable
 | 
| /system/keymint/common/src/keyblob/legacy/ | 
| D | tests.rs | 173         let got = EncryptedKeyBlob::deserialize(&data).unwrap();  in test_serialize_encrypted_keyblob()  localVariable
 | 
| /system/keymint/tests/tests/ | 
| D | keyblob_test.rs | 86         let got = KeyBlob::deserialize(&hmac, &data, &hidden, BoringEq).unwrap();  in test_serialize_authenticated_legacy_keyblob()  localVariable
 | 
| /system/tools/aidl/tests/java/src/android/aidl/tests/ | 
| D | TestServiceClient.java | 311         INamedCallback got = service.GetOtherTestService("Smythe");  in testBinderExchange()  local320       INamedCallback[] got = service.GetInterfaceArray(names);  in testBinderArrayExchange()  local
 330       INamedCallback[] got = service.GetNullableInterfaceArray(names);  in testNullableBinderArrayExchange()  local
 341       List<INamedCallback> got = service.GetInterfaceList(names);  in testInterfaceListExchange()  local
 
 | 
| /system/keymint/ta/src/ | 
| D | cert.rs | 1227         let got = ext.to_vec().unwrap();  in test_attest_ext_encode_decode()  localVariable1273             let got = input.to_vec().unwrap();  in test_explicit_tagged_value()  localVariable
 1293         let got = authz_list.to_vec().unwrap();  in test_authz_list_encode_decode()  localVariable
 1339         let got = authz_list.to_vec().unwrap();  in test_authz_list_dup_encode()  localVariable
 
 | 
| D | operation.rs | 578                 let got = op.finish()?;  in op_finish()  localVariable
 | 
| /system/tools/aidl/tests/rust/ | 
| D | test_client.rs | 290     let got = service.GetOtherTestService(NAME).expect("error calling GetOtherTestService");  in test_binder_exchange()  localVariable299     let got = service.GetInterfaceArray(&names).expect("error calling GetInterfaceArray");  in test_binder_array_exchange()  localVariable
 308     let got = service  in test_binder_nullable_array_exchange()  localVariable
 328     let got = service.GetInterfaceList(Some(&names)).expect("error calling GetInterfaceList");  in test_interface_list_exchange()  localVariable
 
 | 
| /system/keymint/hal/src/ | 
| D | env.rs | 151             let got = populate_hal_info_from(os_version, os_patch, vendor_patch).unwrap();  in test_hal_info()  localVariable
 | 
| /system/security/keystore2/src/ | 
| D | km_compat.rs | 494             let got = v1.emulation_required(¶ms, &KeyImportData::None);  in test_keymintv1_emulation_required()  localVariable584             let got = v0.emulation_required(¶ms, &KeyImportData::None);  in test_keymaster_emulation_required()  localVariable
 
 | 
| /system/keymint/tests/src/ | 
| D | lib.rs | 142         let got = hmac.hkdf(&salt, &ikm, &info, test.out_len).unwrap();  in test_hkdf()  localVariable
 |