Home | History | Annotate | Download | only in AutoGen

Lines Matching refs:NextKey

2339                     NextKey = KeyList[Index1 + Index + 1]

2343 Target2, ToolChain2, Arch2, CommandType2, Attr2 = NextKey.split("_")
2349 if self.CalculatePriorityValue(NowKey) > self.CalculatePriorityValue(NextKey):
2350 if Options.get((self.BuildRuleFamily, NextKey)) != None:
2351 Options.pop((self.BuildRuleFamily, NextKey))