/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | IRunUtil.java | 87 public CommandResult runTimedCmd(final long timeout, final String... command); in runTimedCmd() 101 final long timeout, OutputStream stdout, OutputStream stderr, final String... command); in runTimedCmd() 113 public CommandResult runTimedCmdRetry(final long timeout, long retryInterval, in runTimedCmdRetry() 125 public CommandResult runTimedCmdSilently(final long timeout, final String... command); in runTimedCmdSilently() 138 public CommandResult runTimedCmdSilentlyRetry(final long timeout, long retryInterval, in runTimedCmdSilentlyRetry() 150 CommandResult runTimedCmdWithInput(long timeout, String input, String... command); in runTimedCmdWithInput() 161 CommandResult runTimedCmdWithInput(long timeout, String input, List<String> command); in runTimedCmdWithInput() 204 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 | RunUtil.java | 130 public CommandResult runTimedCmd(final long timeout, final String... command) { in runTimedCmd() 138 public CommandResult runTimedCmd(final long timeout, OutputStream stdout, in runTimedCmd() 148 private CommandResult runTimedCmd(final long timeout, OutputStream stdout, in runTimedCmd() 176 long timeout, long retryInterval, int attempts, String... command) { in runTimedCmdRetry() 225 public CommandResult runTimedCmdWithInput(final long timeout, String input, in runTimedCmdWithInput() 234 public CommandResult runTimedCmdWithInput(final long timeout, String input, in runTimedCmdWithInput() 248 public CommandResult runTimedCmdSilently(final long timeout, final String... command) { in runTimedCmdSilently() 261 public CommandResult runTimedCmdSilentlyRetry(long timeout, long retryInterval, int attempts, in runTimedCmdSilentlyRetry() 318 public CommandStatus runTimed(long timeout, IRunUtil.IRunnableResult runnable, in runTimed()
|
D | Alarm.java | 42 public Alarm(long timeout) { in Alarm()
|
D | ConditionPriorityBlockingQueue.java | 165 public T poll(long timeout, TimeUnit unit) throws InterruptedException { in poll() 180 public T poll(long timeout, TimeUnit unit, IMatcher<T> matcher) throws InterruptedException { in poll()
|
/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
|
D | IDeviceFlasher.java | 91 public void setWipeTimeout(long timeout); in setWipeTimeout()
|
D | SystemUpdaterDeviceFlasher.java | 180 public void setWipeTimeout(long timeout) { in setWipeTimeout()
|
/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/controllers/ |
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 | 149 def _exec_cmd(self, cmd, ignore_status=False, timeout=DEFAULT_ADB_TIMEOUT): argument 247 def shell(self, command, ignore_status=False, timeout=DEFAULT_ADB_TIMEOUT): argument 260 timeout=DEFAULT_ADB_PULL_TIMEOUT): argument
|
D | sniffer.py | 244 def wait_for_capture(self, timeout=None): argument 282 def __init__(self, sniffer, timeout=None): 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()
|
D | WifiHelper.java | 196 boolean waitForWifiState(long timeout, WifiState... expectedStates) in waitForWifiState() 294 public boolean waitForIp(long timeout) throws DeviceNotAvailableException { in waitForIp() 370 public boolean waitForWifiEnabled(long timeout) throws DeviceNotAvailableException { in waitForWifiEnabled() 391 public boolean waitForWifiDisabled(long timeout) throws DeviceNotAvailableException { in waitForWifiDisabled()
|
/tools/test/connectivity/acts/framework/acts/test_utils/car/ |
D | car_media_utils.py | 39 def verifyEventReceived(log, device, event, timeout): argument 67 timeout=1.0): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/ |
D | event_dispatcher.py | 173 def pop_event(self, event_name, timeout=DEFAULT_TIMEOUT): argument 219 timeout=DEFAULT_TIMEOUT, argument 270 def pop_events(self, regex_pattern, timeout, freq=1): argument
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/aware/ |
D | aware_test_utils.py | 45 def wait_for_event(ad, event_name, timeout=EVENT_TIMEOUT): argument 66 def wait_for_event_with_keys(ad, event_name, timeout=EVENT_TIMEOUT, *keyvalues): argument 97 def fail_on_event(ad, event_name, timeout=EVENT_TIMEOUT): argument 116 def fail_on_event_with_keys(ad, event_name, timeout=EVENT_TIMEOUT, *keyvalues): argument 146 def verify_no_more_events(ad, timeout=EVENT_TIMEOUT): 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
|
D | job.py | 111 timeout=60, argument
|
/tools/test/connectivity/tools/lab/tests/ |
D | fake.py | 40 def run(self, command, timeout=3600, ignore_status=False): argument
|
/tools/test/connectivity/acts/tests/google/nfc/ |
D | NfcBasicFunctionalityTest.py | 26 timeout = 5 variable in NfcBasicFunctionalityTest
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | NoisyDryRunTest.java | 91 long timeout = currentTimeMillis() + mTimeoutMilliSec; in checkFileWithTimeout() local
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/rtt/ |
D | rtt_test_utils.py | 33 def wait_for_event(ad, event_name, timeout=EVENT_TIMEOUT): argument 54 def fail_on_event(ad, event_name, timeout=EVENT_TIMEOUT): argument
|
/tools/test/connectivity/acts/framework/acts/libs/proc/ |
D | job.py | 111 timeout=60, argument
|