Lines Matching refs:board_dict
802 board_dict = {}
814 board_dict[board.target] = outcome
853 return (board_dict, err_lines_summary, err_lines_boards,
856 def AddOutcome(self, board_dict, arch_list, changes, char, color): argument
872 if target in board_dict:
873 arch = board_dict[target].arch
1002 def PrintSizeSummary(self, board_selected, board_dict, show_detail, argument
1029 for target in board_dict:
1033 outcome = board_dict[target]
1083 result['_outcome'] = board_dict[result['_target']]
1107 def PrintResultSummary(self, board_selected, board_dict, err_lines, argument
1284 for target in board_dict:
1291 outcome = board_dict[target]
1336 self.PrintSizeSummary(board_selected, board_dict, show_detail,
1342 for target in board_dict:
1376 for target in board_dict:
1392 for target in board_dict:
1469 self._base_board_dict = board_dict
1480 if not board in board_dict:
1487 (board_dict, err_lines, err_line_boards, warn_lines,
1497 self.PrintResultSummary(board_selected, board_dict,