Home | History | Annotate | Download | only in suite_scheduler

Lines Matching refs:def

25 def SectionName(keyword):
33 def HonoredSection(section):
41 def BuildName(board, type, milestone, manifest):
73 def CreateFromConfig(cls, config, manifest_versions):
84 def _ParseConfig(cls, config):
97 def __init__(self, keyword, manifest_versions, always_handle):
111 def keyword(self):
117 def tasks(self):
123 def launch_control_branches_targets(self):
138 def tasks(self, iterable_of_tasks):
146 def Merge(self, to_merge):
161 def Prepare(self):
169 def GetBranchBuildsForBoard(self, board):
180 def GetLaunchControlBuildsForBoard(self, board):
194 def ShouldHandle(self):
202 def UpdateCriteria(self):
210 def FilterTasks(self):
222 def Handle(self, scheduler, branch_builds, board, force=False,
251 def _LatestLaunchControlBuilds(self, board):