/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/ |
D | hardware_power_statecontrol_lib.py | 32 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/ |
D | ssh.py | 36 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/ |
D | RemoteFileUtil.java | 49 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/ |
D | IRunUtil.java | 107 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()
|
D | RunUtil.java | 145 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/ |
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 | hostapd.py | 56 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
|
D | dhcp_server.py | 65 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
|
D | radvd.py | 69 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/ |
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/test/connectivity/acts/framework/acts/controllers/ |
D | iperf_client.py | 122 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
|
D | arduino_wifi_dongle.py | 314 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
|
D | adb.py | 142 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/ |
D | InstrumentationPreparer.java | 188 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/ |
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/framework/acts/test_utils/fuchsia/ |
D | bt_test_utils.py | 23 timeout, argument
|
D | utils.py | 27 timeout=3600, 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/src/com/android/tradefed/device/ |
D | IWifiHelper.java | 117 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/ |
D | car_media_utils.py | 42 def verifyEventReceived(log, device, event, timeout): argument 70 timeout=1.0): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/ |
D | event_dispatcher.py | 178 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/ |
D | shell.py | 42 def run(self, command, timeout=60): argument 187 def kill(self, identifier, timeout=10): argument
|
/tools/tradefederation/core/src/com/android/tradefed/util/executor/ |
D | ParallelDeviceExecutor.java | 50 public List<V> invokeAll(List<Callable<V>> callableTasks, long timeout, TimeUnit unit) { in invokeAll()
|