Searched refs:arglists (Results 1 – 1 of 1) sorted by relevance
145 arglists = [] variable147 arglists.append({})162 arglists[i][pair[1][i]] = 1182 arglists[i] = sorted([str(key) for key in arglists[i].iterkeys()], key=alphanum_keyselector)201 if v[i] != arglists[i][indexes[i]]:207 …table(metrix_table[options.metric][0] + " for\n" + getTestWideName(sname, indexes, arglists, x, y))209 for col in arglists[y]:211 for row in arglists[x]:214 for col in arglists[y]:233 if not nextPermutation(indexes, arglists, x, y):