/aosp_15_r20/external/openthread/tools/otci/otci/ |
H A D | otci.py | 95 def execute_command(self, member in OTCI 124 output = self.__otcmd.execute_command(cmd, timeout) 187 return self.__parse_str(self.execute_command('version')) 192 return self.__parse_int(self.execute_command('thread version')) 198 return self.__parse_int(self.execute_command('version api')) 208 self.execute_command('ifconfig up') 212 self.execute_command('ifconfig down') 216 return self.__parse_values(self.execute_command('ifconfig'), up=True, down=False) 220 self.execute_command('thread start') 224 self.execute_command('thread stop') [all …]
|
H A D | command_handlers.py | 46 def execute_command(self, cmd: str, timeout: float) -> List[str]: member in OTCommandHandler 122 def execute_command(self, cmd, timeout=10) -> List[str]: member in OtCliCommandRunner 259 def execute_command(self, cmd: str, timeout: float) -> List[str]: member in OtbrSshCommandRunner 311 def execute_command(self, cmd: str, timeout: float) -> List[str]: member in OtbrAdbCommandRunner
|
/aosp_15_r20/external/python/bumble/bumble/ |
D | hfp.py | 822 async def execute_command( member in HfProtocol 871 response = await self.execute_command( 893 await self.execute_command(f"AT+BAC={','.join(codecs)}") 904 response = await self.execute_command( 926 response = await self.execute_command( 936 await self.execute_command("AT+CMER=3,,,1") 948 response = await self.execute_command( 968 await self.execute_command(f"AT+BIND={','.join(indicators)}") 974 response = await self.execute_command( 990 responses = await self.execute_command( [all …]
|
/aosp_15_r20/system/extras/torq/ |
H A D | command_executor.py | 48 return self.execute_command(command, device) 51 def execute_command(self, command, device): member in CommandExecutor 57 def execute_command(self, command, device): member in ProfilerCommandExecutor 203 return self.execute_command(command, device) 205 def execute_command(self, command, device): member in ConfigCommandExecutor
|
/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/usb/ |
H A D | usbmsc.c | 249 execute_command(usbdev_t *dev, cbw_direction dir, const u8 *cb, int cblen, in execute_command() function 380 return execute_command(dev, dir, (u8 *) &cb, sizeof(cb), buf, in readwrite_chunk() 440 return execute_command(dev, cbw_direction_data_in, (u8 *) &cb, in request_sense() 453 ret = execute_command(dev, cbw_direction_data_in, (u8 *) &cb, in request_sense_no_media() 479 return execute_command(dev, cbw_direction_data_out, (u8 *) &cb, in test_unit_ready() 490 return execute_command(dev, cbw_direction_data_out, (u8 *) &cb, in spin_up() 505 switch (ret = execute_command in read_capacity()
|
/aosp_15_r20/development/tools/winscope/src/adb/ |
H A D | winscope_proxy.py | 186 def execute_command(self, server, device_id): member in TraceConfig 254 def execute_command(self, server, device_id): member in SurfaceFlingerTraceConfig 321 def execute_command(self, server, device_id): member in WindowManagerTraceConfig 373 def execute_command(self, server, device_id): member in ViewCaptureTraceConfig 394 def execute_command(self, server, device_id): member in TransactionsConfig 416 def execute_command(self, server, device_id): member in ProtoLogConfig 435 def execute_command(self, server, device_id): member in ImeConfig 454 def execute_command(self, server, device_id): member in TransitionTracesConfig 476 def execute_command(self, server, device_id): member in InputConfig 501 def execute_command(self, server, device_id): member in MediaBasedConfig [all …]
|
/aosp_15_r20/external/coreboot/src/southbridge/intel/common/ |
H A D | smbus.c | 165 static int execute_command(uintptr_t base) in execute_command() function 226 ret = execute_command(base); in smbus_read_cmd() 262 ret = execute_command(base); in smbus_write_cmd() 300 ret = execute_command(base); in block_cmd_loop() 420 ret = execute_command(base); in do_smbus_process_call()
|
/aosp_15_r20/external/autotest/site_utils/ |
H A D | mysql_bootstrap.py | 102 return infra.execute_command(dest_server, full_cmd) 152 infra.execute_command(dest_host, 'echo "hello"') 191 return infra.execute_command('localhost', cmd).rstrip('\n')
|
/aosp_15_r20/system/core/init/ |
H A D | subcontext.cpp | 69 void RunCommand(const SubcontextCommand::ExecuteCommand& execute_command, 79 void SubcontextProcess::RunCommand(const SubcontextCommand::ExecuteCommand& execute_command, in RunCommand() argument 83 for (const auto& string : execute_command.args()) { in RunCommand() 152 RunCommand(subcontext_command.execute_command(), &reply); in MainLoop()
|
H A D | init_test.cpp | 507 auto execute_command = [&num_executed](const BuiltinArguments& args) { in TEST() local 514 {"execute", {1, 1, {false, execute_command}}}, in TEST() 528 auto execute_command = [&num_executed](const BuiltinArguments& args) { in GetTestFunctionMapForLazyLoad() local 549 {"execute", {1, 1, {false, execute_command}}}, in GetTestFunctionMapForLazyLoad()
|
/aosp_15_r20/out/soong/.intermediates/system/core/init/libinit/android_recovery_arm64_armv8-2a_cortex-a55_static/gen/proto/system/core/init/ |
D | subcontext.pb.cc | 486 static const ::SubcontextCommand_ExecuteCommand& execute_command(const SubcontextCommand* msg); 491 SubcontextCommand::_Internal::execute_command(const SubcontextCommand* msg) { in execute_command() function in SubcontextCommand::_Internal 498 …ontextCommand::set_allocated_execute_command(::SubcontextCommand_ExecuteCommand* execute_command) { in set_allocated_execute_command() argument 501 if (execute_command) { in set_allocated_execute_command() 503 ::PROTOBUF_NAMESPACE_ID::Arena::InternalGetOwningArena(execute_command); in set_allocated_execute_command() 505 execute_command = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( in set_allocated_execute_command() 506 message_arena, execute_command, submessage_arena); in set_allocated_execute_command() 509 _impl_.command_.execute_command_ = execute_command; in set_allocated_execute_command() 683 InternalWriteMessage(1, _Internal::execute_command(this), in _InternalSerialize() 684 _Internal::execute_command(this).GetCachedSize(), target, stream); in _InternalSerialize()
|
/aosp_15_r20/out/soong/.intermediates/system/core/init/libinit.microdroid/android_arm64_armv8-2a_cortex-a55_static/gen/proto/system/core/init/ |
D | subcontext.pb.cc | 486 static const ::SubcontextCommand_ExecuteCommand& execute_command(const SubcontextCommand* msg); 491 SubcontextCommand::_Internal::execute_command(const SubcontextCommand* msg) { in execute_command() function in SubcontextCommand::_Internal 498 …ontextCommand::set_allocated_execute_command(::SubcontextCommand_ExecuteCommand* execute_command) { in set_allocated_execute_command() argument 501 if (execute_command) { in set_allocated_execute_command() 503 ::PROTOBUF_NAMESPACE_ID::Arena::InternalGetOwningArena(execute_command); in set_allocated_execute_command() 505 execute_command = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( in set_allocated_execute_command() 506 message_arena, execute_command, submessage_arena); in set_allocated_execute_command() 509 _impl_.command_.execute_command_ = execute_command; in set_allocated_execute_command() 683 InternalWriteMessage(1, _Internal::execute_command(this), in _InternalSerialize() 684 _Internal::execute_command(this).GetCachedSize(), target, stream); in _InternalSerialize()
|
D | subcontext.pb.h | 518 const ::SubcontextCommand_ExecuteCommand& execute_command() const; in Swap() 521 void set_allocated_execute_command(::SubcontextCommand_ExecuteCommand* execute_command); in Swap() 527 ::SubcontextCommand_ExecuteCommand* execute_command); in Swap() 1334 inline const ::SubcontextCommand_ExecuteCommand& SubcontextCommand::execute_command() const { in execute_command() function 1349 …::unsafe_arena_set_allocated_execute_command(::SubcontextCommand_ExecuteCommand* execute_command) { in unsafe_arena_set_allocated_execute_command() argument 1351 if (execute_command) { in unsafe_arena_set_allocated_execute_command() 1353 _impl_.command_.execute_command_ = execute_command; in unsafe_arena_set_allocated_execute_command()
|
/aosp_15_r20/out/soong/.intermediates/system/core/init/libinit_host/linux_glibc_x86_64_static/gen/proto/system/core/init/ |
D | subcontext.pb.cc | 486 static const ::SubcontextCommand_ExecuteCommand& execute_command(const SubcontextCommand* msg); 491 SubcontextCommand::_Internal::execute_command(const SubcontextCommand* msg) { in execute_command() function in SubcontextCommand::_Internal 498 …ontextCommand::set_allocated_execute_command(::SubcontextCommand_ExecuteCommand* execute_command) { in set_allocated_execute_command() argument 501 if (execute_command) { in set_allocated_execute_command() 503 ::PROTOBUF_NAMESPACE_ID::Arena::InternalGetOwningArena(execute_command); in set_allocated_execute_command() 505 execute_command = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( in set_allocated_execute_command() 506 message_arena, execute_command, submessage_arena); in set_allocated_execute_command() 509 _impl_.command_.execute_command_ = execute_command; in set_allocated_execute_command() 683 InternalWriteMessage(1, _Internal::execute_command(this), in _InternalSerialize() 684 _Internal::execute_command(this).GetCachedSize(), target, stream); in _InternalSerialize()
|
D | subcontext.pb.h | 518 const ::SubcontextCommand_ExecuteCommand& execute_command() const; in Swap() 521 void set_allocated_execute_command(::SubcontextCommand_ExecuteCommand* execute_command); in Swap() 527 ::SubcontextCommand_ExecuteCommand* execute_command); in Swap() 1334 inline const ::SubcontextCommand_ExecuteCommand& SubcontextCommand::execute_command() const { in execute_command() function 1349 …::unsafe_arena_set_allocated_execute_command(::SubcontextCommand_ExecuteCommand* execute_command) { in unsafe_arena_set_allocated_execute_command() argument 1351 if (execute_command) { in unsafe_arena_set_allocated_execute_command() 1353 _impl_.command_.execute_command_ = execute_command; in unsafe_arena_set_allocated_execute_command()
|
/aosp_15_r20/out/soong/.intermediates/system/core/init/host_init_verifier/linux_glibc_x86_64/gen/proto/system/core/init/ |
D | subcontext.pb.cc | 486 static const ::SubcontextCommand_ExecuteCommand& execute_command(const SubcontextCommand* msg); 491 SubcontextCommand::_Internal::execute_command(const SubcontextCommand* msg) { in execute_command() function in SubcontextCommand::_Internal 498 …ontextCommand::set_allocated_execute_command(::SubcontextCommand_ExecuteCommand* execute_command) { in set_allocated_execute_command() argument 501 if (execute_command) { in set_allocated_execute_command() 503 ::PROTOBUF_NAMESPACE_ID::Arena::InternalGetOwningArena(execute_command); in set_allocated_execute_command() 505 execute_command = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( in set_allocated_execute_command() 506 message_arena, execute_command, submessage_arena); in set_allocated_execute_command() 509 _impl_.command_.execute_command_ = execute_command; in set_allocated_execute_command() 683 InternalWriteMessage(1, _Internal::execute_command(this), in _InternalSerialize() 684 _Internal::execute_command(this).GetCachedSize(), target, stream); in _InternalSerialize()
|
D | subcontext.pb.h | 518 const ::SubcontextCommand_ExecuteCommand& execute_command() const; in Swap() 521 void set_allocated_execute_command(::SubcontextCommand_ExecuteCommand* execute_command); in Swap() 527 ::SubcontextCommand_ExecuteCommand* execute_command); in Swap() 1334 inline const ::SubcontextCommand_ExecuteCommand& SubcontextCommand::execute_command() const { in execute_command() function 1349 …::unsafe_arena_set_allocated_execute_command(::SubcontextCommand_ExecuteCommand* execute_command) { in unsafe_arena_set_allocated_execute_command() argument 1351 if (execute_command) { in unsafe_arena_set_allocated_execute_command() 1353 _impl_.command_.execute_command_ = execute_command; in unsafe_arena_set_allocated_execute_command()
|
/aosp_15_r20/out/soong/.intermediates/system/core/init/libinit/android_arm64_armv8-2a_cortex-a55_static/gen/proto/system/core/init/ |
D | subcontext.pb.cc | 486 static const ::SubcontextCommand_ExecuteCommand& execute_command(const SubcontextCommand* msg); 491 SubcontextCommand::_Internal::execute_command(const SubcontextCommand* msg) { in execute_command() function in SubcontextCommand::_Internal 498 …ontextCommand::set_allocated_execute_command(::SubcontextCommand_ExecuteCommand* execute_command) { in set_allocated_execute_command() argument 501 if (execute_command) { in set_allocated_execute_command() 503 ::PROTOBUF_NAMESPACE_ID::Arena::InternalGetOwningArena(execute_command); in set_allocated_execute_command() 505 execute_command = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( in set_allocated_execute_command() 506 message_arena, execute_command, submessage_arena); in set_allocated_execute_command() 509 _impl_.command_.execute_command_ = execute_command; in set_allocated_execute_command() 683 InternalWriteMessage(1, _Internal::execute_command(this), in _InternalSerialize() 684 _Internal::execute_command(this).GetCachedSize(), target, stream); in _InternalSerialize()
|
/aosp_15_r20/external/python/bumble/tests/ |
D | hfp_test.py | 231 await hf.execute_command('AT+BIEV=2,100') 263 await hf.execute_command(f'ATD{NUMBER}') 357 await hf.execute_command(f"AT+CHLD={operation.value}") 389 await hf.execute_command(f"AT+CHLD={operation.value.replace('x', '1')}") 457 await hf.execute_command("AT+BVRA=1")
|
/aosp_15_r20/external/pigweed/pw_build/py/pw_build/ |
H A D | project_builder.py | 533 execute_command: Callable[ 559 self.execute_command = execute_command 644 self.execute_command = execute_command_with_logging 683 self.execute_command = execute_command_with_logging 839 build_succeeded = self.execute_command(
|
/aosp_15_r20/external/libcxx/utils/ |
H A D | merge_archives.py | 46 def execute_command(cmd, cwd=None): function 68 out, err, exitCode = execute_command(cmd, cwd=cwd)
|
/aosp_15_r20/external/rust/android-crates-io/crates/weak-table/tests/ |
D | weak_key_hash_map.rs | 81 self.execute_command(cmd); in execute_script() 85 pub fn execute_command(&mut self, cmd: &Cmd<K, V>) { in execute_command() function
|
/aosp_15_r20/external/coreboot/src/soc/amd/common/block/spi/ |
H A D | fch_spi_ctrl.c | 104 static int execute_command(void) in execute_command() function 164 if (execute_command()) in spi_ctrlr_xfer()
|
/aosp_15_r20/external/crosvm/devices/src/virtio/ |
H A D | tpm.rs | 47 fn execute_command<'a>(&'a mut self, command: &[u8]) -> &'a [u8]; in execute_command() method 62 let response = self.backend.execute_command(&command); in perform_work()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/build/ |
H A D | aplibtool.c | 79 int execute_command(cmd_data_t *cmd_data); 97 rc = execute_command(&cmd_data); in main() 476 int execute_command(cmd_data_t *cmd_data) in execute_command() function
|