Home
last modified time | relevance | path

Searched defs:fd (Results 1 – 11 of 11) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/fuchsia/
Dbt_test_utils.py25 def le_scan_for_device_by_name(fd, argument
68 def bredr_scan_for_device_by_name(fd, argument
106 def unbond_all_known_devices(fd, log): argument
123 def verify_device_state_by_name(fd, log, search_name, state, services=None): argument
177 def get_link_keys(fd, save_path): argument
Dutils.py22 def http_file_download_by_curl(fd, argument
108 def _check_file_existence(fd, file_path): argument
/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/components/
DChooseTrace.kt29 val fd = FileDialog(null as Frame?) in selectFile() constant
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan_policy/
DStartStopClientConnectionsTest.py76 def connect_and_validate(self, fd, ssid, security_type, expected_response): argument
94 def await_state_update(self, fd, desired_state, timeout): argument
DPolicyScanTest.py123 def perform_scan(self, fd): argument
156 def connect_to_network(self, wlan_network_params, fd): argument
DRegulatoryRecoveryTest.py73 def set_country_code(self, fd): argument
DSavedNetworksTest.py80 def save_bad_network(self, fd, ssid, security_type, password=""): argument
98 def check_get_saved_network(self, fd, ssid, security_type, credential_type, argument
120 def check_saved_networks(self, fd, expected_networks): argument
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DWlanScanTest.py185 def scan_while_connected(self, wlan_network_params, fd): argument
206 def basic_scan_request(self, fd): argument
/tools/security/sanitizer-status/
Dsanitizer-status.cpp67 int fd = open("/data/asan", O_DIRECTORY | O_PATH | O_CLOEXEC, 0); in data_asan_exists() local
96 int fd = open(kcov_file, O_RDWR); in test_kcov() local
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/
Dipsec_test_utils.py119 def apply_transport_mode_transforms_file_descriptors(ad, fd, transforms): argument
138 def remove_transport_mode_transforms_file_descriptors(ad, fd): argument
/tools/dexter/slicer/
Dbytecode_encoder.cc63 dex::u2 fd = (d & 0xf); in Pack_4_4_4_4() local