Home
last modified time | relevance | path

Searched refs:bool (Results 1 – 25 of 42) sorted by relevance

12

/platform_testing/tests/bettertogether/betocq/
Dnc_constants.py120 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 …]
Dandroid_wifi_utils.py162 def is_wifi_enabled(ad: android_device.AndroidDevice) -> bool:
185 def _is_data_connected(ad: android_device.AndroidDevice) -> bool:
196 ) -> bool:
Dgms_auto_updates_util.py63 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/
Dnc_constants.py86 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
Dgms_auto_updates_util.py63 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/
Draw.rs25 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
Dmain.rs27 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/
Dmcc_5g_wfd_dfs_5g_sta_test.py89 def _is_wifi_ap_ready(self) -> bool:
93 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]:
Dscc_dfs_5g_hotspot_sta_test.py94 def _is_wifi_ap_ready(self) -> bool:
98 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]:
Dscc_indoor_5g_wfd_sta_test.py94 def _is_wifi_ap_ready(self) -> bool:
98 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]:
Dscc_5g_wfd_dbs_2g_sta_test.py88 def _is_wifi_ap_ready(self) -> bool:
92 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]:
Dscc_5g_wlan_sta_test.py83 def _is_wifi_ap_ready(self) -> bool:
86 def _are_devices_capabilities_ok(self) -> bool:
Dmcc_5g_wfd_non_dbs_2g_sta_test.py89 def _is_wifi_ap_ready(self) -> bool:
93 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]:
Dscc_dfs_5g_wfd_sta_test.py93 def _is_wifi_ap_ready(self) -> bool:
97 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]:
Dmcc_5g_hotspot_dfs_5g_sta_test.py93 def _is_wifi_ap_ready(self) -> bool:
97 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]:
Dscc_5g_wfd_sta_test.py84 def _is_wifi_ap_ready(self) -> bool:
87 def _are_devices_capabilities_ok(self) -> bool:
Dscc_5g_aware_sta_test.py88 def _is_wifi_ap_ready(self) -> bool:
92 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]:
Dmcc_2g_wfd_indoor_5g_sta_test.py99 def _is_wifi_ap_ready(self) -> bool:
103 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]:
Dmcc_aware_2g_5g_sta_test.py87 def _is_wifi_ap_ready(self) -> bool:
96 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]:
Dscc_2g_wlan_sta_test.py95 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/
Dscc_5g_all_wifi_sta_test.py98 def _is_wifi_ap_ready(self) -> bool:
102 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]:
Dmcc_5g_all_wifi_non_dbs_2g_sta_test.py101 def _is_wifi_ap_ready(self) -> bool:
105 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]:
Dscc_5g_all_wifi_dbs_2g_sta_test.py102 def _is_wifi_ap_ready(self) -> bool:
106 def _devices_capabilities_definition(self) -> dict[str, dict[str, bool]]:
Dscc_2g_all_wifi_sta_test.py105 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/
Daudio_format.proto36 bool signed = 4;
40 bool bigEndian = 5;

12