Searched refs:GetCommand (Results 1 – 5 of 5) 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/toolchain-utils/automation/server/ |
D | job_executer.py | 89 command = self.job.GetCommand()
|
/external/v8/tools/ |
D | run_perf.py | 484 def GetCommand(self, cmd_prefix, shell_dir, extra_flags=None): member in RunnableConfig 688 cmd = runnable.GetCommand(self.command_prefix, shell_dir, self.extra_flags)
|
/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
|