HomeSort by relevance Sort by last modified time
    Searched full:setscount (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/ts/misc/
perf_tests_timing.py 64 setsCount = len(test_sets)
69 for i in range(setsCount):
73 test_cases[name] = [None] * setsCount
95 for i in range(setsCount):
summary.py 112 setsCount = len(test_sets)
120 assert i >= 0 and i < setsCount
121 assert ref < setsCount
131 for i in range(setsCount):
137 test_cases[name] = [None] * setsCount
149 for i in range(setsCount):
192 for i in range(setsCount):
286 htmlPrintHeader(sys.stdout, "Summary report for %s tests from %s test logs" % (len(test_cases), setsCount))

Completed in 41 milliseconds