| /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() argument 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() 140 const TestSuite* test_suite = UnitTestHelper::FindTestSuite("ApiTest"); in TEST() local 201 const TestSuite* test_suite = UnitTestHelper::FindTestSuite("DISABLED_Test"); in TEST() local 268 const TestSuite* test_suite = UnitTestHelper::FindTestSuite("ApiTest"); in TearDown() local
|
| D | googletest-failfast-unittest.py | 89 def RunAndReturnOutput(test_suite=None, fail_fast=None, run_disabled=False): argument 228 test_suite, argument 251 test_suite, argument 265 test_suite, argument
|
| /external/rust/crates/quiche/deps/boringssl/src/third_party/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 278 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/cpython3/Lib/distutils/tests/ |
| D | test_versionpredicate.py | 9 def test_suite(): function
|
| D | __init__.py | 24 def test_suite(): function
|
| D | test_install_headers.py | 35 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_log.py | 42 def test_suite(): function
|
| D | test_bdist_msi.py | 22 def test_suite(): function
|
| D | test_clean.py | 45 def test_suite(): function
|
| /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_build.py | 51 def test_suite(): function
|
| D | test_clean.py | 47 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_bdist_msi.py | 21 def test_suite(): function
|
| /external/libchrome/base/test/ |
| D | run_all_unittests.cc | 11 base::TestSuite test_suite(argc, argv); in main() local
|
| D | run_all_base_unittests.cc | 11 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/zlib/contrib/tests/ |
| D | run_all_unittests.cc | 10 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
|