/test/vts/utils/python/common/ |
D | cmd_utils.py | 34 timeout, argument 103 def ExecuteOneShellCommand(cmd, timeout=None, callback_on_timeout=None, *args): argument
|
D | timeout_utils.py | 30 def timeout(seconds, message=os.strerror(errno.ETIME), no_exception=False): function
|
/test/framework/harnesses/host_controller/tradefed/ |
D | remote_client.py | 30 def __init__(self, host=LOCALHOST, port=DEFAULT_PORT, timeout=None): argument 108 def WaitForCommandResult(self, serial, timeout, poll_interval=5): argument
|
D | remote_client_test.py | 41 def __init__(self, timeout): argument
|
/test/vts/runners/target/vts_hal_hidl_target/ |
D | VtsHalHidlTargetCallbackBase.h | 216 milliseconds timeout) { in SetWaitTimeout() 232 void SetWaitTimeoutDefault(milliseconds timeout) { in SetWaitTimeoutDefault() 282 void SetWaitTimeout(milliseconds timeout) { timeout_ = timeout; } in SetWaitTimeout() 299 WaitForCallbackResult Wait(milliseconds timeout, bool no_wait_blocking) { in Wait() 390 auto timeout = lock->GetWaitTimeout(); in GetWaitAnyTimeout() local
|
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/ |
D | HostSideTestUtils.java | 33 final long timeout = System.currentTimeMillis() + timeoutSeconds * 1000; in waitUntil() local
|
/test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
D | CommonTestUtils.java | 33 final long timeout = System.currentTimeMillis() + timeoutSeconds * 1000; in waitUntil() local
|
D | LogcatInspector.java | 97 long timeout = System.currentTimeMillis() + TimeUnit.SECONDS.toMillis(timeInSeconds); in numberOfLogcatStringsFound() local
|
D | BackupUtils.java | 374 void waitUntilBackupServiceIsRunning(int userId, int timeout) in waitUntilBackupServiceIsRunning()
|
/test/vts/runners/host/tcp_client/ |
D | vts_tcp_client.py | 73 timeout=_DEFAULT_SOCKET_TIMEOUT_SECS): argument 81 def timeout(self): member in VtsTcpClient 93 def timeout(self, timeout): argument 121 timeout=None): argument
|
/test/vts/utils/python/mirror/ |
D | shell_mirror.py | 105 def SetConnTimeout(self, timeout): argument
|
D | mirror_tracker.py | 528 def SetConnTimeout(self, timeout): argument
|
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/ |
D | VtsDevicePreparer.java | 376 void startFramework(long timeout) throws DeviceNotAvailableException { in startFramework() 398 void waitForFrameworkStartComplete(long timeout) throws DeviceNotAvailableException { in waitForFrameworkStartComplete()
|
/test/vts-testcase/hal/contexthub/V1_0/host/ |
D | VtsHalContexthubV1_0HostTest.py | 32 def wait_on_callback(timeout=None): argument
|
/test/framework/harnesses/host_controller/command_processor/ |
D | command_device_test.py | 30 def cmd_util_side_effect(value, timeout=0, callback_on_timeout=None, *args): argument
|
/test/vts/utils/python/controllers/ |
D | android.py | 64 timeout=None): argument
|
D | adb.py | 128 def _exec_cmd(self, cmd, no_except=False, timeout=DEFAULT_ADB_TIMEOUT): argument
|
D | android_device.py | 826 def waitForBootCompletion(self, timeout=900): argument 1077 def getProp(self, name, timeout=adb.DEFAULT_ADB_SHORT_TIMEOUT): argument
|
/test/vts/harnesses/tradefed/src/com/android/tradefed/util/ |
D | VtsPythonRunnerHelper.java | 76 public String runPythonRunner(String[] cmd, CommandResult commandResult, long timeout) { in runPythonRunner()
|
/test/vts/runners/host/ |
D | utils.py | 484 def wait_for_standing_subprocess(proc, timeout=None): argument 533 def timeout(sec): function
|
D | base_test.py | 601 def resetTimeout(self, timeout): argument 1265 def Heal(self, passive=False, timeout=900): argument
|
/test/vts-testcase/hal/treble/vintf/ |
D | VtsTrebleVintfTestBase.cpp | 98 auto timeout = std::chrono::seconds(1); in ForEachHalInstance() local
|
D | vts_treble_vintf_test_o_mr1.cpp | 114 auto timeout = std::chrono::milliseconds(500); in ForEachHalInstance() local
|
/test/mlts/benchmark/jni/ |
D | run_tflite.cpp | 236 int seqInferencesMaxCount, float timeout, int flags, in benchmark()
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/ |
D | ResultReporter.java | 1080 public boolean waitForFinalized(long timeout, TimeUnit unit) throws InterruptedException { in waitForFinalized()
|