Lines Matching defs:args
50 def __init__(self, config, args={}): argument
146 def __init__(self, path, args={}): argument
225 def compile(bench_paths, **args):
496 def find_runner(runner, **args):
552 def list_(runner, bench_ids=[], **args):
571 def find_perms(runner_, ids=[], **args):
649 def find_path(runner_, id, **args):
680 def find_defines(runner_, id, **args):
752 def run_stage(name, runner_, ids, stdout_, trace_, output_, **args):
1000 def run(runner, bench_ids=[], **args):
1181 def main(**args):
1424 args = parser.parse_intermixed_args() variable