Home
last modified time | relevance | path

Searched refs:IsValidCFormatGuid (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/
DDecParserTest.py23 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/
DParserValidate.py310 def IsValidCFormatGuid(Guid): function
488 return IsValidCFormatGuid(Word[Index+4:].strip())
620 if IsValidCFormatGuid(PcdValue):
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DDecParserMisc.py27 from Library.ParserValidate import IsValidCFormatGuid
238 or (IsValidCArray(Value)) or (IsValidCFormatGuid(Value)) \
DDecParser.py27 from Library.ParserValidate import IsValidCFormatGuid
684 if not IsValidCFormatGuid(TokenList[1]):