Searched refs:GetCommand (Results 1 – 7 of 7) sorted by relevance
/external/toolchain-utils/automation/common/ |
D | job.py | 109 def GetCommand(self): member in Job 127 return self._FormatCommand(self.GetCommand(), [
|
/external/v8/tools/testrunner/local/ |
D | execution.py | 84 def GetCommand(test, context): function 102 command = GetCommand(test, context)
|
D | progress.py | 74 command = execution.GetCommand(test, self.runner.context)
|
/external/toolchain-utils/automation/server/ |
D | job_executer.py | 89 command = self.job.GetCommand()
|
/external/v8/tools/ |
D | run_perf.py | 491 def GetCommand(self, shell_dir, extra_flags=None): member in RunnableConfig 678 command = self.command_prefix + runnable.GetCommand(shell_dir,
|
/external/clang/lib/Driver/ |
D | Tools.h | 721 std::unique_ptr<Command> GetCommand(Compilation &C, const JobAction &JA,
|
D | Tools.cpp | 6019 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
|