Home
last modified time | relevance | path

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

12

/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/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/tradefederation/contrib/src/com/android/monkey/
DClockworkRetailMonkeyTest.java42 this.wait(mCardRefreshInterval); in run()
/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/
Dacts_job_test.py57 def wait(self): member in FakePopen
/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/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/framework/acts/controllers/utils_lib/ssh/
Dconnection.py321 self._master_ssh_proc.wait()
392 tunnel.proc.wait()
/tools/test/connectivity/acts/framework/acts/libs/proc/
Djob.py156 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.java431 listener.wait(); in waitForDeviceBootloaderStateUpdate()
454 listener.wait(time); in waitForDeviceState()
/tools/acloud/internal/lib/
Dssh.py57 process.wait()
/tools/acloud/create/
Dlocal_image_local_instance_test.py214 process.wait.return_value = True
Dlocal_image_local_instance.py281 process.wait()
/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/test/connectivity/acts/tests/google/ble/concurrency/
DConcurrentGattConnectTest.py282 executor.shutdown(wait=True)
/tools/repohooks/rh/
Dutils.py261 return self._lock_breaker(self.wait, *args, **kwargs)
/tools/asuite/atest/
Datest_utils.py155 proc.wait()
/tools/carrier_settings/proto/
Dcarrier_settings.proto120 // The wait time required between disconnecting and connecting, in seconds.
/tools/tradefederation/core/atest/
Datest_utils.py144 proc.wait()
/tools/tradefederation/core/src/com/android/tradefed/command/remote/
DRemoteManager.java202 wait(10*1000); in getPort()
/tools/asuite/aidegen/lib/
Dide_util.py535 import_process.wait(1)

12