Searched refs:Attr1 (Results 1 – 2 of 2) sorted by relevance
974 def CompareVarAttr(self, Attr1, Attr2): argument975 if not Attr1 or not Attr2: # for empty string977 Attr1s = [attr.strip() for attr in Attr1.split(",")]
2337 Target1, ToolChain1, Arch1, CommandType1, Attr1 = NowKey.split("_")2348 if Attr1 == Attr2 or Attr1 == "*" or Attr2 == "*":