Searched refs:file_regex (Results 1 – 6 of 6) sorted by relevance
79 file_regex = re.compile(r"(\+\+\+|---) (\S+)")89 diff_file = file_regex.match(line)
81 file_regex = re.compile(r"(\+\+\+|---) (\S+)")91 diff_file = file_regex.match(line)
85 file_regex = re.compile('^ //.*\.h\n$')91 if (file_regex.match(line)):
269 boost::regex file_regex("boost_([^.]+)\\.ipp"); in process_ipp_file() local270 …positive_file = file.branch_path() / boost::regex_replace(file.leaf().string(), file_regex, "$1_pa… in process_ipp_file()271 …negative_file = file.branch_path() / boost::regex_replace(file.leaf().string(), file_regex, "$1_fa… in process_ipp_file()
225 for file_regex, code_regex, message in bad_patterns:226 filt = lambda x: input_api.FilterSourceFile(x, files_to_check=[file_regex])
778 _ExternalData_exact_regex(file_regex "${file}")780 "${reldir_regex}${file_regex}")