Home
last modified time | relevance | path

Searched refs:RegGuidPattern (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DRangeExpression.py214RegGuidPattern = re.compile(r'[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA… variable in RangeExpression
351 if not self.RegGuidPattern.match(Oprand1.strip()):
667 Match = self.RegGuidPattern.match(Expr)
DExpression.py136RegGuidPattern = re.compile(r'[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA… variable in ValueExpression
556 Match = self.RegGuidPattern.match(Expr)