Searched defs:profile (Results 1 – 7 of 7) sorted by relevance
/tools/security/remote_provisioning/hwtrust/src/ |
D | dice.rs | 5 mod profile; module
|
/tools/security/remote_provisioning/hwtrust/src/cbor/ |
D | dice.rs | 10 mod profile; module
|
/tools/security/remote_provisioning/hwtrust/src/cbor/dice/ |
D | entry.rs | 664 let profile = Profile { allow_root_varied_auth_hash_size: false, ..Profile::default() }; in inconsistent_root_authority_hash_size_auth_differ_unexcepted() localVariable 704 let profile = Profile { allow_root_varied_auth_hash_size: false, ..Profile::default() }; in inconsistent_root_config_hash_size_auth_differ_unexcepted() localVariable 771 let profile = Profile { allow_root_mode_debug: false, ..Profile::default() }; in mode_normal_root_debug_unexcepted() localVariable 807 let profile = Profile { allow_root_mode_debug: false, ..Profile::default() }; in mode_debug_root_debug_unexcepted() localVariable 874 let profile = Profile { mode_type: ModeType::IntOrBytes, ..Profile::default() }; in mode_int_debug() localVariable 926 let profile = Profile { allow_big_endian_key_usage: true, ..Profile::default() }; in key_usage_big_endian() localVariable 944 let profile = Profile { allow_big_endian_key_usage: true, ..Profile::default() }; in key_usage_big_endian_invalid() localVariable 962 let profile = Profile { allow_big_endian_key_usage: true, ..Profile::default() }; in key_usage_invalid() localVariable 980 let profile = Profile { allow_big_endian_key_usage: true, ..Profile::default() }; in key_usage_empty() localVariable 1092 let profile = in config_desc_component_version_string() localVariable [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | Sl4aBluetoothUtil.java | 132 public static BluetoothProfile valueOfProfile(int profile) { in valueOfProfile() 136 BluetoothProfile(int profile) { in BluetoothProfile() 507 BluetoothProfile profile, in changeProfileAccessPermission() 660 int profile = profileData.getInt("profile"); in waitForConnectedOrDisconnectedProfiles() local 717 ITestDevice primary, String address, BluetoothProfile profile) in isProfileConnected()
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/ |
D | ConnectionStressTest.py | 60 def start_ap(self, profile, channel, security=None): argument
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/pandora/ |
D | PtsBotTest.java | 463 private String[] listPtsBotTestsForProfile(String profile, TestInformation testInfo) { in listPtsBotTestsForProfile() 577 String profile, in runPtsBotTestWithFlag() 754 String profile, in runPtsBotTest()
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | bluetooth_pts_device.py | 323 def set_profile_under_test(self, profile): argument
|