Searched defs:IsValidCFormatGuid (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/UnitTest/
H A DDecParserTest.py23 from Library.ParserValidate import IsValidCFormatGuid namespace
54 assert( IsValidCFormatGuid('{ 0xfa0b1735 , 0x87a0, 0x4193, {0xb2, 0x66 , 0x53, 0x8c , 0x38, 0xaf, 0x48, 0xce }}'))
55 assert( not IsValidCFormatGuid('{ 0xfa0b1735 , 0x87a0, 0x4193, {0xb2, 0x66 , 0x53, 0x8c , 0x38, 0xaf, 0x48, 0xce }} 0xaa'))
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DDecParserMisc.py27 from Library.ParserValidate import IsValidCFormatGuid namespace
221 or (IsValidCArray(Value)) or (IsValidCFormatGuid(Value)) \
H A DDecParser.py26 from Library.ParserValidate import IsValidCFormatGuid namespace
672 if not IsValidCFormatGuid(TokenList[1]):
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DParserValidate.py302 ## IsValidCFormatGuid
308 def IsValidCFormatGuid(Guid): function
486 return IsValidCFormatGuid(Word[Index+4:].strip())
619 if IsValidCFormatGuid(PcdValue):

Completed in 35 milliseconds