Lines Matching full:board
345 test_summary, board, color):
357 build_key = '%s-gcc-toolchain' % board
359 build_key = '%s-llvm-next-toolchain' % board
374 if 'board' in build_dict and build_dict['board'] != board:
376 % (board, build_dict['board'], build_link))
377 build_dict['board'] = board
545 board = ''
590 if words[i] == '--board':
591 board = words[i + 1]
611 return [], date, board, 0, ' '
634 if board in test_dict:
635 board_dict = test_dict[board]
647 test_dict[board] = board_dict
651 RecordFailures(failure_dict, board, test, builder, int_date, log_file,
656 return summary_result, date, board, int_date, build_dict['color']
800 test_summary, report_date, board, tmp_date, color = ParseLogFile(
809 build_link, test_summary, board, color)
812 build_link, test_summary, board, color)