Home
last modified time | relevance | path

Searched defs:fd (Results 1 – 13 of 13) 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.py21 def http_file_download_by_curl(fd, argument
103 def _check_file_existence(fd, file_path): argument
/tools/netsim/rust/daemon/src/transport/
Dmod.rs16 pub mod fd; module
27 pub mod fd { module
/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.py77 def connect_and_validate(self, fd, ssid, security_type, expected_response): argument
96 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.py76 def save_bad_network(self, fd, ssid, security_type, password=""): argument
94 def check_get_saved_network(self, fd, ssid, security_type, credential_type, argument
116 def check_saved_networks(self, fd, expected_networks): argument
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DWlanScanTest.py181 def scan_while_connected(self, wlan_network_params, fd): argument
202 def basic_scan_request(self, fd): argument
/tools/security/fuzzing/llm/xmlreader_fuzzer/
DXmlRead_Fd_Fuzzer.cpp32 int fd = fileno(fp.get()); in LLVMFuzzerTestOneInput() local
/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.py122 def apply_transport_mode_transforms_file_descriptors(ad, fd, transforms): argument
142 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