/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/ |
D | hardware_power_statecontrol_lib.py | 41 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/ |
D | IRunUtil.java | 121 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 …]
|
D | RunUtil.java | 171 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/ |
D | RemoteFileUtil.java | 50 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/ |
D | tel_5g_utils.py | 22 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
|
D | gft_inout_utils.py | 38 def check_no_service_time(ad, timeout=120): argument 64 def check_back_to_service_time(ad, timeout=120): argument
|
/tools/acloud/internal/lib/ |
D | ssh.py | 43 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/ |
D | wlan_policy_controller.py | 180 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/ |
D | DeviceConcurrentUtil.java | 55 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()
|
D | FileIdleMonitor.java | 52 public FileIdleMonitor(Duration timeout, Runnable callback, File... files) { in FileIdleMonitor() 59 Duration timeout, in FileIdleMonitor()
|
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/ |
D | dhcp_server.py | 66 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
|
D | radvd.py | 69 def start(self, config, timeout=60): argument 126 def _wait_for_process(self, timeout=60): argument
|
D | hostapd.py | 62 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/ |
D | apollo_acts.py | 89 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
|
D | agsa_acts.py | 77 def _wait_for_ota_to_finish(self, timeout=660): argument 118 force=True, timeout=660): argument
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | MicrodroidHelper.java | 36 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
|
D | IWifiHelper.java | 123 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/ |
D | TracePropagatingExecutorService.java | 80 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/ |
D | iperf_client.py | 119 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
|
D | arduino_wifi_dongle.py | 313 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/ |
D | InstrumentationPreparer.java | 191 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/ |
D | Sl4aEventDispatcher.java | 46 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/ |
D | bt_test_utils.py | 28 timeout, argument 71 timeout, argument
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/ |
D | b29_lib.py | 125 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/ |
D | UsbDevice.java | 57 int timeout = (int) mHelper.getTransferTimeout().toMillis(); in controlTransfer() local 67 byte requestType, byte request, int value, int index, byte[] data, int timeout) { in controlTransfer()
|