Home
last modified time | relevance | path

Searched refs:arglists (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/ts/misc/
Dchart.py145 arglists = [] variable
147 arglists.append({})
162 arglists[i][pair[1][i]] = 1
182 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):