Home
last modified time | relevance | path

Searched refs:KeysList (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DInfPcdSectionParser.py43 KeysList = []
52 if (Item[0], Item[1], Item[3]) not in KeysList:
53 KeysList.append((Item[0], Item[1], Item[3]))
153 if KeysList[0][0].upper() == DT.TAB_INF_PATCH_PCD.upper():
162 elif KeysList[0][0].upper() == DT.TAB_INF_PCD_EX.upper():
177 if not InfSectionObject.SetPcds(PcdList, KeysList = KeysList,
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
DInfPcdObject.py311 def SetPcds(self, PcdContent, KeysList=None, PackageInfo=None): argument
314 self.SetAsBuildPcds(PcdContent, KeysList, PackageInfo)
323 for (PcdTypeItem1, ArchItem, LineNo) in KeysList:
425 def SetAsBuildPcds(self, PcdContent, KeysList=None, PackageInfo=None): argument
444 PcdItemObj.SetItemType(KeysList[0][0])
455 KeysList[0][1],
458 PcdTypeItem = KeysList[0][0]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DInfPomAlignment.py565 KeysList = PcdObj.keys()
569 for (PcdType, PcdKey) in KeysList: