Home
last modified time | relevance | path

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

1234567

/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dhardware_power_statecontrol_lib.py41 def suspendReboot(self, timeout=HW_PWR_STATE_CONTROL_TIMEOUT): argument
51 def suspendRebootBootloader(self, timeout=HW_PWR_STATE_CONTROL_TIMEOUT): argument
61 def suspendPoweroff(self, timeout=HW_PWR_STATE_CONTROL_TIMEOUT): argument
71 def suspendMexec(self, timeout=HW_PWR_STATE_CONTROL_TIMEOUT): argument
81 def suspendRam(self, timeout=HW_PWR_STATE_CONTROL_TIMEOUT): argument
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DIRunUtil.java121 public CommandResult runTimedCmd(final long timeout, final String... command); in runTimedCmd()
135 final long timeout, final long idleOutputTimeout, final String... command); in runTimedCmdWithOutputMonitor()
150 final long timeout, in runTimedCmdWithOutputMonitor()
173 final long timeout, in runTimedCmdWithOutputMonitor()
192 final long timeout, OutputStream stdout, OutputStream stderr, final String... command); in runTimedCmd()
204 public CommandResult runTimedCmdRetry(final long timeout, long retryInterval, in runTimedCmdRetry()
221 final long timeout, in runTimedCmdRetryWithOutputMonitor()
236 public CommandResult runTimedCmdSilently(final long timeout, final String... command); in runTimedCmdSilently()
249 public CommandResult runTimedCmdSilentlyRetry(final long timeout, long retryInterval, in runTimedCmdSilentlyRetry()
261 CommandResult runTimedCmdWithInput(long timeout, String input, String... command); in runTimedCmdWithInput()
[all …]
DRunUtil.java171 public CommandResult runTimedCmd(final long timeout, final String... command) { in runTimedCmd()
178 final long timeout, final long idleOutputTimeout, final String... command) { in runTimedCmdWithOutputMonitor()
186 final long timeout, in runTimedCmd()
196 final long timeout, in runTimedCmdWithOutputMonitor()
208 final long timeout, in runTimedCmdWithOutputMonitor()
321 long timeout, long retryInterval, int attempts, String... command) { in runTimedCmdRetry()
328 long timeout, in runTimedCmdRetryWithOutputMonitor()
395 public CommandResult runTimedCmdWithInput(final long timeout, String input, in runTimedCmdWithInput()
404 public CommandResult runTimedCmdWithInput(final long timeout, String input, in runTimedCmdWithInput()
416 long timeout, String input, File stdoutFile, File stderrFile, String... command) { in runTimedCmdWithInput()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DRemoteFileUtil.java50 long timeout, in fetchRemoteFile()
85 long timeout, in fetchRemoteFile()
115 long timeout, in fetchRemoteDir()
144 long timeout, in fetchRemoteDir()
183 long timeout, in doesRemoteFileExist()
247 long timeout, in pushFileToRemote()
266 long timeout, in internalScpExec()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_5g_utils.py22 def is_current_network_5g_nsa(ad, sub_id = None, mmwave = None, timeout=30): argument
37 def _nsa_display_monitor(ad, sub_id, mmwave, timeout): argument
113 timeout = 30): argument
Dgft_inout_utils.py38 def check_no_service_time(ad, timeout=120): argument
64 def check_back_to_service_time(ad, timeout=120): argument
/tools/acloud/internal/lib/
Dssh.py43 def _SshCallWait(cmd, timeout=None): argument
70 def _SshCall(cmd, timeout=None): argument
97 def _SshLogOutput(cmd, timeout=None, show_output=False, hide_error_msg=False): argument
191 def ShellCmdWithRetry(cmd, timeout=None, show_output=False, argument
266 def Run(self, target_command, timeout=None, show_output=False, argument
342 def CheckSshConnection(self, timeout): argument
360 def WaitForSsh(self, timeout=None, max_retry=SSH_CMD_DEFAULT_RETRY): argument
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/lib_controllers/
Dwlan_policy_controller.py180 def save_and_connect(self, ssid, security, password=None, timeout=30): argument
208 timeout=30): argument
235 timeout=30): argument
262 def remove_all_networks_and_wait_for_no_connections(self, timeout=30): argument
366 def wait_for_connect(self, ssid, security_type, timeout=30): argument
419 timeout=30): argument
501 def wait_for_no_connections(self, timeout=30): argument
/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/
Ddhcp_server.py66 def start(self, config, timeout=60): argument
141 def _wait_for_process(self, timeout=60): argument
157 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
Dhostapd.py62 def start(self, config, timeout=60, additional_parameters=None): argument
291 def _wait_for_process(self, timeout=60): argument
305 def _wait_for_interface(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/tradefederation/core/src/com/android/tradefed/device/
DMicrodroidHelper.java36 final long timeout = 30000; // 30 sec. Microdroid is extremely slow on GCE-on-CF. in runOnMicrodroid() local
57 final long timeout = 30000; // 30 sec. Microdroid is extremely slow on GCE-on-CF. in tryRunOnMicrodroid() local
DIWifiHelper.java123 boolean waitForIp(long timeout) throws DeviceNotAvailableException; in waitForIp()
178 boolean waitForWifiEnabled(long timeout) throws DeviceNotAvailableException; in waitForWifiEnabled()
195 boolean waitForWifiDisabled(long timeout) throws DeviceNotAvailableException; in waitForWifiDisabled()
/tools/tradefederation/core/common_util/com/android/tradefed/invoker/tracing/
DTracePropagatingExecutorService.java80 Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) in invokeAll()
92 public <T> T invokeAny(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) in invokeAny()
103 public boolean awaitTermination(long timeout, TimeUnit unit) throws InterruptedException { in awaitTermination()
/tools/test/connectivity/acts/framework/acts/controllers/
Diperf_client.py119 def start(self, ip, iperf_args, tag, timeout=3600, iperf_binary=None): argument
140 def start(self, ip, iperf_args, tag, timeout=3600, iperf_binary=None): argument
191 def start(self, ip, iperf_args, tag, timeout=3600, iperf_binary=None): argument
281 def start(self, ip, iperf_args, tag, timeout=3600, iperf_binary=None): argument
Darduino_wifi_dongle.py313 def ip_address(self, exp_result=True, timeout=READ_TIMEOUT): argument
333 def wifi_status(self, exp_result=True, timeout=READ_TIMEOUT): argument
348 def wifi_scan(self, exp_result=True, timeout=READ_TIMEOUT): argument
378 def ping_status(self, exp_result=True, timeout=READ_TIMEOUT): argument
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DInstrumentationPreparer.java191 void setTimeout(int timeout) { in setTimeout()
195 void setShellTimeout(long timeout) { in setShellTimeout()
199 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_tests/acts_contrib/test_utils/fuchsia/
Dbt_test_utils.py28 timeout, argument
71 timeout, 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/aoa_helper/src/com/android/helper/aoa/
DUsbDevice.java57 int timeout = (int) mHelper.getTransferTimeout().toMillis(); in controlTransfer() local
67 byte requestType, byte request, int value, int index, byte[] data, int timeout) { in controlTransfer()

1234567