Searched refs:IsValidCFormatGuid (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/ |
D | DecParserTest.py | 23 from Library.ParserValidate import IsValidCFormatGuid 54 …assert( IsValidCFormatGuid('{ 0xfa0b1735 , 0x87a0, 0x4193, {0xb2, 0x66 , 0x53, 0x8c , 0x38, 0xaf, … 55 …assert( not IsValidCFormatGuid('{ 0xfa0b1735 , 0x87a0, 0x4193, {0xb2, 0x66 , 0x53, 0x8c , 0x38, 0x…
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/ |
D | ParserValidate.py | 310 def IsValidCFormatGuid(Guid): function 488 return IsValidCFormatGuid(Word[Index+4:].strip()) 620 if IsValidCFormatGuid(PcdValue):
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/ |
D | DecParserMisc.py | 27 from Library.ParserValidate import IsValidCFormatGuid 238 or (IsValidCArray(Value)) or (IsValidCFormatGuid(Value)) \
|
D | DecParser.py | 27 from Library.ParserValidate import IsValidCFormatGuid 698 if not IsValidCFormatGuid(TokenList[1]):
|