Lines Matching refs:diffs
1296 def ComputeDifferences(diffs):1297 """Call ComputePatch on all the Difference objects in 'diffs'."""1298 print len(diffs), "diffs to compute"1301 by_size = [(i.tf.size, i) for i in diffs]