Searched refs:PcdPattern (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DGenFdsGlobalVariable.py660 # @param PcdPattern pattern that labels a PCD.
662 def GetPcdValue (PcdPattern):
663 if PcdPattern == None :
665 PcdPair = PcdPattern.lstrip('PCD(').rstrip(')').strip().split('.')
677 EdkLogger.error("GenFds", GENFDS_ERROR, "%s is not FixedAtBuild type." % PcdPattern)
679 EdkLogger.error("GenFds", GENFDS_ERROR, "%s is not VOID* datum type." % PcdPattern)
693 EdkLogger.error("GenFds", GENFDS_ERROR, "%s is not FixedAtBuild type." % PcdPattern)
695 EdkLogger.error("GenFds", GENFDS_ERROR, "%s is not VOID* datum type." % PcdPattern)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DExpression.py130 PcdPattern = re.compile(r'[_a-zA-Z][0-9A-Za-z_]*\.[_a-zA-Z][0-9A-Za-z_]*$') variable in class:ValueExpression
469 if self.PcdPattern.match(self._Token):

Completed in 62 milliseconds