Searched refs:wait_for_echo (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/test/py/tests/ |
D | test_efi_loader.py | 187 … output = u_boot_console.run_command('lsefisystab', wait_for_prompt=False, wait_for_echo=False) 192 output = u_boot_console.run_command('exit', wait_for_prompt=False, wait_for_echo=False)
|
D | test_efi_selftest.py | 20 u_boot_console.run_command(cmd='', wait_for_echo=False, wait_for_prompt=False);
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | test_helpers_unittest.cc | 101 test::EchoServiceAsyncWaiter wait_for_echo(echo.get()); in TEST_F() local 104 wait_for_echo.Echo(kTestString, &response); in TEST_F()
|
/external/u-boot/test/py/ |
D | u_boot_console_base.py | 140 def run_command(self, cmd, wait_for_echo=True, send_nl=True, argument 192 if not wait_for_echo: 251 self.run_command(chr(3), wait_for_echo=False, send_nl=False)
|