Searched refs:gMacroDefPattern (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DGlobalData.py44 gMacroDefPattern = re.compile("^(DEFINE|EDK_GLOBAL)[ \t]+") variable
H A DToolDefClassObject.py30 gMacroDefPattern = re.compile("DEFINE\s+([^\s]+)") variable
93 MacroDefinition = gMacroDefPattern.findall(Name)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
H A DMetaFileParser.py39 Match = gMacroDefPattern.match(self._CurrentLine)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/
H A DMetaFileParser.py37 Match = gMacroDefPattern.match(self._CurrentLine)

Completed in 120 milliseconds