Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DPollingCheck.java55 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()
DHostSideTestUtils.java33 final long timeout = System.currentTimeMillis() + timeoutSeconds * 1000; in waitUntil() local
/test/vts/tests/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/tests/angleallowliststrace_test/host/src/com/google/android/angleallowlists/vts/
DHelper.java248 public CommandResult adbShellInstrumentationCommandCheck(final long timeout, in adbShellInstrumentationCommandCheck()
263 public CommandResult adbShellCommandCheck(final long timeout, final String command) in adbShellCommandCheck()
268 private CommandResult adbShellCommandCheck(final long timeout, final boolean logOutput, in adbShellCommandCheck()
274 public CommandResult adbCommandCheck(final long timeout, final String... command) in adbCommandCheck()
279 private CommandResult adbCommandCheck(final long timeout, final boolean logOutput, in adbCommandCheck()
287 private CommandResult commandCheck(final long timeout, final boolean logOutput, in commandCheck()
309 public String adbShellCommandWithStdout(final long timeout, final File stdOutFile, in adbShellCommandWithStdout()
/test/app_compat/csuite/test_scripts/src/main/java/com/android/pixel/tests/
DPixelAppCompatTestBase.java85 protected void launchAndWaitAppOpen(long timeout) { in launchAndWaitAppOpen()
90 getUiDevice().wait(Until.hasObject(By.text(getPackage())), timeout); in launchAndWaitAppOpen() local
/test/vts/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-testcase/kernel/utils/
Dadb.py47 def Execute(self, cmd_list, timeout=DEFAULT_ADB_TIMEOUT): argument
78 def RunCommand(cmd, timeout=None): 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/catbox/runner/src/com/android/catbox/runner/
DMopedRunner.java136 private ArrayList<String> executeHostCommand(String[] command, int timeout) in executeHostCommand()
/test/mlts/benchmark/jni/
Drun_tflite.cpp362 int seqInferencesMaxCount, float timeout, int flags, in benchmark()
578 int maxNumIterations, float timeout, in benchmarkSingleTypeOfCompilation()
/test/cts-root/hostsidetests/rollback/src/com/android/cts_root/rollback/host/
DRollbackManagerHostTest.java566 private void waitForDeviceNotAvailable(long timeout, TimeUnit unit) { in waitForDeviceNotAvailable()