Home
last modified time | relevance | path

Searched refs:gGuidPatternEnd (Results 1 – 25 of 33) sorted by relevance

12

/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/Python/Common/
H A DRangeExpression.py334 … if not gGuidPatternEnd.match(Oprand1.strip()) or not gGuidPatternEnd.match(Oprand2.strip()):
338 … if not gGuidPatternEnd.match(Oprand1.strip()) or not gGuidPatternEnd.match(Oprand2.strip()):
399 if gGuidPatternEnd.match(self._Expr):
H A DGlobalData.py48 gGuidPatternEnd = re.compile(r'{}$'.format(_GuidPattern)) variable
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/Common/
H A DRangeExpression.py334 … if not gGuidPatternEnd.match(Oprand1.strip()) or not gGuidPatternEnd.match(Oprand2.strip()):
338 … if not gGuidPatternEnd.match(Oprand1.strip()) or not gGuidPatternEnd.match(Oprand2.strip()):
397 if gGuidPatternEnd.match(self._Expr):
H A DGlobalData.py47 gGuidPatternEnd = re.compile(r'{}$'.format(_GuidPattern)) variable
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/Python/Common/
H A DRangeExpression.py334 … if not gGuidPatternEnd.match(Oprand1.strip()) or not gGuidPatternEnd.match(Oprand2.strip()):
338 … if not gGuidPatternEnd.match(Oprand1.strip()) or not gGuidPatternEnd.match(Oprand2.strip()):
399 if gGuidPatternEnd.match(self._Expr):
H A DGlobalData.py48 gGuidPatternEnd = re.compile(r'{}$'.format(_GuidPattern)) variable
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/Python/Common/
H A DRangeExpression.py334 … if not gGuidPatternEnd.match(Oprand1.strip()) or not gGuidPatternEnd.match(Oprand2.strip()):
338 … if not gGuidPatternEnd.match(Oprand1.strip()) or not gGuidPatternEnd.match(Oprand2.strip()):
399 if gGuidPatternEnd.match(self._Expr):
H A DGlobalData.py48 gGuidPatternEnd = re.compile(r'{}$'.format(_GuidPattern)) variable
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/Python/Common/
H A DRangeExpression.py334 … if not gGuidPatternEnd.match(Oprand1.strip()) or not gGuidPatternEnd.match(Oprand2.strip()):
338 … if not gGuidPatternEnd.match(Oprand1.strip()) or not gGuidPatternEnd.match(Oprand2.strip()):
399 if gGuidPatternEnd.match(self._Expr):
H A DGlobalData.py47 gGuidPatternEnd = re.compile(r'{}$'.format(_GuidPattern)) variable
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/Common/
H A DRangeExpression.py334 … if not gGuidPatternEnd.match(Oprand1.strip()) or not gGuidPatternEnd.match(Oprand2.strip()):
338 … if not gGuidPatternEnd.match(Oprand1.strip()) or not gGuidPatternEnd.match(Oprand2.strip()):
397 if gGuidPatternEnd.match(self._Expr):
H A DGlobalData.py47 gGuidPatternEnd = re.compile(r'{}$'.format(_GuidPattern)) variable
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/Python/Common/
H A DRangeExpression.py334 … if not gGuidPatternEnd.match(Oprand1.strip()) or not gGuidPatternEnd.match(Oprand2.strip()):
338 … if not gGuidPatternEnd.match(Oprand1.strip()) or not gGuidPatternEnd.match(Oprand2.strip()):
399 if gGuidPatternEnd.match(self._Expr):
H A DGlobalData.py48 gGuidPatternEnd = re.compile(r'{}$'.format(_GuidPattern)) variable
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/Python/Common/
H A DRangeExpression.py334 … if not gGuidPatternEnd.match(Oprand1.strip()) or not gGuidPatternEnd.match(Oprand2.strip()):
338 … if not gGuidPatternEnd.match(Oprand1.strip()) or not gGuidPatternEnd.match(Oprand2.strip()):
397 if gGuidPatternEnd.match(self._Expr):
H A DGlobalData.py47 gGuidPatternEnd = re.compile(r'{}$'.format(_GuidPattern)) variable
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/Python/Common/
H A DRangeExpression.py334 … if not gGuidPatternEnd.match(Oprand1.strip()) or not gGuidPatternEnd.match(Oprand2.strip()):
338 … if not gGuidPatternEnd.match(Oprand1.strip()) or not gGuidPatternEnd.match(Oprand2.strip()):
399 if gGuidPatternEnd.match(self._Expr):
H A DGlobalData.py48 gGuidPatternEnd = re.compile(r'{}$'.format(_GuidPattern)) variable
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/Python/GenFds/
H A DFfsInfStatement.py354 if GlobalData.gGuidPatternEnd.match(Rule.NameGuid):
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/Python/GenFds/
H A DFfsInfStatement.py354 if GlobalData.gGuidPatternEnd.match(Rule.NameGuid):
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/Python/GenFds/
H A DFfsInfStatement.py354 if GlobalData.gGuidPatternEnd.match(Rule.NameGuid):
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/Python/GenFds/
H A DFfsInfStatement.py354 if GlobalData.gGuidPatternEnd.match(Rule.NameGuid):
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/Python/GenFds/
H A DFfsInfStatement.py354 if GlobalData.gGuidPatternEnd.match(Rule.NameGuid):
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/Python/GenFds/
H A DFfsInfStatement.py354 if GlobalData.gGuidPatternEnd.match(Rule.NameGuid):
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/GenFds/
H A DFdfParser.py3609 if GlobalData.gGuidPatternEnd.match(NamedGuid):

12