Lines Matching refs:board_dict
715 board_dict = {}
725 board_dict[board.target] = outcome
757 return (board_dict, err_lines_summary, err_lines_boards,
760 def AddOutcome(self, board_dict, arch_list, changes, char, color): argument
776 if target in board_dict:
777 arch = board_dict[target].arch
904 def PrintSizeSummary(self, board_selected, board_dict, show_detail, argument
931 for target in board_dict:
935 outcome = board_dict[target]
985 result['_outcome'] = board_dict[result['_target']]
1009 def PrintResultSummary(self, board_selected, board_dict, err_lines, argument
1134 for target in board_dict:
1141 outcome = board_dict[target]
1186 self.PrintSizeSummary(board_selected, board_dict, show_detail,
1196 for target in board_dict:
1212 for target in board_dict:
1289 self._base_board_dict = board_dict
1299 if not board in board_dict:
1306 (board_dict, err_lines, err_line_boards, warn_lines,
1315 self.PrintResultSummary(board_selected, board_dict,