Home
last modified time | relevance | path

Searched refs:CreateLinuxJob (Results 1 – 6 of 6) sorted by relevance

/external/toolchain-utils/automation/clients/helper/
Dcrosstool.py21 new_job = jobs.CreateLinuxJob('CheckoutCrosstool(%s)' % target, command)
30 new_job = jobs.CreateLinuxJob('BuildRelease(%s)' % target, command)
38 new_job = jobs.CreateLinuxJob('RunTests(%s, %s, %s)' %
48 new_job = jobs.CreateLinuxJob('GenerateReport(%s)' % target, command)
Dandroid.py36 new_job = jobs.CreateLinuxJob('AndroidCheckoutToolchain(%s)' % self.tc_tag,
44 new_job = jobs.CreateLinuxJob('AndroidBuildToolchain(%s)' % self.tc_tag,
58 new_job = jobs.CreateLinuxJob('AndroidGetBuildTree(%s)' % self.tc_tag,
70 new_job = jobs.CreateLinuxJob('AndroidBenchmarking(%s)' % self.tc_tag,
Djobs.py7 def CreateLinuxJob(label, command, lock=False, timeout=4 * 60 * 60): function
Dchromeos.py174 job = jobs.CreateLinuxJob(label, command)
/external/toolchain-utils/automation/clients/
Dchromeos.py63 job = jobs.CreateLinuxJob(label, chain, timeout=24 * 60 * 60)
Ddejagnu_compiler.py57 job = jobs.CreateLinuxJob(label, chain, timeout=8 * 60 * 60)