Home
last modified time | relevance | path

Searched refs:wait (Results 1 – 18 of 18) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerFuncTest.java188 mMockTestInvoker.wait(WAIT_TIMEOUT_MS); in testRun_scheduling()
288 mMockTestInvoker.wait(WAIT_TIMEOUT_MS); in testBatteryLowLevel()
338 mMockTestInvoker.wait(WAIT_TIMEOUT_MS); in testBatteryLowLevel_interruptible()
374 mMockTestInvoker.wait(WAIT_TIMEOUT_MS); in testShutdown_interruptible()
451 li.wait(WAIT_TIMEOUT_MS); in testShutdown_notInterruptible()
566 li.wait(WAIT_TIMEOUT_MS); in testShutdown_notInterruptible_timeout()
DCommandSchedulerTest.java424 notifier.wait(1 * 1000); in testRun_oneConfigLoop()
/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
Devent_dispatcher.py170 self._executor.shutdown(wait=True)
362 cond.wait(cond_timeout)
/tools/test/connectivity/acts/framework/tests/
Dacts_job_test.py57 def wait(self): member in FakePopen
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dconnection.py312 self._master_ssh_proc.wait()
384 tunnel.proc.wait()
/tools/test/connectivity/acts/tests/google/net/arduino/disconnect_wifi/
Ddisconnect_wifi.ino4 delay(1000); // wait for a second to read from serial port after flashing
/tools/test/connectivity/tools/lab/utils/
Djob.py154 proc.wait()
/tools/tradefederation/core/atest/
Datest_utils.py105 proc.wait()
DREADME.md65 <tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-w</td><td>--wait-for-debugger</td>
/tools/test/connectivity/acts/framework/acts/libs/proc/
Djob.py154 proc.wait()
/tools/test/connectivity/acts/tests/google/net/arduino/connect_wifi/
Dconnect_wifi.ino14 delay(1000); // wait for a second to read from serial port after flashing
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDeviceStateMonitor.java399 listener.wait(); in waitForDeviceBootloaderStateUpdate()
421 listener.wait(time); in waitForDeviceState()
/tools/tradefederation/core/src/com/android/tradefed/util/
DLogcatUpdaterEventParser.java114 wait(timeoutMs); in waitUntilCompleted()
/tools/test/connectivity/acts/tests/google/ble/concurrency/
DConcurrentGattConnectTest.py284 executor.shutdown(wait=True)
/tools/test/connectivity/acts/framework/acts/controllers/
Dmonsoon.py75 def __init__(self, device=None, serialno=None, wait=1): argument
135 if not wait: raise IOError("No device found")
/tools/repohooks/rh/
Dutils.py202 proc.wait()
/tools/tradefederation/core/src/com/android/tradefed/command/remote/
DRemoteManager.java202 wait(10*1000); in getPort()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java940 wait(waitTimeMs); in testExecuteFastbootCommand_state()
974 blockResult.wait(waitTimeMs); in testExecuteFastbootCommand_state()
2753 int apiLevel, boolean wait, boolean force, String expectedCommand) throws Exception { in verifyStopUserSuccess() argument
2784 assertTrue(mTestDevice.stopUser(10, wait, force)); in verifyStopUserSuccess()