/external/OpenCL-CTS/test_common/autotest/ |
D | test_suite.hpp | 24 struct test_suite { struct 25 test_suite(const std::string& name) in test_suite() function 54 … ::autotest::test_suite::global_test_suite().add(test_definition({ptr, strdup(name.c_str())})); in test_case_registration()
|
/external/googletest/googletest/test/ |
D | gtest-unittest-api_test.cc | 75 const TestSuite* test_suite = unit_test.GetTestSuite(i); in FindTestSuite() local 85 static TestInfo const** GetSortedTests(const TestSuite* test_suite) { in GetSortedTests() 147 const TestSuite* test_suite = UnitTestHelper::FindTestSuite("ApiTest"); in TEST() local 210 const TestSuite* test_suite = UnitTestHelper::FindTestSuite("DISABLED_Test"); in TEST() local 279 const TestSuite* test_suite = UnitTestHelper::FindTestSuite("ApiTest"); in TearDown() local
|
/external/python/asn1crypto/ |
D | setup.py | 34 test_suite = 'tests.make_suite' variable 37 test_suite = '%s_tests.make_suite' % PACKAGE_NAME variable
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_versionpredicate.py | 9 def test_suite(): function
|
D | __init__.py | 24 def test_suite(): function
|
D | test_bdist_msi.py | 21 def test_suite(): function
|
D | test_install_data.py | 73 def test_suite(): function
|
D | test_build.py | 51 def test_suite(): function
|
D | test_install_headers.py | 37 def test_suite(): function
|
D | test_bdist_wininst.py | 28 def test_suite(): function
|
D | test_clean.py | 47 def test_suite(): function
|
D | test_util.py | 30 def test_suite(): function
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_versionpredicate.py | 9 def test_suite(): function
|
D | __init__.py | 24 def test_suite(): function
|
D | test_clean.py | 45 def test_suite(): function
|
D | test_build.py | 52 def test_suite(): function
|
D | test_install_data.py | 71 def test_suite(): function
|
D | test_install_headers.py | 35 def test_suite(): function
|
D | test_log.py | 42 def test_suite(): function
|
D | test_bdist_msi.py | 21 def test_suite(): function
|
D | test_bdist_wininst.py | 34 def test_suite(): function
|
/external/webrtc/webrtc/test/ |
D | run_all_unittests.cc | 14 webrtc::test::TestSuite test_suite(argc, argv); in main() local
|
/external/v8/third_party/zlib/contrib/tests/ |
D | run_all_unittests.cc | 10 base::TestSuite test_suite(argc, argv); in main() local
|
/external/libchrome/mojo/core/ |
D | run_all_core_unittests.cc | 12 base::TestSuite test_suite(argc, argv); in main() local
|
/external/python/funcsigs/ |
D | Android_tests.py | 29 test_suite = test_loader.discover(this_dir, pattern='test*.py') variable
|