Home
last modified time | relevance | path

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

/external/libvpx/tools/
Ddiff.py79 file_regex = re.compile(r"(\+\+\+|---) (\S+)")
89 diff_file = file_regex.match(line)
/external/libaom/tools/
Ddiff.py81 file_regex = re.compile(r"(\+\+\+|---) (\S+)")
91 diff_file = file_regex.match(line)
/external/pdfium/testing/tools/
Dapi_check.py85 file_regex = re.compile('^ //.*\.h\n$')
91 if (file_regex.match(line)):
/external/sdv/vsomeip/third_party/boost/config/tools/
Dgenerate.cpp269 boost::regex file_regex("boost_([^.]+)\\.ipp"); in process_ipp_file() local
270 …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()
/external/perfetto/
DPRESUBMIT.py226 for file_regex, code_regex, message in bad_patterns:
227 filt = lambda x: input_api.FilterSourceFile(x, files_to_check=[file_regex])