Lines Matching refs:board_selected
796 def ResetResultSummary(self, board_selected): argument
810 for board in board_selected:
904 def PrintSizeSummary(self, board_selected, board_dict, show_detail, argument
932 if target not in board_selected:
957 arch = board_selected[target].arch
1009 def PrintResultSummary(self, board_selected, board_dict, err_lines, argument
1135 if target not in board_selected:
1161 self.AddOutcome(board_selected, arch_list, better, '',
1163 self.AddOutcome(board_selected, arch_list, worse, '+',
1165 self.AddOutcome(board_selected, arch_list, new, '*', self.col.BLUE)
1167 self.AddOutcome(board_selected, arch_list, unknown, '?',
1186 self.PrintSizeSummary(board_selected, board_dict, show_detail,
1197 if target not in board_selected:
1199 arch = board_selected[target].arch
1213 if target not in board_selected:
1216 arch = board_selected[target].arch
1298 for board in board_selected:
1305 def ProduceResultSummary(self, commit_upto, commits, board_selected): argument
1308 board_selected, commit_upto,
1315 self.PrintResultSummary(board_selected, board_dict,
1321 def ShowSummary(self, commits, board_selected): argument
1333 self.ResetResultSummary(board_selected)
1337 self.ProduceResultSummary(commit_upto, commits, board_selected)
1342 def SetupBuild(self, board_selected, commits): argument
1351 self.count = len(board_selected) * count
1425 def BuildBoards(self, commits, board_selected, keep_outputs, verbose): argument
1443 self.ResetResultSummary(board_selected)
1445 self._PrepareWorkingSpace(min(self.num_threads, len(board_selected)),
1449 self.SetupBuild(board_selected, commits)
1453 for brd in board_selected.itervalues():