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

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DecPomAlignment.py 390 IncludesDict = Sdict()
397 if IncludePath in IncludesDict:
398 if Item.GetArchList() == [TAB_ARCH_COMMON] or IncludesDict[IncludePath] == [TAB_ARCH_COMMON]:
399 IncludesDict[IncludePath] = [TAB_ARCH_COMMON]
401 IncludesDict[IncludePath] = IncludesDict[IncludePath] + Item.GetArchList()
403 IncludesDict[IncludePath] = Item.GetArchList()
411 [os.path.normpath(Path) + sep for Path in IncludesDict.keys()]
458 SupArchList = IncludesDict[Path]
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
CommonXml.py 594 self.IncludesDict = {}
644 self.IncludesDict[Statement] = Arch
667 UserExtension.SetIncludesDict(self.IncludesDict)
720 IncludesDict = UserExtension.GetIncludesDict()
721 if IncludesDict:
722 for Item in IncludesDict.keys():
725 [['SupArchList', IncludesDict[Item]]]))
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/
CommonObject.py 576 self.IncludesDict = {}
675 def SetIncludesDict(self, IncludesDict):
676 self.IncludesDict = IncludesDict
679 return self.IncludesDict

Completed in 3640 milliseconds