/third_party/boost/libs/test/test/test-organization-ts/ |
D | test_unit-order-test.cpp | 88 void test_run( std::vector<ut::test_unit_id> const& expected_order ) in test_run() function 114 test_run( expected_order ); in BOOST_FIXTURE_TEST_CASE() 126 test_run( expected_order ); in BOOST_FIXTURE_TEST_CASE() 139 test_run( expected_order ); in BOOST_FIXTURE_TEST_CASE() 191 void test_run( std::vector<ut::test_unit_id> const& expected_order ) in test_run() function 223 test_run( expected_order ); in BOOST_FIXTURE_TEST_CASE() 238 test_run( expected_order ); in BOOST_FIXTURE_TEST_CASE() 252 test_run( expected_order ); in BOOST_FIXTURE_TEST_CASE() 267 test_run( expected_order ); in BOOST_FIXTURE_TEST_CASE() 281 test_run( expected_order ); in BOOST_FIXTURE_TEST_CASE() [all …]
|
/third_party/mesa3d/src/gallium/targets/opencl/ |
D | meson.build | 55 test_run = cpp.run(clang_test_code, name : 'dep-clang-usable', variable 57 dep_clang_usable = test_run.compiled() and test_run.returncode() == 0 80 test_run = cpp.run(clang_test_code, name : 'dep-clang-usable', variable 82 if not test_run.compiled() or test_run.returncode() != 0
|
/third_party/ltp/testcases/kernel/device-drivers/block/block_dev_user/ |
D | block_dev.c | 72 static void test_run(void) in test_run() function 99 test_run(); in main()
|
/third_party/ltp/testcases/kernel/firmware/fw_load_user/ |
D | fw_load.c | 75 static void test_run(void); 88 test_run(); in main() 150 static void test_run(void) in test_run() function
|
/third_party/ltp/testcases/kernel/device-drivers/pci/tpci_user/ |
D | tpci.c | 78 static void test_run(void) in test_run() function 112 test_run(); in main()
|
/third_party/ltp/testcases/kernel/device-drivers/acpi/ |
D | ltp_acpi.c | 125 static void test_run(void) in test_run() function 165 test_run(); in main()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cTextureViewTests.cpp | 2672 _test_run& test_run = *it; in deinit() local 2674 if (test_run.parent_texture_object_id != 0) in deinit() 2676 gl.deleteTextures(1, &test_run.parent_texture_object_id); in deinit() 2678 test_run.parent_texture_object_id = 0; in deinit() 2681 if (test_run.texture_view_object_created_from_immutable_to_id != 0) in deinit() 2683 gl.deleteTextures(1, &test_run.texture_view_object_created_from_immutable_to_id); in deinit() 2685 test_run.texture_view_object_created_from_immutable_to_id = 0; in deinit() 2688 if (test_run.texture_view_object_created_from_view_to_id != 0) in deinit() 2690 gl.deleteTextures(1, &test_run.texture_view_object_created_from_view_to_id); in deinit() 2692 test_run.texture_view_object_created_from_view_to_id = 0; in deinit() [all …]
|
/third_party/ltp/testcases/kernel/device-drivers/cpufreq/ |
D | cpufreq_boost.c | 170 static void test_run(void) in test_run() function 199 test_run(); in main()
|
/third_party/boost/tools/build/test/ |
D | debugger.py | 39 def test_run(): function 659 test_run()
|
D | testing.py | 13 def test_run(): function 542 test_run()
|
/third_party/ltp/testcases/kernel/controllers/cgroup_xattr/ |
D | cgroup_xattr.c | 108 static void test_run(void); 127 test_run(); in main() 186 static void test_run(void) in test_run() function
|
/third_party/ltp/testcases/kernel/security/prot_hsymlinks/ |
D | prot_hsymlinks.c | 167 static int test_run(void); 183 test_run(); in main() 238 static int test_run(void) in test_run() function
|
/third_party/python/Lib/distutils/tests/ |
D | test_build_clib.py | 115 def test_run(self): member in BuildCLibTestCase
|
/third_party/python/Lib/test/ |
D | test_profile.py | 89 def test_run(self): member in ProfileTest
|
/third_party/python/Lib/unittest/test/ |
D | test_suite.py | 218 def test_run(self): member in Test_TestSuite
|