Lines Matching full:board
47 def __init__(self, board, remotes, ebuild_version, plus_pgo, minus_pgo,
49 self._board = board
110 self._chromeos_root, '--board=%s' %
133 board: %s
172 '--board=%s' % self._board]
179 '--cycler=all', '--board=%s' % self._board,
264 parser.add_option('--board',
265 dest='board',
267 help='The target board.')
292 if not options.board:
293 print 'Please give a board.'
304 fc = FDOComparator(options.board, options.remote, options.ebuild_version,