Searched refs:file_regex (Results 1 – 5 of 5) 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()
226 for file_regex, code_regex, message in bad_patterns:227 filt = lambda x: input_api.FilterSourceFile(x, files_to_check=[file_regex])