/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | IRunUtil.java | 102 public CommandResult runTimedCmd(final long timeout, final String... command); in runTimedCmd() 116 final long timeout, OutputStream stdout, OutputStream stderr, final String... command); in runTimedCmd() 128 public CommandResult runTimedCmdRetry(final long timeout, long retryInterval, in runTimedCmdRetry() 140 public CommandResult runTimedCmdSilently(final long timeout, final String... command); in runTimedCmdSilently() 153 public CommandResult runTimedCmdSilentlyRetry(final long timeout, long retryInterval, in runTimedCmdSilentlyRetry() 165 CommandResult runTimedCmdWithInput(long timeout, String input, String... command); in runTimedCmdWithInput() 176 CommandResult runTimedCmdWithInput(long timeout, String input, List<String> command); in runTimedCmdWithInput() 189 long timeout, @Nullable File inputRedirect, String... command); in runTimedCmdWithInputRedirect() 232 public CommandStatus runTimed(long timeout, IRunUtil.IRunnableResult runnable, in runTimed()
|
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()
|
D | RunUtil.java | 143 public CommandResult runTimedCmd(final long timeout, final String... command) { in runTimedCmd() 151 public CommandResult runTimedCmd(final long timeout, OutputStream stdout, in runTimedCmd() 179 long timeout, long retryInterval, int attempts, String... command) { in runTimedCmdRetry() 229 public CommandResult runTimedCmdWithInput(final long timeout, String input, in runTimedCmdWithInput() 238 public CommandResult runTimedCmdWithInput(final long timeout, String input, in runTimedCmdWithInput() 250 final long timeout, @Nullable File inputRedirect, final String... command) { in runTimedCmdWithInputRedirect() 269 public CommandResult runTimedCmdSilently(final long timeout, final String... command) { in runTimedCmdSilently() 281 public CommandResult runTimedCmdSilentlyRetry(long timeout, long retryInterval, int attempts, in runTimedCmdSilentlyRetry() 338 public CommandStatus runTimed(long timeout, IRunUtil.IRunnableResult runnable, in runTimed()
|
D | Alarm.java | 42 public Alarm(long timeout) { in Alarm()
|
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/ |
D | RemoteFileUtil.java | 48 long timeout, in fetchRemoteFile() 83 long timeout, in fetchRemoteFile() 115 long timeout, in pushFileToRemote() 134 long timeout, in internalScpExec()
|
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/ |
D | hostapd.py | 56 def start(self, config, timeout=60, additional_parameters=None): argument 119 def _wait_for_process(self, timeout=60): argument 133 def _wait_for_interface(self, timeout=60): argument
|
D | dhcp_server.py | 56 def start(self, config, timeout=60): argument 112 def _wait_for_process(self, timeout=60): argument 128 def _wait_for_server(self, timeout=60): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | iperf_client.py | 100 def start(self, ip, iperf_args, tag, timeout=3600): argument 119 def start(self, ip, iperf_args, tag, timeout=3600): argument 148 def start(self, ip, iperf_args, tag, timeout=3600): argument 223 def start(self, ip, iperf_args, tag, timeout=3600): 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 | 154 def _exec_cmd(self, cmd, ignore_status=False, timeout=DEFAULT_ADB_TIMEOUT): argument 260 def shell(self, command, ignore_status=False, timeout=DEFAULT_ADB_TIMEOUT): argument 273 timeout=DEFAULT_ADB_PULL_TIMEOUT): 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/targetprep/ |
D | InstrumentationPreparer.java | 187 void setTimeout(int timeout) { in setTimeout() 191 void setShellTimeout(long timeout) { in setShellTimeout() 195 void setTestTimeout(int timeout) { in setTestTimeout()
|
D | ConnectionChecker.java | 39 long timeout = mTimeout * 1000; in setUp() local
|
/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 | 20 def le_scan_for_device_by_name(fd, log, search_name, 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/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
|
D | car_telecom_utils.py | 179 def hangup_conf(log, ad, conf_id, timeout=10): argument 425 def wait_for_conference(log, ad, participants=2, timeout=10): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/ |
D | event_dispatcher.py | 174 def pop_event(self, event_name, timeout=DEFAULT_TIMEOUT): argument 220 timeout=DEFAULT_TIMEOUT, argument 271 def pop_events(self, regex_pattern, timeout, freq=1): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/ |
D | shell.py | 44 def run(self, command, timeout=3600): argument 190 def kill(self, identifier, timeout=10): argument
|
/tools/test/connectivity/tools/lab/utils/ |
D | shell.py | 43 def run(self, command, timeout=3600, ignore_status=False): argument 213 def kill(self, identifier, timeout=10): argument
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/aware/ |
D | aware_test_utils.py | 46 def wait_for_event(ad, event_name, timeout=EVENT_TIMEOUT): argument 68 def wait_for_event_with_keys(ad, event_name, timeout=EVENT_TIMEOUT, argument 102 def fail_on_event(ad, event_name, timeout=EVENT_TIMEOUT): argument 123 def fail_on_event_with_keys(ad, event_name, timeout=EVENT_TIMEOUT, *keyvalues): argument 156 def verify_no_more_events(ad, timeout=EVENT_TIMEOUT): argument
|