Home
last modified time | relevance | path

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

12

/tools/test/connectivity/acts/framework/tests/libs/proc/
Dprocess_test.py124 process.wait(0)
127 process.wait(0)
135 process._process.wait.side_effect = subprocess.TimeoutExpired('', '')
137 process.wait(0)
183 process._process.wait.side_effect = subprocess.TimeoutExpired('', '')
186 process.wait()
197 process.wait(0)
211 process.wait(0)
222 process.wait(0)
236 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/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/
DGnssBlankingBase.py326 wait, argument
363 self.start_gnss_and_wait(wait)
365 self.dut.log.info('Wait %d seconds to start TTFF HS' % wait)
366 sleep(wait)
412 def start_gnss_and_wait(self, wait=60): argument
428 self.log.info('Wait for {} seconds'.format(str(wait)))
429 sleep(wait)
470 wait = wait_before_test
472 wait = wait_between_pwr
473 self.start_gnss_and_wait(wait)
/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)
210 self.wait(0)
259 self._process.wait()
Djob.py150 proc.wait()
/tools/test/connectivity/acts/framework/acts/controllers/gnss_lib/
DGnssSimulator.py181 def ping_inst(self, retry=3, wait=1): argument
199 sleep(wait)
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dconnection.py320 self._master_ssh_proc.wait()
391 tunnel.proc.wait()
/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
Devent_dispatcher.py175 self._executor.shutdown(wait=True)
377 cond.wait(cond_timeout)
/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/asuite/atest-py2/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.py143 proc.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/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/test/connectivity/acts/framework/acts/controllers/bits_lib/
Dbits_service.py114 self._process.wait(kill_timeout=60.0)
/tools/test/connectivity/acts_tests/tests/google/ble/concurrency/
DConcurrentGattConnectTest.py282 executor.shutdown(wait=True)
/tools/acloud/internal/lib/
Dssh.py64 process.wait()
/tools/carrier_settings/proto/
Dcarrier_settings.proto121 // The wait time required between disconnecting and connecting, in seconds.
/tools/asuite/atest-py2/
Datest_utils.py144 proc.wait()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_performance_test_utils/
D__init__.py59 executor.shutdown(wait=False)
/tools/asuite/aidegen/lib/
Dide_util.py545 import_process.wait(1)

12