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
118 def execute_command(self, cmd, timeout=10) -> List[str]: member in OtCliCommandRunner
250 def execute_command(self, cmd: str, timeout: float) -> List[str]: member in OtbrSshCommandRunner
Dotci.py95 def execute_command(self, member in OTCI
/external/crosvm/devices/src/
Dsoftware_tpm.rs30 fn execute_command<'a>(&'a mut self, command: &[u8]) -> &'a [u8] { in execute_command() method
Dvtpm_proxy.rs92 fn execute_command<'a>(&'a mut self, command: &[u8]) -> &'a [u8] { in execute_command() method
/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/tpm2/src/
Dlib.rs79 pub 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.rs53 fn execute_command<'a>(&'a mut self, command: &[u8]) -> &'a [u8]; in execute_command() method
/external/pigweed/pw_watch/py/pw_watch/
Dwatch.py368 def execute_command( member in PigweedBuildWatcher