Searched defs:IsValidHex (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DParserValidate.py44 ## IsValidHex() method
50 def IsValidHex(HexStr): function
582 if IsValidHex(PcdValue):
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/
H A DInfDefineObject.py33 from Library.ParserValidate import IsValidHex namespace
71 if (IsValidHex(PciVendorId)):
95 if (IsValidHex(PciDeviceId)):
119 if (IsValidHex(PciClassCode)):
144 if (IsValidHex(PciRevision)):
320 if (IsValidHex(InfVersion)):

Completed in 93 milliseconds