Lines Matching defs:args
50 def __init__(self, config, args={}): argument
149 def __init__(self, path, args={}): argument
233 def compile(test_paths, **args):
510 def find_runner(runner, **args):
568 def list_(runner, test_ids=[], **args):
588 def find_perms(runner_, ids=[], **args):
666 def find_path(runner_, id, **args):
697 def find_defines(runner_, id, **args):
769 def run_stage(name, runner_, ids, stdout_, trace_, output_, **args):
1006 def run(runner, test_ids=[], **args):
1215 def main(**args):
1478 args = parser.parse_intermixed_args() variable