Home
last modified time | relevance | path

Searched defs:timeout (Results 1 – 17 of 17) sorted by relevance

/test/vts/testcases/host/kernel_proc_file_api_test/
Dproc_utils.py57 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/
DVtsHalHidlTargetCallbackBase.h216 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/
Dcmd_utils.py34 timeout, argument
103 def ExecuteOneShellCommand(cmd, timeout=None, callback_on_timeout=None, *args): argument
Dtimeout_utils.py30 def timeout(seconds, message=os.strerror(errno.ETIME), no_exception=False): function
/test/vts-testcase/kernel/checkpoint/
Dcheckpoint_utils.py47 def Execute(self, cmd_list, timeout=DEFAULT_ADB_TIMEOUT): argument
62 def RunCommand(cmd, timeout=None): argument
/test/vts/runners/host/tcp_client/
Dvts_tcp_client.py73 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/
Dshell_mirror.py105 def SetConnTimeout(self, timeout): argument
Dmirror_tracker.py528 def SetConnTimeout(self, timeout): argument
/test/cts-root/tests/stats/src/android/stats/cts_root/
DStatsHelperTest.java49 public synchronized void waitForReceiver(long timeout) throws InterruptedException { in waitForReceiver()
/test/mlts/benchmark/src/com/android/nn/crashtest/app/
DCrashTestStatus.java99 public boolean waitForCompletion(long timeout, TimeUnit timeUnit) throws InterruptedException { in waitForCompletion()
/test/vts/utils/python/controllers/
Dandroid.py64 timeout=None): argument
Dadb.py128 def _exec_cmd(self, cmd, no_except=False, timeout=DEFAULT_ADB_TIMEOUT): argument
Dandroid_device.py849 def waitForBootCompletion(self, timeout=900): argument
1100 def getProp(self, name, timeout=adb.DEFAULT_ADB_SHORT_TIMEOUT): argument
/test/vts-testcase/hal/treble/vintf/
DVtsTrebleVintfTestBase.cpp102 auto timeout = std::chrono::seconds(1); in ForEachHidlHalInstance() local
128 auto timeout = std::chrono::seconds(1); in ForEachAidlHalInstance() local
/test/vts/runners/host/
Dutils.py482 def wait_for_standing_subprocess(proc, timeout=None): argument
531 def timeout(sec): function
Dbase_test.py601 def resetTimeout(self, timeout): argument
1265 def Heal(self, passive=False, timeout=900): argument
/test/mlts/benchmark/jni/
Drun_tflite.cpp297 int seqInferencesMaxCount, float timeout, int flags, in benchmark()
490 int maxNumIterations, float timeout, in benchmarkSingleTypeOfCompilation()