/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | Sl4aBluetoothUtil.java | 132 public static BluetoothProfile valueOfProfile(int profile) { in valueOfProfile() argument 133 return sProfileToValue.get(profile); in valueOfProfile() 136 BluetoothProfile(int profile) { in BluetoothProfile() argument 137 mProfile = profile; in BluetoothProfile() 448 .map(profile -> profile.getProfile()) in disconnect() 507 BluetoothProfile profile, in changeProfileAccessPermission() argument 516 profile.mProfile, in changeProfileAccessPermission() 519 CLog.e("Failed to set profile access level %s for profile %s, %s", access, profile, e); in changeProfileAccessPermission() 544 for (BluetoothProfile profile : profiles) { in setProfilePriority() 546 switch (profile) { in setProfilePriority() [all …]
|
/tools/security/remote_provisioning/hwtrust/src/cbor/dice/ |
D | entry.rs | 2 use super::profile::{ComponentVersionType, ModeType, Profile}; 80 profile: &Profile, in from_entries() 84 let f = PayloadFields::from_entries(profile, entries, config_format)?; in from_entries() 156 profile: &Profile, in from_entries() 196 validate_key_usage(profile, key_usage)?; in from_entries() 198 validate_config(profile, config_desc, config_hash, config_format).context("config")?; in from_entries() 203 subject_public_key: validate_subject_public_key(profile, subject_public_key)?, in from_entries() 204 mode: validate_mode(profile, mode)?, in from_entries() 215 fn validate_key_usage(profile: &Profile, key_usage: FieldValue) -> Result<()> { in validate_key_usage() 219 && profile.allow_big_endian_key_usage in validate_key_usage() [all …]
|
/tools/asuite/atest/ |
D | atest_completion.sh | 93 profile="$HOME/.atest/$(date +'%FT%H-%M-%S').pyisession" 96 m atest && python3 $T/tools/asuite/atest/profiler.py pyinstrument $profile\ 99 pyinstrument -t --load $profile || deactivate 111 profile="$HOME/.atest/$(date +'%F_%H-%M-%S').pstats" 114 m atest && python3 $T/tools/asuite/atest/profiler.py cProfile $profile \ 118 snakeviz $profile >/dev/null || deactivate
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | bt_test_utils.py | 85 for profile in profile_list: 86 if profile in selector_dict and android_device not in selector_dict[ 87 profile]: 88 selector_dict[profile].append(android_device) 90 selector_dict[profile] = [android_device] 296 for profile in profiles_set: 297 if profile not in supported_profiles: 299 profile, supported_profiles)) 358 profile = profile_event['data']['profile'] 363 profile_connected.add(profile) [all …]
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/pandora/ |
D | PtsBotTest.java | 371 for (String profile : profiles) { in getAllFilteredTests() 373 if (shouldSkipProfileOrTest(profile)) continue; in getAllFilteredTests() 376 Arrays.stream(listPtsBotTestsForProfile(profile, testInfo)) in getAllFilteredTests() 419 private String[] listPtsBotTestsForProfile(String profile, TestInformation testInfo) { in listPtsBotTestsForProfile() argument 421 ProcessBuilder processBuilder = ptsBot(testInfo, "--list", profile); in listPtsBotTestsForProfile() 452 throw new RuntimeException(String.format("Cannot list tests for %s", profile)); in listPtsBotTestsForProfile() 464 for (String profile : profiles) { in runPtsBotTests() 467 .filter(testName -> testName.startsWith(profile)) in runPtsBotTests() 473 listener.testRunStarted(profile, profileTests.length); in runPtsBotTests() 478 runPtsBotTest(profile, testName, testInfo, listener); in runPtsBotTests() [all …]
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/ |
D | apollo_acts.py | 469 for profile in profiles: 470 if profiles[profile]: 471 timer.stop_timer(profile) 474 for profile in profiles_to_check: 475 if not profiles[profile]: 604 for profile in profiles_to_check: 605 if (profile in profiles and profiles[profile] 606 and last_4_hex in profiles[profile].lower()): 607 self.measurement_timer.stop_timer(profile)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/protos/ |
D | bluetooth.proto | 55 // Statistics about Bluetooth profile connections 58 // Statistics about Headset profile connections 279 // Statistics about Bluetooth profile connections 284 // Number of times that this profile is connected since last metrics dump 294 // Statistics about headset profile connections 296 // Type of headset profile connected 299 // Number of times this type of headset profile is connected
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/cellular/ |
D | modem_logs.py | 122 profile: ModemLogProfile, 138 cmd = _ADB_SET_LOG_PROFILE_TEMPLATE.format(log_profile_name=profile.value) 143 if profile.value in get_modem_log_profile(dut):
|
/tools/security/remote_provisioning/hwtrust/src/ |
D | dice.rs | 5 mod profile; module 10 pub use profile::ProfileVersion;
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/ |
D | ConnectionStressTest.py | 60 def start_ap(self, profile, channel, security=None): argument 67 self.log.info('Profile: %s, Channel: %d' % (profile, channel)) 69 profile_name=profile,
|
D | SoftApTest.py | 75 profile = config.get('profile', DEFAULT_AP_PROFILE) 89 'profile': profile,
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/ |
D | coex_test_utils.py | 201 for profile in profiles_set: 202 if profile not in supported_profiles: 204 profile, supported_profiles)) 261 profile = profile_event['data']['profile'] 266 profile_connected.add(profile) 392 for profile in profiles_list: 393 if profile not in supported_profiles: 395 profile, supported_profiles)) 420 profile = profile_event['data']['profile'] 426 profile_disconnected.add(profile)
|
/tools/security/remote_provisioning/hwtrust/src/cbor/ |
D | dice.rs | 10 mod profile; module
|
/tools/asuite/adevice/ |
D | Cargo.toml | 8 [profile.release]
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | bluetooth_pts_device.py | 323 def set_profile_under_test(self, profile): argument 324 self.profile_under_test = profile
|
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/ |
D | SM_PTS_INSTRUCTIONS | 204 2. Increase bt logging to 5 on all profile.
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/ |
D | apollo_lib.py | 1080 profile, value = line[line.find(' '):].split(':', 1) 1081 connected_status[profile] = value
|
/tools/external_updater/ |
D | poetry.lock | 38 profile = ["gprof2dot (>=2022.7.29)"]
|
/tools/repohooks/tools/ |
D | pylintrc | 25 profile=no
|