Lines Matching refs:parser
451 parser = argparse.ArgumentParser(description='Run incremental dEQP on devices.')
452 parser.add_argument('-s', '--serial', help='Optional. Use device with given serial.')
453 parser.add_argument('-t', '--test', help=('Optional. Directory of incremental deqp test file. '
456 parser.add_argument('-b', '--base_build', help=('Target file of base build that has passed dEQP '
458 parser.add_argument('-c', '--current_build',
465 parser.add_argument('--generate_deps_only', action='store_true',
468 parser.add_argument('--ats_mode', action='store_true',
470 parser.add_argument('--custom_handler', action='store_true',
472 return parser
612 parser = _get_parser()
613 args = parser.parse_args()
615 parser.error('Base build argument: \'-b [file] or --base_build [file]\' '