/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/ |
D | PollingCheck.java | 55 PollingCheckClock clock, long pollInterval, long timeout, Callable<Boolean> condition) in check() 82 public static boolean check(long timeout, Callable<Boolean> condition) throws Exception { in check() 100 long timeout, in check() 116 public static void check(String message, long timeout, Callable<Boolean> condition) in check() 134 long timeout, in waitFor() 149 public static void waitFor(long timeout, final Callable<Boolean> condition) throws Exception { in waitFor()
|
D | HostSideTestUtils.java | 33 final long timeout = System.currentTimeMillis() + timeoutSeconds * 1000; in waitUntil() local
|
/test/vts/testcases/host/kernel_proc_file_api_test/ |
D | proc_utils.py | 57 def Execute(self, cmd_list, timeout=None): argument 88 def WaitForBootCompletion(self, timeout=None): argument 116 def IsShutdown(self, timeout=0): argument 129 def Root(self, timeout=None): argument 157 def RunCommand(cmd, timeout=None): argument
|
/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/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/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-testcase/kernel/checkpoint/ |
D | checkpoint_utils.py | 47 def Execute(self, cmd_list, timeout=DEFAULT_ADB_TIMEOUT): argument 62 def RunCommand(cmd, timeout=None): argument
|
/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
|
/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): member in VtsTcpClient 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/util/ |
D | VtsPythonRunnerHelper.java | 71 public String runPythonRunner(String[] cmd, CommandResult commandResult, long timeout) { in runPythonRunner() 97 public String runPythonRunner(String[] cmd, CommandResult commandResult, long timeout, in runPythonRunner()
|
/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/mlts/benchmark/src/com/android/nn/crashtest/app/ |
D | CrashTestStatus.java | 99 public boolean waitForCompletion(long timeout, TimeUnit timeUnit) throws InterruptedException { in waitForCompletion()
|
/test/vts-testcase/hal/treble/vintf/ |
D | VtsTrebleVintfTestBase.cpp | 101 auto timeout = std::chrono::seconds(1); in ForEachHidlHalInstance() local 123 auto timeout = std::chrono::seconds(1); in ForEachAidlHalInstance() local
|
/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 | 849 def waitForBootCompletion(self, timeout=900): argument 1100 def getProp(self, name, timeout=adb.DEFAULT_ADB_SHORT_TIMEOUT): argument
|
/test/vts/runners/host/ |
D | utils.py | 482 def wait_for_standing_subprocess(proc, timeout=None): argument 531 def timeout(sec): function
|
/test/mlts/benchmark/jni/ |
D | run_tflite.cpp | 265 int seqInferencesMaxCount, float timeout, int flags, in benchmark() 454 int maxNumIterations, float timeout, in benchmarkSingleTypeOfCompilation()
|