Searched refs:board_dict (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/tools/buildman/ |
D | board.py | 158 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
|
D | builder.py | 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']] [all …]
|
/external/toolchain-utils/ |
D | new-generate-waterfall-reports.py | 216 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
|
D | generate-waterfall-reports.py | 626 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
|