/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 164 def RunCommand(cmd, timeout=None): 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/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-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/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/cts-root/tests/stats/src/android/stats/cts_root/ |
D | StatsHelperTest.java | 49 public synchronized void waitForReceiver(long timeout) throws InterruptedException { in waitForReceiver()
|
/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 127 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
|
D | base_test.py | 601 def resetTimeout(self, timeout): argument 1265 def Heal(self, passive=False, timeout=900): argument
|
/test/mlts/benchmark/jni/ |
D | run_tflite.cpp | 297 int seqInferencesMaxCount, float timeout, int flags, in benchmark() 490 int maxNumIterations, float timeout, in benchmarkSingleTypeOfCompilation()
|