HomeSort by relevance Sort by last modified time
    Searched refs:test_sets (Results 1 - 15 of 15) sorted by null

  /external/opencv3/modules/ts/misc/
perf_tests_timing.py 50 test_sets = [] variable
54 test_sets.append((os.path.basename(file), tests))
60 if not test_sets:
64 setsCount = len(test_sets)
70 for case in test_sets[i][1]:
summary.py 92 test_sets = [] variable
102 test_sets.append((os.path.basename(arg), tests))
108 if not test_sets:
112 setsCount = len(test_sets)
116 options.regressions = [(i, reference, False, True) for i in range(1, len(test_sets))]
132 for case in test_sets[i][1]:
150 tbl.newColumn(str(i), getSetName(test_sets[i], i, options.columns, False), align = "center")
157 current_set = test_sets[i]
160 reference_set = test_sets[ref]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_sets.py 829 from test import test_sets namespace
858 doctest.DocTestSuite(test_sets),
test_gdb.py 288 def test_sets(self): member in class:PrettyPrintTests
test_marshal.py 189 def test_sets(self): member in class:ContainerTestCase
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sets.py 829 from test import test_sets namespace
858 doctest.DocTestSuite(test_sets),
test_gdb.py 288 def test_sets(self): member in class:PrettyPrintTests
test_marshal.py 189 def test_sets(self): member in class:ContainerTestCase
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sets.py 829 from test import test_sets namespace
858 doctest.DocTestSuite(test_sets),
test_gdb.py 288 def test_sets(self): member in class:PrettyPrintTests
test_marshal.py 189 def test_sets(self): member in class:ContainerTestCase
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sets.py 829 from test import test_sets namespace
858 doctest.DocTestSuite(test_sets),
test_gdb.py 288 def test_sets(self): member in class:PrettyPrintTests
test_marshal.py 189 def test_sets(self): member in class:ContainerTestCase
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
IdentityHashMapTest.java 585 public void test_sets() { method in class:IdentityHashMapTest
    [all...]

Completed in 517 milliseconds