Home
last modified time | relevance | path

Searched refs:tool_dict (Results 1 – 1 of 1) sorted by relevance

/art/tools/
Dtest_presubmit.py55 def is_interesting(f, tool_dict): argument
60 return str(path) in tool_dict['interesting_files']
71 def command_line_for_tool(tool_dict, output): argument
75 proc_args = [tool_dict['tool']] + tool_dict['args'](output)
78 def run_tool(tool_dict, output): argument
82 proc_args = command_line_for_tool(tool_dict, output)
87 def get_reference_file(changed_file, tool_dict): argument
91 return tool_dict['interesting_to_reference_file'](changed_file, tool_dict['reference_files'])
93 def run_diff(changed_file, tool_dict, original_file): argument
94 ref_file = get_reference_file(changed_file, tool_dict)
[all …]