Home
last modified time | relevance | path

Searched refs:board_dict (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/tools/buildman/
Dboard.py158 board_dict = {}
160 board_dict[board.target] = board
161 return board_dict
169 board_dict = {}
172 board_dict[board.target] = board
173 return board_dict
Dbuilder.py770 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']]
[all …]
/external/toolchain-utils/
Dnew-generate-waterfall-reports.py216 board_dict = dict()
217 board_dict['buildbucket_id'] = buildbucket_id
223 board_dict[key1] = stages_results[key2]
224 board_dict['status'] = results['status']
225 report_dict[board] = board_dict
Dgenerate-waterfall-reports.py626 board_dict = test_dict[board]
628 board_dict = dict()
629 board_dict[int_date] = build_dict
632 keys_list = board_dict.keys()
635 del board_dict[min_key]
638 test_dict[board] = board_dict