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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DGlobalData.py43 gMacroRefPattern = re.compile("\$\(([A-Z][_A-Z0-9]*)\)", re.UNICODE) variable
H A DToolDefClassObject.py28 gMacroRefPattern = re.compile('(DEF\([^\(\)]+\))') variable
188 MacroReference = gMacroRefPattern.findall(Value)
H A DString.py262 MacroUsed = GlobalData.gMacroRefPattern.findall(String)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DBuildEngine.py140 self.MacroList.extend(gMacroRefPattern.findall(CmdLine))

Completed in 3016 milliseconds