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

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
DecObject.py 86 self.ValueDict = Sdict()
124 if Ele[1] in self.ValueDict:
125 self.ValueDict[Ele[1]].append(Item)
127 self.ValueDict[Ele[1]] = [Item]
137 if Arch not in self.ValueDict:
139 return self.ValueDict[Arch]
146 for Arch in self.ValueDict:
147 for Item in self.ValueDict[Arch]:
373 if (Type, Arch) in self.ValueDict:
374 self.ValueDict[Type, Arch].append(Item)
    [all...]
InfPcdObject.py 512 DecPcdsDict = DecParser.GetPcdSectionObject().ValueDict
537 DecGuidsDict = DecParser.GetGuidSectionObject().ValueDict
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
GenMetaFileMisc.py 105 DecGuidsDict = DecFile.GetGuidSectionObject().ValueDict
106 DecPcdsDict = DecFile.GetPcdSectionObject().ValueDict

Completed in 194 milliseconds