/platform_testing/tests/bettertogether/betocq/ |
D | nc_constants.py | 120 requires_bt_multiplex: bool = False 121 requires_3p_api_test: bool = False 122 abort_all_tests_on_function_tests_fail: bool = True 123 fast_fail_on_any_error: bool = False 124 use_auto_controlled_wifi_ap: bool = False 135 toggle_airplane_mode_target_side: bool = False 136 reset_wifi_connection: bool = True 137 disconnect_bt_after_test: bool = False 138 disconnect_wifi_after_test: bool = False 140 allow_unrooted_device: bool = False [all …]
|
D | android_wifi_utils.py | 162 def is_wifi_enabled(ad: android_device.AndroidDevice) -> bool: 185 def _is_data_connected(ad: android_device.AndroidDevice) -> bool: 196 ) -> bool:
|
D | gms_auto_updates_util.py | 63 def _config_gms_auto_updates(self, enable_updates: bool) -> None: argument 80 def _configure_gservice_updates(self, enable_updates: bool) -> None: argument
|
/platform_testing/tests/bettertogether/quickstart/performance_test/ |
D | nc_constants.py | 86 fast_fail_on_any_error: bool = False 90 toggle_airplane_mode_target_side: bool = True 91 reset_wifi_connection: bool = True 92 disconnect_bt_after_test: bool = False 93 disconnect_wifi_after_test: bool = False 104 allow_unrooted_device: bool = False 129 def is_high_quality_medium(medium: NearbyMedium) -> bool: 161 medium_upgrade_expected: bool = False 192 discoverer_wifi_wlan_expected: bool = False 193 advertiser_wifi_wlan_expected: bool = False
|
D | gms_auto_updates_util.py | 63 def _config_gms_auto_updates(self, enable_updates: bool) -> None: argument 80 def _configure_gservice_updates(self, enable_updates: bool) -> None: argument
|
/platform_testing/libraries/rdroidtest/tests/ |
D | raw.rs | 25 fn feeling_happy() -> bool { in feeling_happy() 44 fn feeling_odd(param: &u32) -> bool { in feeling_odd() argument 57 fn feeling_odder(param: &Param) -> bool { in feeling_odder() argument
|
D | main.rs | 27 fn feeling_happy() -> bool { in feeling_happy() 48 fn feeling_odd(param: &u32) -> bool { in feeling_odd() argument 62 fn feeling_odder(param: &Param) -> bool { in feeling_odder() argument
|
/platform_testing/tests/bettertogether/betocq/directed_tests/ |
D | mcc_5g_wfd_dfs_5g_sta_test.py | 89 def _is_wifi_ap_ready(self) -> bool: 93 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]:
|
D | scc_dfs_5g_hotspot_sta_test.py | 94 def _is_wifi_ap_ready(self) -> bool: 98 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]:
|
D | scc_indoor_5g_wfd_sta_test.py | 94 def _is_wifi_ap_ready(self) -> bool: 98 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]:
|
D | scc_5g_wfd_dbs_2g_sta_test.py | 88 def _is_wifi_ap_ready(self) -> bool: 92 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]:
|
D | scc_5g_wlan_sta_test.py | 83 def _is_wifi_ap_ready(self) -> bool: 86 def _are_devices_capabilities_ok(self) -> bool:
|
D | mcc_5g_wfd_non_dbs_2g_sta_test.py | 89 def _is_wifi_ap_ready(self) -> bool: 93 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]:
|
D | scc_dfs_5g_wfd_sta_test.py | 93 def _is_wifi_ap_ready(self) -> bool: 97 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]:
|
D | mcc_5g_hotspot_dfs_5g_sta_test.py | 93 def _is_wifi_ap_ready(self) -> bool: 97 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]:
|
D | scc_5g_wfd_sta_test.py | 84 def _is_wifi_ap_ready(self) -> bool: 87 def _are_devices_capabilities_ok(self) -> bool:
|
D | scc_5g_aware_sta_test.py | 88 def _is_wifi_ap_ready(self) -> bool: 92 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]:
|
D | mcc_2g_wfd_indoor_5g_sta_test.py | 99 def _is_wifi_ap_ready(self) -> bool: 103 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]:
|
D | mcc_aware_2g_5g_sta_test.py | 87 def _is_wifi_ap_ready(self) -> bool: 96 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]:
|
D | scc_2g_wlan_sta_test.py | 95 def _is_wifi_ap_ready(self) -> bool: 99 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]:
|
/platform_testing/tests/bettertogether/betocq/compound_tests/ |
D | scc_5g_all_wifi_sta_test.py | 98 def _is_wifi_ap_ready(self) -> bool: 102 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]:
|
D | mcc_5g_all_wifi_non_dbs_2g_sta_test.py | 101 def _is_wifi_ap_ready(self) -> bool: 105 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]:
|
D | scc_5g_all_wifi_dbs_2g_sta_test.py | 102 def _is_wifi_ap_ready(self) -> bool: 106 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]:
|
D | scc_2g_all_wifi_sta_test.py | 105 def _is_wifi_ap_ready(self) -> bool: 109 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]:
|
/platform_testing/libraries/audio-test-harness/proto/ |
D | audio_format.proto | 36 bool signed = 4; 40 bool bigEndian = 5;
|