HomeSort by relevance Sort by last modified time
    Searched refs:IsValidCFormatGuid (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/
DecParserTest.py 23 from Library.ParserValidate import IsValidCFormatGuid
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'))
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
ParserValidate.py 304 ## IsValidCFormatGuid
310 def IsValidCFormatGuid(Guid):
488 return IsValidCFormatGuid(Word[Index+4:].strip())
620 if IsValidCFormatGuid(PcdValue):
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DecParserMisc.py 27 from Library.ParserValidate import IsValidCFormatGuid
238 or (IsValidCArray(Value)) or (IsValidCFormatGuid(Value)) \
DecParser.py 27 from Library.ParserValidate import IsValidCFormatGuid
698 if not IsValidCFormatGuid(TokenList[1]):
    [all...]

Completed in 246 milliseconds