Lines Matching refs:board
41 def BuildName(board, type, milestone, manifest): argument
50 return '%s-%s/R%s-%s' % (board, type, milestone, manifest)
169 def GetBranchBuildsForBoard(self, board): argument
180 def GetLaunchControlBuildsForBoard(self, board): argument
222 def Handle(self, scheduler, branch_builds, board, force=False, argument
238 logging.info('Handling %s for %s', self.keyword, board)
242 if task.AvailableHosts(scheduler, board):
243 if not task.Run(scheduler, branch_builds, board, force,
248 task, board)
251 def _LatestLaunchControlBuilds(self, board): argument
261 board = utils.ANDROID_BOARD_TO_TARGET_MAP.get(board, board)
271 if board == utils.parse_launch_control_target(t)[0]]