Home
last modified time | relevance | path

Searched defs:testBody (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/tests/gl_tests/
DVulkanMultithreadingTest.cpp62 std::function<void(EGLSurface surface, size_t threadIndex)> testBody, in runMultithreadedGLTest()
138 auto testBody = [](EGLSurface surface, size_t thread) { in TEST_P() local
DMultithreadingTest.cpp62 std::function<void(EGLSurface surface, size_t threadIndex)> testBody, in runMultithreadedGLTest()
237 auto testBody = [](EGLSurface surface, size_t thread) { in TEST_P() local
340 auto testBody = [](EGLSurface surface, size_t thread) { in TEST_P() local
391 auto testBody = [dpy](EGLSurface surface, size_t thread) { in TEST_P() local
442 auto testBody = [dpy](EGLSurface surface, size_t thread) { in TEST_P() local
/external/kotlinx.coroutines/test-utils/common/src/
DMainDispatcherTestBase.kt21 val testBody = launch(Dispatchers.Default) { in <lambda>() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/concurrent/test/sync/
DMutexStressTest.kt38 private suspend fun CoroutineScope.testBody(dispatcher: CoroutineDispatcher) { in <lambda>() method in kotlinx.coroutines.sync.MutexStressTest
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorUpdateASTests.cpp1318 const std::string testBody = " ivec3 pos = ivec3(gl_WorkGroupID);\n" in initPrograms() local
1475 const std::string testBody = " ivec3 pos = ivec3(gl_LaunchIDEXT);\n" in initPrograms() local
1957 const std::string testBody = " ivec3 pos = ivec3(gl_LaunchIDEXT);\n" in initPrograms() local
/external/tensorflow/tensorflow/python/framework/
Dtest_util_test.py882 def testBody(self): member in TestUtilTest.test_run_in_graph_and_eager_modes_setup_in_same_mode.ExampleTest
/external/deqp/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryWatertightnessTests.cpp951 const std::string testBody = " ivec3 pos = ivec3(gl_WorkGroupID);\n" in initPrograms() local
1131 const std::string testBody = " ivec3 pos = ivec3(gl_LaunchIDEXT);\n" in initPrograms() local
DvktRayQueryBuiltinTests.cpp1045 const std::string testBody = " ivec3 pos = ivec3(gl_WorkGroupID);\n" in initPrograms() local
1216 const std::string testBody = " ivec3 pos = ivec3(gl_LaunchIDEXT);\n" in initPrograms() local