Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/base/
H A Dutil.py74 def content_compare(file1, file2, lhd, rhd, special_proc_func=None): argument
81 if ((special_proc_func is None and line1 != line2) or
82 (special_proc_func is not None and not special_proc_func(line1, line2))):
89 def compare_file(first_file_path, second_file_path, special_proc_func=None): argument
96 special_proc_func)
106 def compare_target_files(first_file_path, second_file_path, special_proc_func=None): argument
135 … check_file_name_format.format(second_file_path, files), special_proc_func):
H A Dtest_base.py181 special_proc_func = None
183 special_proc_func = dump_ast_compare
184 if compare_target_files(self.output_dir, self.target_dir, special_proc_func):