Lines Matching refs:dest

1031   parser.add_argument('-t', '--test', action='append', dest='tests', help='name(s) of the test(s)')
1034 global_group.add_argument('-j', type=int, dest='n_thread')
1035 global_group.add_argument('--timeout', default=timeout, type=int, dest='timeout')
1036 global_group.add_argument('--verbose', '-v', action='store_true', dest='verbose')
1037 global_group.add_argument('--dry-run', action='store_true', dest='dry_run')
1038 global_group.add_argument("--skip", action='append', dest="skips", default=[],
1040 global_group.add_argument("--no-skips", dest="ignore_skips", action='store_true', default=False,
1044 action='store_false', dest='build',
1048 action='store_true', dest='build',
1052 action='store_true', dest='dist',
1057 global_group.add_argument('--gdb', action='store_true', dest='gdb')
1058 global_group.add_argument('--gdb-arg', dest='gdb_arg')
1059 global_group.add_argument('--run-test-option', action='append', dest='run_test_option',
1065 global_group.add_argument('--with-agent', action='append', dest='with_agent',
1067 global_group.add_argument('--runtime-option', action='append', dest='runtime_option',
1071 global_group.add_argument('--dex2oat-jobs', type=int, dest='dex2oat_jobs',
1073 global_group.add_argument('--runtime-zipapex', dest='runtime_zipapex', default=None,
1075 global_group.add_argument('-a', '--all', action='store_true', dest='run_all',
1077 global_group.add_argument('--csv-results', action='store', dest='csv_result', default=None,
1085 dest='all_' + variant_type,
1089 var_group.add_argument(flag, action='store_true', dest=variant)