Searched refs:suppcounts (Results 1 – 4 of 4) sorted by relevance
234 def PrintUsedSuppressionsList(suppcounts): argument242 if not suppcounts:248 for (name, count) in sorted(suppcounts.items(), key=lambda (k,v): (v,k)):
457 suppcounts = defaultdict(int)570 suppcounts[name] += int(count)582 common.PrintUsedSuppressionsList(suppcounts)599 for (name, count) in suppcounts.iteritems():
436 <suppcounts>439 </suppcounts>
288 <suppcounts>291 </suppcounts>