Home
last modified time | relevance | path

Searched defs:int (Results 1 – 25 of 49) sorted by relevance

12

/tools/asuite/atest/
Dusb_speed_detect.py40 device_ids: DeviceIds, negotiated_speed: int, max_speed: int
63 device_ids: DeviceIds, negotiated_speed: int, max_speed: int
85 def _speed_to_string(speed: int) -> str:
Drollout_control.py58 feature_id: int = None,
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/cellular/
Dmodem_logs.py54 timeout: int = 20,
55 polling_interval: int = 1,
82 timeout: int = 20,
83 polling_interval: int = 1,
123 timeout: int = 10,
124 polling_interval: int = 1,
Dims_api_connector_utils.py74 api_connector_port: int,
313 def initiate_call(self, callee_number: str, call_line_idx: int = 0):
Dcellular_power_preset_base_test.py32 def send(self, cmd: str, retries: int=5) -> Optional[str]:
361 def toggle_modem_log(self, new_state: bool, timeout: int=30):
376 def collect_modem_log(self, out_path, duration: int=30):
/tools/treble/build/treble_build/report/
Dreport_test.go109 func createStrings(name string, count int) []string {
118 func projName(i int) string {
122 func fileName(i int) (filename string, sha string) {
126 func createFile(i int) *app.GitTreeObj {
139 func createTest(projCount int, fileCount int) *reportTest {
/tools/asuite/atest/integration_tests/
Datest_test_archetype_integration_tests.py138 expected_passed_count: int,
139 expected_failed_count: int,
140 expected_ignored_count: int,
/tools/test/connectivity/acts/framework/acts/controllers/amarisoft_lib/
Dconfig_utils.py143 def enb_set_fdd_arfcn(self, arfcn: int) -> bool:
163 def enb_set_tdd_arfcn(self, arfcn: int) -> bool:
183 def enb_set_spectrum_tech(self, tech: int) -> bool:
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dwireless_network_management.py31 def __init__(self, duration: int):
58 disassociation_timer: int = 0,
59 validity_interval: int = 1,
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dutils_lib.py223 def wait_for_port(host: str, port: int, timeout_sec: int = 5) -> None:
Dssh.py174 timeout_sec: int = DEFAULT_SSH_TIMEOUT_SEC,
175 connect_retries: int = 3,
202 def _run(self, command: str, timeout_sec: int, force_tty: bool) -> SSHResult:
233 timeout_sec: int = 5,
Dffx.py104 timeout_sec: int = FFX_DEFAULT_COMMAND_TIMEOUT,
231 timeout_sec: int = FFX_DEFAULT_COMMAND_TIMEOUT
Dsl4f.py55 port: int = DEFAULT_SL4F_PORT) -> None:
Dbase_lib.py48 response_timeout: int = DEFAULT_SL4F_RESPONSE_TIMEOUT_SEC
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DChannelSwitchTest.py73 starting_channel: int,
74 channel_switches: Sequence[int],
277 def _channels_valid_for_band(self, channels: Sequence[int],
DWlanWirelessNetworkManagementTest.py82 channel: int = hostapd_constants.AP_DEFAULT_CHANNEL_2G,
/tools/test/connectivity/acts/framework/acts/controllers/
Dfuchsia_device.py518 unreachable_timeout: int = FUCHSIA_DEFAULT_CONNECT_TIMEOUT,
519 ping_timeout: int = FUCHSIA_DEFAULT_CONNECT_TIMEOUT,
520 ssh_timeout: int = FUCHSIA_DEFAULT_CONNECT_TIMEOUT,
521 reboot_type: int = FUCHSIA_REBOOT_TYPE_SOFT,
802 timeout_sec: int = FUCHSIA_DEFAULT_CONNECT_TIMEOUT
821 timeout_sec: int = FUCHSIA_DEFAULT_CONNECT_TIMEOUT
/tools/repohooks/
Dpre-upload.py90 def set_num_commits(self, num_commits: int) -> None:
337 jobs: Optional[int] = None,
450 jobs: Optional[int] = None,
503 jobs: Optional[int] = None,
/tools/treble/hacksaw/mount/
Dmount.go19 Unmount(string, int) error argument
/tools/external_updater/
Dcrates_updater.py103 def _is_newer_version(self, prev_version: str, prev_id: int,
104 check_version: str, check_id: int):
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_dsds_utils.py96 init_dds: int = 0,
159 init_dds: int = 0,
165 duration: int = WAIT_TIME_IN_CALL,
246 dds_slot: int,
249 duration: int = WAIT_TIME_IN_CALL,
744 dds_slot: int,
/tools/treble/build/treble_build/local/
Dcmd.go95 func newLineScanner(numLines int) *lineScanner {
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiPreTest.py79 retry_duration: int=60):
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/
Dgnss_measurement.py39 def __init__(self, adr_value: int, count: int):
/tools/asuite/atest/test_runners/
Dmobly_test_runner.py228 self, iteration_num: int, rerun_options: RerunOptions
450 _port: Optional[int] = None,
828 iteration_num: int,
829 total_iterations: int,

12