Home
last modified time | relevance | path

Searched defs:profile (Results 1 – 7 of 7) sorted by relevance

/tools/security/remote_provisioning/hwtrust/src/
Ddice.rs5 mod profile; module
/tools/security/remote_provisioning/hwtrust/src/cbor/
Ddice.rs10 mod profile; module
/tools/tradefederation/core/src/com/android/tradefed/util/
DSl4aBluetoothUtil.java132 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/security/remote_provisioning/hwtrust/src/cbor/dice/
Dentry.rs592 let profile = Profile { mode_type: ModeType::IntOrBytes, ..Profile::default() }; in mode_int_debug() localVariable
630 let profile = Profile { allow_big_endian_key_usage: true, ..Profile::default() }; in key_usage_big_endian() localVariable
641 let profile = Profile { allow_big_endian_key_usage: true, ..Profile::default() }; in key_usage_big_endian_invalid() localVariable
652 let profile = Profile { allow_big_endian_key_usage: true, ..Profile::default() }; in key_usage_invalid() localVariable
663 let profile = Profile { allow_big_endian_key_usage: true, ..Profile::default() }; in key_usage_empty() localVariable
749 let profile = in config_desc_component_version_string() localVariable
783 let profile = Profile { security_version_optional: true, ..Profile::default() }; in config_desc_security_version_omitted() localVariable
878 let profile = Profile { key_ops_type: KeyOpsType::IntOrArray, ..Profile::default() }; in integer_key_ops() localVariable
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DConnectionStressTest.py60 def start_ap(self, profile, channel, security=None): argument
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/pandora/
DPtsBotTest.java419 private String[] listPtsBotTestsForProfile(String profile, TestInformation testInfo) { in listPtsBotTestsForProfile()
544 String profile, in runPtsBotTest()
/tools/test/connectivity/acts/framework/acts/controllers/
Dbluetooth_pts_device.py323 def set_profile_under_test(self, profile): argument