Home
last modified time | relevance | path

Searched refs:test_run (Results 1 – 15 of 15) sorted by relevance

/third_party/boost/libs/test/test/test-organization-ts/
Dtest_unit-order-test.cpp88 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/
Dmeson.build55 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/
Dblock_dev.c72 static void test_run(void) in test_run() function
99 test_run(); in main()
/third_party/ltp/testcases/kernel/firmware/fw_load_user/
Dfw_load.c75 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/
Dtpci.c78 static void test_run(void) in test_run() function
112 test_run(); in main()
/third_party/ltp/testcases/kernel/device-drivers/acpi/
Dltp_acpi.c125 static void test_run(void) in test_run() function
165 test_run(); in main()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTextureViewTests.cpp2672 _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/
Dcpufreq_boost.c170 static void test_run(void) in test_run() function
199 test_run(); in main()
/third_party/boost/tools/build/test/
Ddebugger.py39 def test_run(): function
659 test_run()
Dtesting.py13 def test_run(): function
542 test_run()
/third_party/ltp/testcases/kernel/controllers/cgroup_xattr/
Dcgroup_xattr.c108 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/
Dprot_hsymlinks.c167 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/
Dtest_build_clib.py115 def test_run(self): member in BuildCLibTestCase
/third_party/python/Lib/test/
Dtest_profile.py89 def test_run(self): member in ProfileTest
/third_party/python/Lib/unittest/test/
Dtest_suite.py218 def test_run(self): member in Test_TestSuite