Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMiscTests.cpp63 void addTests (tcu::TestCaseGroup* tests, const char* data_dir) in addTests() function
104 return createTestGroup(testCtx, "misc", "Miscellaneous pipeline tests", addTests, data_dir); in createMiscTests()
/third_party/python/Lib/unittest/test/
Dtest_suite.py287 suite_1.addTests(gen())
307 suite.addTests(5)
324 self.assertRaises(TypeError, suite.addTests, "foo")
413 suite.addTests([Test('testPass'), Test('testFail')])
D__main__.py13 standard_tests.addTests(package_tests)
Dtest_setups.py20 suite.addTests(tests)
Dtest_runner.py27 suite.addTests(tests)
/third_party/python/Lib/idlelib/idle_test/
D__init__.py16 standard_tests.addTests(package_tests)
/third_party/python/Lib/unittest/test/testmock/
D__main__.py13 standard_tests.addTests(package_tests)
/third_party/flutter/skia/third_party/externals/sdl/test/nacl/
Dcommon.js104 if (typeof window.addTests !== 'undefined') {
105 window.addTests();
/third_party/python/Lib/test/
Dtest_datetime.py52 tests.addTests(loader.loadTestsFromTestCase(cls))
Dtest_heapq.py44 tests.addTests(doctest.DocTestSuite(py_heapq,
Dtest_statistics.py2928 tests.addTests(doctest.DocTestSuite())
/third_party/python/Lib/unittest/
Dsuite.py24 self.addTests(tests)
54 def addTests(self, tests): member in BaseTestSuite
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrViewTests.cpp742 auto addTests = [&](int formatNdx) in populateViewTypeGroup() local
782 addTests(formatNdx); in populateViewTypeGroup()
787 addTests(formatNdx); in populateViewTypeGroup()
DvktYCbCrStorageImageWriteTests.cpp682 auto addTests = [&](int formatNdx) in populateStorageImageWriteFormatGroup() local
713 addTests(formatNdx); in populateStorageImageWriteFormatGroup()
718 addTests(formatNdx); in populateStorageImageWriteFormatGroup()
/third_party/python/Lib/test/support/
D__init__.py157 standard_tests.addTests(package_tests)
/third_party/python/Doc/library/
Dunittest.rst1665 .. method:: TestSuite.addTests(tests)
2305 suite.addTests(tests)
2329 standard_tests.addTests(package_tests)
Ddoctest.rst980 tests.addTests(doctest.DocTestSuite(my_module_with_doctests))