Home
last modified time | relevance | path

Searched defs:TestDef (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/amd/compiler/tests/
Dframework.h35 struct TestDef { struct
41 extern std::map<std::string, TestDef> tests; argument
/external/OpenCL-CTS/test_conformance/compiler/
Dtest_async_build.cpp102 struct TestDef in test_async_build() struct
104 const char **source; in test_async_build()
105 cl_build_status expectedStatus; in test_async_build()
/external/OpenCL-CTS/test_conformance/basic/
Dtest_intmath.cpp23 template <typename T> struct TestDef struct
34 TestDef<T> tests[] = { in test_intmath() argument
/external/catch2/projects/SelfTest/UsageTests/
DCondition.tests.cpp35 struct TestDef { struct
36 TestDef& operator + ( const std::string& ) { in operator +()
39 TestDef& operator[]( const std::string& ) { in operator []()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/selects/
DSelectDeadlockLFStressTest.kt49 private inner class TestDef( in <lambda>() class in kotlinx.coroutines.selects.SelectDeadlockLFStressTest