/tools/netsim/proto/netsim/ |
D | config.proto | 25 optional bool ipv4 = 2; field 32 optional bool ipv6 = 7; field 47 optional bool disabled = 1; field 60 optional bool disable_address_reuse = 2; field 62 optional bool test_beacons = 3; field 66 optional bool enabled = 1; field
|
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/ |
D | radio_measurement.py | 38 spectrum_management: bool = False, 39 qos: bool = False, 40 apsd: bool = False, 41 radio_measurement: bool = False): 88 security: bool = False, 89 key_scope: bool = False, 92 mobility_domain: bool = False, 93 high_throughput: bool = False, 94 very_high_throughput: bool = False, 95 ftm: bool = False):
|
D | wireless_network_management.py | 54 preferred_candidate_list_included: bool = False, 55 abridged: bool = False, 56 disassociation_imminent: bool = False, 57 ess_disassociation_imminent: bool = False,
|
/tools/netsim/rust/proto/src/ |
D | configuration.rs | 61 pub fn le_extended_advertising(&self) -> bool { in le_extended_advertising() 69 pub fn has_le_extended_advertising(&self) -> bool { in has_le_extended_advertising() 74 pub fn set_le_extended_advertising(&mut self, v: bool) { in set_le_extended_advertising() 80 pub fn le_periodic_advertising(&self) -> bool { in le_periodic_advertising() 88 pub fn has_le_periodic_advertising(&self) -> bool { in has_le_periodic_advertising() 93 pub fn set_le_periodic_advertising(&mut self, v: bool) { in set_le_periodic_advertising() 99 pub fn ll_privacy(&self) -> bool { in ll_privacy() 107 pub fn has_ll_privacy(&self) -> bool { in has_ll_privacy() 112 pub fn set_ll_privacy(&mut self, v: bool) { in set_ll_privacy() 118 pub fn le_2m_phy(&self) -> bool { in le_2m_phy() [all …]
|
D | stats.rs | 66 pub fn has_reason(&self) -> bool { in has_reason() 88 pub fn has_description(&self) -> bool { in has_description() 124 pub fn has_packet(&self) -> bool { in has_packet() 176 fn is_initialized(&self) -> bool { in is_initialized() 394 pub fn has_device_id(&self) -> bool { in has_device_id() 416 pub fn has_kind(&self) -> bool { in has_kind() 435 pub fn has_duration_secs(&self) -> bool { in has_duration_secs() 454 pub fn has_tx_count(&self) -> bool { in has_tx_count() 473 pub fn has_rx_count(&self) -> bool { in has_rx_count() 492 pub fn has_tx_bytes(&self) -> bool { in has_tx_bytes() [all …]
|
D | packet_streamer.rs | 61 pub fn has_initial_info(&self) -> bool { in has_initial_info() 110 pub fn has_hci_packet(&self) -> bool { in has_hci_packet() 159 pub fn has_packet(&self) -> bool { in has_packet() 230 fn is_initialized(&self) -> bool { in is_initialized() 407 pub fn has_error(&self) -> bool { in has_error() 456 pub fn has_hci_packet(&self) -> bool { in has_hci_packet() 505 pub fn has_packet(&self) -> bool { in has_packet() 575 fn is_initialized(&self) -> bool { in is_initialized()
|
/tools/security/remote_provisioning/hwtrust/cxxbridge/ |
D | lib.rs | 69 allow_any_mode: bool, in verify_dice_chain() 89 fn is_dice_chain_proper(chain: &DiceChain) -> bool; in is_dice_chain_proper() 97 is_factory: bool, in validate_csr() 98 allow_any_mode: bool, in validate_csr() 106 fn csr_has_uds_certs(csr: &Csr) -> bool; in csr_has_uds_certs() 138 allow_any_mode: bool, in new_session() 158 allow_any_mode: bool, in verify_dice_chain() 261 fn is_dice_chain_proper(chain: &DiceChain) -> bool { in is_dice_chain_proper() 278 is_factory: bool, in validate_csr() 279 allow_any_mode: bool, in validate_csr() [all …]
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_dsds_utils.py | 99 streaming: bool = True, 100 expected_result: bool = True) -> bool: 166 streaming: bool = True, 167 is_airplane_mode: bool = False, 173 turn_off_wifi_in_the_end: bool = False, 174 turn_off_airplane_mode_in_the_end: bool = False) -> bool: 250 to_change_slot: bool = True, 251 streaming: bool = True, 252 is_airplane_mode: bool = False, 258 turn_off_wifi_in_the_end: bool = False, [all …]
|
/tools/test/connectivity/acts/framework/acts/controllers/amarisoft_lib/ |
D | mme.py | 34 def pws_write(self, local_id: str, n50: bool = False): 51 def pws_kill(self, local_id: str, n50: bool = False):
|
/tools/netsim/rust/packets/src/ |
D | ieee80211.rs | 89 pub fn is_multicast(&self) -> bool { in is_multicast() 94 pub fn is_broadcast(&self) -> bool { in is_broadcast() 184 pub fn has_a4(&self) -> bool { in has_a4() 189 pub fn is_to_ap(&self) -> bool { in is_to_ap() 194 pub fn is_mgmt(&self) -> bool { in is_mgmt() 249 pub fn is_qos_data(&self) -> bool { in is_qos_data() 306 pub fn is_multicast(&self) -> bool { in is_multicast() 311 pub fn is_broadcast(&self) -> bool { in is_broadcast() 318 pub fn is_robust_mgmt(&self) -> bool { in is_robust_mgmt() 354 pub fn is_beacon(&self) -> bool { in is_beacon() [all …]
|
/tools/netsim/testing/netsim-grpc/src/netsim_grpc/ |
D | netsim_client.py | 112 self, device_name: str, radio: model.PhyKind, state: bool 150 self, device_name: str, radio: common.ChipKind, state: bool 172 def set_capture_all(self, state: bool) -> None:
|
/tools/treble/build/treble_build/report/ |
D | projects.go | 40 …j *app.RepoProject, remote *app.RepoRemote, proj ProjectDependencies, getFiles bool, upstreamBranc… 110 func resolveProjectMap(ctx context.Context, rtx *Context, manifestFile string, getFiles bool, upstr…
|
D | run.go | 30 func binaryExecutables(ctx context.Context, dir string, recursive bool) ([]string, int, error) { 173 func RunPaths(ctx context.Context, rtx *Context, target string, singlePath bool, files []string) []…
|
/tools/asuite/atest/integration_tests/ |
D | bazel_mode_test.py | 203 self, shell_command: str, check: bool = False 232 unit_test: bool = True, 260 host_supported: bool = True, 420 host_supported: bool, 441 unit_test: bool,
|
D | result_compare_test.py | 70 is_bazel_mode: bool = False, 91 is_bazel_mode: bool = False,
|
/tools/security/remote_provisioning/hwtrust/src/ |
D | session.rs | 64 pub fn set_is_factory(&mut self, is_factory: bool) { in set_is_factory() 69 pub fn set_allow_any_mode(&mut self, allow_any_mode: bool) { in set_allow_any_mode() 90 pub fn contains(&self, version: ProfileVersion) -> bool { in contains()
|
/tools/external_updater/tests/ |
D | gitrepo.py | 74 allow_empty: bool = False, 99 allow_fast_forward: bool = True, 100 allow_unrelated_histories: bool = False,
|
/tools/netsim/rust/daemon/src/ |
D | service.rs | 46 no_cli_ui: bool, in new() 47 no_web_ui: bool, in new() 50 dev: bool, in new()
|
D | ffi.rs | 62 ) -> bool; in ReadPacketResponseLoop() 68 fn WritePacketRequest(stream_id: u32, proto_bytes: &[u8]) -> bool; in WritePacketRequest() 192 pub fn AddDeviceToPhy(rootcanal_id: u32, is_low_energy: bool); in AddDeviceToPhy() 196 pub fn RemoveDeviceFromPhy(rootcanal_id: u32, is_low_energy: bool); in RemoveDeviceFromPhy()
|
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/ |
D | ffx.py | 105 skip_status_code_check: bool = False, 106 skip_reachability_check: bool = False
|
D | ssh.py | 111 def full_command(self, command: str, force_tty: bool = False) -> List[str]: 176 force_tty: bool = False) -> SSHResult: 202 def _run(self, command: str, timeout_sec: int, force_tty: bool) -> SSHResult:
|
/tools/netsim/scripts/ |
D | cpu_usage.py | 87 def _trace_usage(filename: str, avd: str, netsim_wifi: bool): 153 def _collect_cpu_usage(avd: str, netsim_wifi: bool):
|
/tools/asuite/adevice/src/ |
D | commands.rs | 70 pub fn is_empty(&self) -> bool { in is_empty() 175 pub fn is_mkdir(&self) -> bool { in is_mkdir() 179 pub fn is_rm(&self) -> bool { in is_rm()
|
/tools/external_updater/tests/endtoend/ |
D | conftest.py | 60 def updater_cmd(should_build_updater: bool) -> list[str]:
|
/tools/external_updater/tests/endtoend/treebuilder/ |
D | fakeproject.py | 49 def initial_import(self, upstream_is_tag: bool = False) -> None:
|