Home
last modified time | relevance | path

Searched refs:GetCommand (Results 1 – 7 of 7) sorted by relevance

/external/toolchain-utils/automation/common/
Djob.py109 def GetCommand(self): member in Job
127 return self._FormatCommand(self.GetCommand(), [
/external/v8/tools/testrunner/local/
Dexecution.py84 def GetCommand(test, context): function
102 command = GetCommand(test, context)
Dprogress.py74 command = execution.GetCommand(test, self.runner.context)
/external/toolchain-utils/automation/server/
Djob_executer.py89 command = self.job.GetCommand()
/external/v8/tools/
Drun_perf.py491 def GetCommand(self, shell_dir, extra_flags=None): member in RunnableConfig
678 command = self.command_prefix + runnable.GetCommand(shell_dir,
/external/clang/lib/Driver/
DTools.h721 std::unique_ptr<Command> GetCommand(Compilation &C, const JobAction &JA,
DTools.cpp6019 getCLFallback()->GetCommand(C, JA, Output, Inputs, Args, LinkingOutput); in ConstructJob()
10142 C.addCommand(GetCommand(C, JA, Output, Inputs, Args, LinkingOutput)); in ConstructJob()
10145 std::unique_ptr<Command> visualstudio::Compiler::GetCommand( in GetCommand() function in visualstudio::Compiler