Home
last modified time | relevance | path

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

/external/toolchain-utils/automation/common/
Djob.py109 def GetCommand(self): member in Job
127 return self._FormatCommand(self.GetCommand(), [
/external/toolchain-utils/automation/server/
Djob_executer.py89 command = self.job.GetCommand()
/external/v8/tools/
Drun_perf.py484 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/
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