Searched defs:execute_command (Results 1 – 10 of 10) sorted by relevance
| /external/openthread/tools/otci/otci/ |
| D | command_handlers.py | 46 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
|
| D | otci.py | 95 def execute_command(self, member in OTCI
|
| /external/crosvm/devices/src/ |
| D | software_tpm.rs | 30 fn execute_command<'a>(&'a mut self, command: &[u8]) -> &'a [u8] { in execute_command() method
|
| D | vtpm_proxy.rs | 92 fn execute_command<'a>(&'a mut self, command: &[u8]) -> &'a [u8] { in execute_command() method
|
| /external/libcxx/utils/ |
| D | merge_archives.py | 46 def execute_command(cmd, cwd=None): function
|
| /external/autotest/site_utils/lib/ |
| D | infra.py | 122 def execute_command(host, cmd, **kwargs): function
|
| /external/crosvm/tpm2/src/ |
| D | lib.rs | 79 pub fn execute_command<'a>(&'a mut self, command: &[u8]) -> &'a [u8] { in execute_command() method
|
| /external/rust/crates/weak-table/tests/ |
| D | weak_key_hash_map.rs | 85 pub fn execute_command(&mut self, cmd: &Cmd<K, V>) { in execute_command() function
|
| /external/crosvm/devices/src/virtio/ |
| D | tpm.rs | 53 fn execute_command<'a>(&'a mut self, command: &[u8]) -> &'a [u8]; in execute_command() method
|
| /external/pigweed/pw_watch/py/pw_watch/ |
| D | watch.py | 368 def execute_command( member in PigweedBuildWatcher
|