HomeSort by relevance Sort by last modified time
    Searched refs:execute_command (Results 1 - 17 of 17) sorted by null

  /system/core/init/
subcontext.proto 24 ExecuteCommand execute_command = 1;
subcontext.cpp 106 void RunCommand(const SubcontextCommand::ExecuteCommand& execute_command,
116 void SubcontextProcess::RunCommand(const SubcontextCommand::ExecuteCommand& execute_command,
120 for (const auto& string : execute_command.args()) {
191 RunCommand(subcontext_command.execute_command(), &reply);
init_test.cpp 181 auto execute_command = [&num_executed](const BuiltinArguments& args) { local
188 test_function_map.Add("execute", 1, 1, false, execute_command);
  /external/autotest/site_utils/
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')
server_manager_actions.py 96 infra.execute_command(server.hostname, command)
deploy_server.py 102 output = infra.execute_command(server, cmd)
server_manager_unittest.py 100 self.mox.StubOutWithMock(infra, 'execute_command')
221 infra.execute_command(mox.IgnoreArg(), mox.IgnoreArg())
249 infra.execute_command(mox.IgnoreArg(), mox.IgnoreArg())
332 infra.execute_command(mox.IgnoreArg(), mox.IgnoreArg())
362 infra.execute_command(mox.IgnoreArg(), mox.IgnoreArg())
  /external/devlib/devlib/instrument/
daq.py 11 from daqpower.client import execute_command, Status
14 execute_command, Status = None, None
37 if execute_command is None:
144 return execute_command(self.server_config, command, **kwargs)
  /external/libcxx/utils/
merge_archives.py 46 def execute_command(cmd, cwd=None): function
68 out, err, exitCode = execute_command(cmd, cwd=cwd)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/
merge_archives.py 46 def execute_command(cmd, cwd=None): function
68 out, err, exitCode = execute_command(cmd, cwd=cwd)
  /external/autotest/site_utils/lib/
infra.py 123 def execute_command(host, cmd, **kwargs): function
  /external/autotest/scheduler/
pidfile_monitor.py 70 self.pidfile_id = self._drone_manager.execute_command(
drone_manager_unittest.py 279 pidfile_id = self.manager.execute_command(
291 'execute_command', ['test', full_working_directory],
302 self.manager.execute_command(command=['test'],
drone_utility.py 201 def execute_command(self, command, working_directory, log_file, member in class:DroneUtility
drone_manager.py 25 WORKING_DIRECTORY = object() # see execute_command()
739 def execute_command(self, command, working_directory, pidfile_name, member in class:DroneManager
790 drone.queue_call('execute_command', command, abs_working_directory,
    [all...]
monitor_db_functional_test.py 199 # executing an "execute_command" causes a pidfile to be created
236 def execute_command(self, command, working_directory, pidfile_name, member in class:MockDroneManager
    [all...]
  /pdk/build/
pdk_utils.py 163 def execute_command(command, error_msg): function

Completed in 407 milliseconds