Lines Matching refs:options
48 def run_tools(options):
49 tool_name = options.tool_name
52 parser.parser(options.parser_path)
54 diff.process_dir(options.diff_path_old, options.diff_path_new, options.output_path)
56 check.curr_entry(options.path, options.checker, options.output)
58 parser.parser_direct(options.parser_path, options.dependent_path)
60 parser.parser_file_level(options.output_path)
62 check_syntax.check_syntax_entrance(options.parser_path, options.dependent_path, options.output_path)