Home
last modified time | relevance | path

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

12

/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/
Dapollo_lib.py227 def cmd(self, cmds, wait=None): argument
245 _, result = self._cmd(cmd, wait=wait)
249 def _cmd(self, cmd, wait=None, throw_error=True): argument
276 if wait:
277 self.wait(wait)
480 def reset(self, wait=5): argument
484 self.wait(wait)
502 self.wait(5)
586 def wait(self, timeout=1): member in BudsDevice
668 def music_control_events(self, cmd, regexp=None, wait=.5): argument
[all …]
/tools/test/connectivity/acts/framework/tests/libs/proc/
Dprocess_test.py123 process.wait(0)
126 process.wait(0)
134 process._process.wait.side_effect = subprocess.TimeoutExpired('', '')
136 process.wait(0)
157 process._process.wait.side_effect = subprocess.TimeoutExpired('', '')
160 process.wait()
171 process.wait(0)
185 process.wait(0)
196 process.wait(0)
210 process.wait(0)
[all …]
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerFuncTest.java201 mMockTestInvoker.wait(WAIT_TIMEOUT_MS); in testRun_scheduling()
301 mMockTestInvoker.wait(WAIT_TIMEOUT_MS); in testBatteryLowLevel()
344 mMockTestInvoker.wait(WAIT_TIMEOUT_MS); in testBatteryLowLevel_interruptible()
380 mMockTestInvoker.wait(WAIT_TIMEOUT_MS); in testShutdown_interruptible()
457 li.wait(WAIT_TIMEOUT_MS); in testShutdown_notInterruptible()
572 li.wait(WAIT_TIMEOUT_MS); in testShutdown_notInterruptible_timeout()
/tools/test/connectivity/acts/framework/acts/libs/proc/
Dprocess.py165 def wait(self, kill_timeout=60.0): member in Process
182 self._process.wait(kill_timeout)
198 self.wait(0)
247 self._process.wait()
Djob.py149 proc.wait()
/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
Devent_dispatcher.py175 self._executor.shutdown(wait=True)
372 cond.wait(cond_timeout)
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dconnection.py320 self._master_ssh_proc.wait()
391 tunnel.proc.wait()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDeviceStateMonitor.java432 listener.wait(); in waitForDeviceBootloaderStateUpdate()
455 listener.wait(time); in waitForDeviceState()
/tools/test/openhst/
Dstress_test.proto118 // How many seconds to wait before executing the command/playing the sound in
121 // How many seconds to wait after executing the command/playing the sound in
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/
Dapollo_acts.py359 android_act.dut.ui_util.uia.wait.update()
390 android_act.dut.ui_util.uia.wait.update()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java972 wait(waitTimeMs); in testExecuteFastbootCommand_state()
1006 blockResult.wait(waitTimeMs); in testExecuteFastbootCommand_state()
3624 int apiLevel, boolean wait, boolean force, String expectedCommand) throws Exception { in verifyStopUserSuccess() argument
3655 assertTrue(mTestDevice.stopUser(10, wait, force)); in verifyStopUserSuccess()
/tools/tradefederation/contrib/src/com/android/monkey/
DClockworkRetailMonkeyTest.java42 this.wait(mCardRefreshInterval); in run()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java2198 wait(remainingTime); in waitForEvent()
2214 wait(); in waitForEvent()
/tools/tradefederation/core/atest/test_runners/
Dregression_test_runner.py52 proc.wait()
Dtest_runner_base.py143 proc.wait()
/tools/asuite/atest/test_runners/
Dregression_test_runner.py52 proc.wait()
Dtest_runner_base.py136 proc.wait()
/tools/test/connectivity/acts/framework/tests/
Dtest_suite.py71 failures = result.test_result.wait(timeout=60)
Dacts_job_test.py57 def wait(self): member in FakePopen
/tools/test/connectivity/acts_tests/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/acts_tests/tests/google/net/arduino/connect_wifi/
Dconnect_wifi.ino14 delay(1000); // wait for a second to read from serial port after flashing
/tools/acloud/internal/lib/
Dssh.py57 process.wait()
/tools/acloud/create/
Dlocal_image_local_instance_test.py235 process.wait.return_value = True
Dlocal_image_local_instance.py302 process.wait()
/tools/test/connectivity/acts_tests/tests/google/ble/concurrency/
DConcurrentGattConnectTest.py282 executor.shutdown(wait=True)

12