Searched refs:IncludesDict (Results 1 – 3 of 3) sorted by relevance
381 IncludesDict = Sdict()388 if IncludePath in IncludesDict:389 … if Item.GetArchList() == [TAB_ARCH_COMMON] or IncludesDict[IncludePath] == [TAB_ARCH_COMMON]:390 IncludesDict[IncludePath] = [TAB_ARCH_COMMON]392 IncludesDict[IncludePath] = IncludesDict[IncludePath] + Item.GetArchList()394 IncludesDict[IncludePath] = Item.GetArchList()402 [os.path.normpath(Path) + sep for Path in IncludesDict.keys()]449 SupArchList = IncludesDict[Path]
576 self.IncludesDict = {}675 def SetIncludesDict(self, IncludesDict): argument676 self.IncludesDict = IncludesDict679 return self.IncludesDict
594 self.IncludesDict = {}644 self.IncludesDict[Statement] = Arch667 UserExtension.SetIncludesDict(self.IncludesDict)720 IncludesDict = UserExtension.GetIncludesDict()721 if IncludesDict:722 for Item in IncludesDict.keys():725 [['SupArchList', IncludesDict[Item]]]))