Home | History | Annotate | Download | only in tools

Lines Matching refs:diffs

145         self.diffs = {}
164 if arch not in self.diffs:
165 self.diffs[arch] = {}
166 if root not in self.diffs[arch]:
167 self.diffs[arch][root] = {}
169 self.diffs[arch][root][include] = output
184 if arch not in self.diffs:
187 roots = self.diffs[arch].keys()
191 includes = self.diffs[arch][root].keys()
196 diff = self.diffs[arch][root][include]