Home
last modified time | relevance | path

Searched defs:timeout (Results 1 – 25 of 103) sorted by relevance

12345

/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dhardware_power_statecontrol_lib.py32 def suspendReboot(self, timeout=HW_PWR_STATE_CONTROL_TIMEOUT): argument
52 def suspendRebootBootloader(self, timeout=HW_PWR_STATE_CONTROL_TIMEOUT): argument
72 def suspendPoweroff(self, timeout=HW_PWR_STATE_CONTROL_TIMEOUT): argument
92 def suspendMexec(self, timeout=HW_PWR_STATE_CONTROL_TIMEOUT): argument
112 def suspendRam(self, timeout=HW_PWR_STATE_CONTROL_TIMEOUT): argument
/tools/acloud/internal/lib/
Dssh.py36 def _SshCallWait(cmd, timeout=None): argument
63 def _SshCall(cmd, timeout=None): argument
90 def _SshLogOutput(cmd, timeout=None, show_output=False): argument
133 def ShellCmdWithRetry(cmd, timeout=None, show_output=False, argument
193 def Run(self, target_command, timeout=None, show_output=False, argument
264 def CheckSshConnection(self, timeout): argument
282 def WaitForSsh(self, timeout=None, max_retry=_SSH_CMD_MAX_RETRY): argument
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DRemoteFileUtil.java49 long timeout, in fetchRemoteFile()
84 long timeout, in fetchRemoteFile()
114 long timeout, in fetchRemoteDir()
143 long timeout, in fetchRemoteDir()
185 long timeout, in pushFileToRemote()
204 long timeout, in internalScpExec()
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DIRunUtil.java107 public CommandResult runTimedCmd(final long timeout, final String... command); in runTimedCmd()
121 final long timeout, OutputStream stdout, OutputStream stderr, final String... command); in runTimedCmd()
133 public CommandResult runTimedCmdRetry(final long timeout, long retryInterval, in runTimedCmdRetry()
145 public CommandResult runTimedCmdSilently(final long timeout, final String... command); in runTimedCmdSilently()
158 public CommandResult runTimedCmdSilentlyRetry(final long timeout, long retryInterval, in runTimedCmdSilentlyRetry()
170 CommandResult runTimedCmdWithInput(long timeout, String input, String... command); in runTimedCmdWithInput()
181 CommandResult runTimedCmdWithInput(long timeout, String input, List<String> command); in runTimedCmdWithInput()
194 long timeout, @Nullable File inputRedirect, String... command); in runTimedCmdWithInputRedirect()
262 public CommandStatus runTimed(long timeout, IRunUtil.IRunnableResult runnable, in runTimed()
DRunUtil.java145 public CommandResult runTimedCmd(final long timeout, final String... command) { in runTimedCmd()
153 public CommandResult runTimedCmd(final long timeout, OutputStream stdout, in runTimedCmd()
181 long timeout, long retryInterval, int attempts, String... command) { in runTimedCmdRetry()
244 public CommandResult runTimedCmdWithInput(final long timeout, String input, in runTimedCmdWithInput()
253 public CommandResult runTimedCmdWithInput(final long timeout, String input, in runTimedCmdWithInput()
265 final long timeout, @Nullable File inputRedirect, final String... command) { in runTimedCmdWithInputRedirect()
284 public CommandResult runTimedCmdSilently(final long timeout, final String... command) { in runTimedCmdSilently()
296 public CommandResult runTimedCmdSilentlyRetry(long timeout, long retryInterval, int attempts, in runTimedCmdSilentlyRetry()
367 public CommandStatus runTimed(long timeout, IRunUtil.IRunnableResult runnable, in runTimed()
/tools/tradefederation/core/src/com/android/tradefed/util/
DDeviceConcurrentUtil.java55 public static <T> T joinFuture(String taskDesc, Future<T> task, long timeout) in joinFuture()
94 public ShellCommandCallable(ITestDevice device, String command, long timeout) { in ShellCommandCallable()
106 public ShellCommandCallable<V> setTimeout(long timeout) { in setTimeout()
DFileIdleMonitor.java52 public FileIdleMonitor(Duration timeout, Runnable callback, File... files) { in FileIdleMonitor()
59 Duration timeout, in FileIdleMonitor()
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dhostapd.py56 def start(self, config, timeout=60, additional_parameters=None): argument
121 def _wait_for_process(self, timeout=60): argument
135 def _wait_for_interface(self, timeout=60): argument
Ddhcp_server.py65 def start(self, config, timeout=60): argument
122 def _wait_for_process(self, timeout=60): argument
138 def _wait_for_server(self, timeout=60): argument
Dradvd.py69 def start(self, config, timeout=60): argument
126 def _wait_for_process(self, timeout=60): argument
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/
Dapollo_acts.py89 def wait_for_bluetooth_disconnection(self, timeout=60): argument
354 def wait_for_magic_pairing_notification(self, android_act, timeout=60): argument
381 def start_magic_pairing(self, android_act, timeout=30, retries=3): argument
429 timeout=DEFAULT_TIMEOUT, argument
452 timeout, interval, timer): argument
507 self, timeout=DEFAULT_TIMEOUT, interval=DEFAULT_CMD_INTERVAL): argument
581 self, address, timeout=DEFAULT_TIMEOUT, argument
Dagsa_acts.py77 def _wait_for_ota_to_finish(self, timeout=660): argument
118 force=True, timeout=660): argument
/tools/test/connectivity/acts/framework/acts/controllers/
Diperf_client.py122 def start(self, ip, iperf_args, tag, timeout=3600, iperf_binary=None): argument
142 def start(self, ip, iperf_args, tag, timeout=3600, iperf_binary=None): argument
185 def start(self, ip, iperf_args, tag, timeout=3600, iperf_binary=None): argument
288 def start(self, ip, iperf_args, tag, timeout=3600, iperf_binary=None): argument
Darduino_wifi_dongle.py314 def ip_address(self, exp_result=True, timeout=READ_TIMEOUT): argument
334 def wifi_status(self, exp_result=True, timeout=READ_TIMEOUT): argument
349 def wifi_scan(self, exp_result=True, timeout=READ_TIMEOUT): argument
379 def ping_status(self, exp_result=True, timeout=READ_TIMEOUT): argument
Dadb.py142 def _exec_cmd(self, cmd, ignore_status=False, timeout=DEFAULT_ADB_TIMEOUT): argument
253 def shell(self, command, ignore_status=False, timeout=DEFAULT_ADB_TIMEOUT): argument
266 timeout=DEFAULT_ADB_PULL_TIMEOUT): argument
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DInstrumentationPreparer.java188 void setTimeout(int timeout) { in setTimeout()
192 void setShellTimeout(long timeout) { in setShellTimeout()
196 void setTestTimeout(int timeout) { in setTestTimeout()
/tools/tradefederation/core/src/com/android/tradefed/util/sl4a/
DSl4aEventDispatcher.java46 public Sl4aEventDispatcher(Sl4aClient client, long timeout) { in Sl4aEventDispatcher()
117 public EventSl4aObject popEvent(String name, long timeout) { in popEvent()
143 long timeout) { in waitForEvent()
/tools/test/connectivity/acts/framework/acts/test_utils/fuchsia/
Dbt_test_utils.py23 timeout, argument
Dutils.py27 timeout=3600, argument
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/
Db29_lib.py125 def _parse_output_of_running_process(self, subprocess, match, timeout=30): argument
182 def ping_component(self, component, timeout=30): argument
/tools/tradefederation/core/src/com/android/tradefed/device/
DIWifiHelper.java117 boolean waitForIp(long timeout) throws DeviceNotAvailableException; in waitForIp()
172 boolean waitForWifiEnabled(long timeout) throws DeviceNotAvailableException; in waitForWifiEnabled()
189 boolean waitForWifiDisabled(long timeout) throws DeviceNotAvailableException; in waitForWifiDisabled()
/tools/test/connectivity/acts/framework/acts/test_utils/car/
Dcar_media_utils.py42 def verifyEventReceived(log, device, event, timeout): argument
70 timeout=1.0): argument
/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
Devent_dispatcher.py178 def pop_event(self, event_name, timeout=DEFAULT_TIMEOUT): argument
224 timeout=DEFAULT_TIMEOUT, argument
280 def pop_events(self, regex_pattern, timeout, freq=1): argument
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/
Dshell.py42 def run(self, command, timeout=60): argument
187 def kill(self, identifier, timeout=10): argument
/tools/tradefederation/core/src/com/android/tradefed/util/executor/
DParallelDeviceExecutor.java50 public List<V> invokeAll(List<Callable<V>> callableTasks, long timeout, TimeUnit unit) { in invokeAll()

12345