Searched refs:all_args (Results 1 – 4 of 4) sorted by relevance
107 all_args = [__file__] + attribute_args + remaining_args108 print("nose command:", ' '.join(all_args))109 if run(argv=all_args):
139 all_args=[144 all_args += args145 return run_perf.Main(all_args)
783 all_args = list(parameters.argmap.keys())787 if 'body' in all_args:790 for name in all_args:
97 static const arg_def_t *all_args[] = { variable178 arg_show_usage(stderr, all_args); in usage_exit()