Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/tools/
H A Ddiff.py79 file_regex = re.compile(r"(\+\+\+|---) (\S+)")
89 diff_file = file_regex.match(line)
/aosp_15_r20/external/libaom/tools/
H A Ddiff.py81 file_regex = re.compile(r"(\+\+\+|---) (\S+)")
91 diff_file = file_regex.match(line)
/aosp_15_r20/external/pdfium/testing/tools/
H A Dapi_check.py85 file_regex = re.compile('^ //.*\.h\n$')
91 if (file_regex.match(line)):
/aosp_15_r20/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()
/aosp_15_r20/external/perfetto/
H A DPRESUBMIT.py225 for file_regex, code_regex, message in bad_patterns:
226 filt = lambda x: input_api.FilterSourceFile(x, files_to_check=[file_regex])
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/
DExternalData.cmake778 _ExternalData_exact_regex(file_regex "${file}")
780 "${reldir_regex}${file_regex}")