Lines Matching refs:diff
235 def diff(first, second): function
459 keepCols = ['name'] + [c for c in diff(cols , REMOVECOLUMNSFORHISTORY) if isNotIDColumn(c)]
472 keepCols = ['name'] + [c for c in diff(cols , REMOVECOLUMNS) if isNotIDColumn(c)]
485 keepCols = ['name','type'] + [c for c in diff(cols , REMOVECOLUMNS) if isNotIDColumn(c)]
498 keepCols = ['name'] + [c for c in diff(cols , REMOVECOLUMNS) if isNotIDColumn(c)]
526 columns = diff(indexCols,['name'])
577 columns = diff(indexCols,['name'])
651 indexCols=diff(cols,byname + ['Regression','MAXREGCOEF','MAX'] + section)
657 indexCols=diff(cols,byname + ['CYCLES'] + section)
720 columns = diff(indexCols,['name'])
1162 remaining=diff(benchtables,processed)