Home
last modified time | relevance | path

Searched refs:TestDef (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/amd/compiler/tests/
Dframework.h35 struct TestDef { struct
41 extern std::map<std::string, TestDef> tests; argument
60 tests[#name] = (TestDef){#name, ACO_TEST_BUILD_ROOT "/" __FILE__, &struct_name};\
Dmain.cpp52 std::map<std::string, TestDef> tests;
55 static TestDef current_test;
143 void run_test(TestDef def) in run_test()
/external/OpenCL-CTS/test_conformance/compiler/
Dtest_async_build.cpp102 struct TestDef in test_async_build() struct
108 TestDef testDefs[] = { { sample_async_kernel, CL_BUILD_SUCCESS }, in test_async_build()
110 for (TestDef &testDef : testDefs) in test_async_build()
/external/catch2/projects/SelfTest/UsageTests/
DCondition.tests.cpp35 struct TestDef { struct
36 TestDef& operator + ( const std::string& ) { in operator +() argument
39 TestDef& operator[]( const std::string& ) { in operator []() argument
55 TestDef td;
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/selects/
DSelectDeadlockLFStressTest.kt41 TestDef(idx, "$idx [$scenario]", scenario) in <lambda>()
49 private inner class TestDef( in <lambda>() class in kotlinx.coroutines.selects.SelectDeadlockLFStressTest
/external/OpenCL-CTS/test_conformance/basic/
Dtest_intmath.cpp23 template <typename T> struct TestDef struct
34 TestDef<T> tests[] = { in test_intmath() argument