Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/fuchsia/
Dutils.py22 def http_file_download_by_curl(fd, argument
108 def _check_file_existence(fd, file_path): argument
Dbt_test_utils.py20 def le_scan_for_device_by_name(fd, 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/
DWlanScanTest.py177 def scan_while_connected(self, wlan_network_params, fd): argument
196 def basic_scan_request(self, fd): argument
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan_policy/
DPolicyScanTest.py109 def perform_scan(self, fd): argument
142 def connect_to_network(self, wlan_network_params, 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/framework/acts/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.cc60 dex::u2 fd = (d & 0xf); in Pack_4_4_4_4() local