Searched defs:gIncludePattern (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DGenMake.py29 gIncludePattern = re.compile(r"^[ \t]*#?[ \t]*include(?:[ \t]*(?:\\(?:\r\n|\r|\n))*[ \t]*)*(?:\(?[\"<]?[ \t]*)([-\w.\\/() \t]+)(?:[ \t]*[\">]?\)?)", re.MULTILINE|re.UNICODE|re.IGNORECASE) variable
775 IncludedFileList = gIncludePattern.findall(FileContent)
H A DUniClassObject.py42 gIncludePattern = re.compile("^#include +[\"<]+([^\"< >]+)[>\"]+$", re.MULTILINE | re.UNICODE) variable
354 IncList = gIncludePattern.findall(Line)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A DBuildReport.py66 gIncludePattern = re.compile(r'#include\s*["<]([^">]+)[">]') variable
149 for Match in gIncludePattern.finditer(FileContents):

Completed in 246 milliseconds