Home
last modified time | relevance | path

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

/system/core/init/
Dsubcontext.proto24 ExecuteCommand execute_command = 1; field
Dsubcontext.cpp79 void SubcontextProcess::RunCommand(const SubcontextCommand::ExecuteCommand& execute_command, in RunCommand()
Dinit_test.cpp507 auto execute_command = [&num_executed](const BuiltinArguments& args) { in TEST() local
528 auto execute_command = [&num_executed](const BuiltinArguments& args) { in GetTestFunctionMapForLazyLoad() local
/system/extras/torq/src/
Dcommand_executor.py52 def execute_command(self, command, device): member in CommandExecutor
58 def execute_command(self, command, device): member in ProfilerCommandExecutor
217 def execute_command(self, command, device): member in ConfigCommandExecutor