Home
last modified time | relevance | path

Searched defs:execute_command (Results 1 – 10 of 10) sorted by relevance

/external/openthread/tools/otci/otci/
Dcommand_handlers.py46 def execute_command(self, cmd: str, timeout: float) -> List[str]: member in OTCommandHandler
115 def execute_command(self, cmd, timeout=10) -> List[str]: member in OtCliCommandRunner
249 def execute_command(self, cmd: str, timeout: float) -> List[str]: member in OtbrSshCommandRunner
301 def execute_command(self, cmd: str, timeout: float) -> List[str]: member in OtbrAdbCommandRunner
Dotci.py95 def execute_command(self, member in OTCI
/external/libcxx/utils/
Dmerge_archives.py46 def execute_command(cmd, cwd=None): function
/external/autotest/site_utils/lib/
Dinfra.py122 def execute_command(host, cmd, **kwargs): function
/external/crosvm/devices/src/
Dvtpm_proxy.rs98 fn execute_command<'a>(&'a mut self, command: &[u8]) -> &'a [u8] { in execute_command() method
/external/rust/crates/weak-table/tests/
Dweak_key_hash_map.rs85 pub fn execute_command(&mut self, cmd: &Cmd<K, V>) { in execute_command() function
/external/crosvm/devices/src/virtio/
Dtpm.rs47 fn execute_command<'a>(&'a mut self, command: &[u8]) -> &'a [u8]; in execute_command() method
/external/pigweed/pw_watch/py/pw_watch/
Dwatch.py369 def execute_command( member in PigweedBuildWatcher
/external/cronet/third_party/apache-portable-runtime/src/build/
Daplibtool.c476 int execute_command(cmd_data_t *cmd_data) in execute_command() function
/external/python/bumble/bumble/
Dhfp.py822 async def execute_command( member in HfProtocol