Lines Matching refs:board_dict
770 board_dict = {}
782 board_dict[board.target] = outcome
820 return (board_dict, err_lines_summary, err_lines_boards,
823 def AddOutcome(self, board_dict, arch_list, changes, char, color): argument
839 if target in board_dict:
840 arch = board_dict[target].arch
969 def PrintSizeSummary(self, board_selected, board_dict, show_detail, argument
996 for target in board_dict:
1000 outcome = board_dict[target]
1050 result['_outcome'] = board_dict[result['_target']]
1074 def PrintResultSummary(self, board_selected, board_dict, err_lines, argument
1202 for target in board_dict:
1209 outcome = board_dict[target]
1254 self.PrintSizeSummary(board_selected, board_dict, show_detail,
1260 for target in board_dict:
1294 for target in board_dict:
1310 for target in board_dict:
1387 self._base_board_dict = board_dict
1398 if not board in board_dict:
1405 (board_dict, err_lines, err_line_boards, warn_lines,
1415 self.PrintResultSummary(board_selected, board_dict,