• Home
  • Raw
  • Download

Lines Matching refs:dest

1003   parser.add_argument('-t', '--test', action='append', dest='tests', help='name(s) of the test(s)')
1006 global_group.add_argument('-j', type=int, dest='n_thread')
1007 global_group.add_argument('--timeout', default=timeout, type=int, dest='timeout')
1008 global_group.add_argument('--verbose', '-v', action='store_true', dest='verbose')
1009 global_group.add_argument('--dry-run', action='store_true', dest='dry_run')
1010 global_group.add_argument("--skip", action='append', dest="skips", default=[],
1012 global_group.add_argument("--no-skips", dest="ignore_skips", action='store_true', default=False,
1016 action='store_false', dest='build',
1020 action='store_true', dest='build',
1023 global_group.add_argument('--build-target', dest='build_target', help='master-art-host targets')
1025 global_group.add_argument('--gdb', action='store_true', dest='gdb')
1026 global_group.add_argument('--gdb-arg', dest='gdb_arg')
1027 global_group.add_argument('--run-test-option', action='append', dest='run_test_option',
1033 global_group.add_argument('--with-agent', action='append', dest='with_agent',
1035 global_group.add_argument('--runtime-option', action='append', dest='runtime_option',
1039 global_group.add_argument('--dex2oat-jobs', type=int, dest='dex2oat_jobs',
1041 global_group.add_argument('--runtime-zipapex', dest='runtime_zipapex', default=None,
1043 global_group.add_argument('-a', '--all', action='store_true', dest='run_all',
1051 dest='all_' + variant_type,
1055 var_group.add_argument(flag, action='store_true', dest=variant)