/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | MultithreadingTest.cpp | 38 std::function<void(EGLSurface surface, size_t threadIndex)> testBody, in runMultithreadedGLTest() argument 73 testBody(surface, threadIdx); in runMultithreadedGLTest() 143 auto testBody = [](EGLSurface surface, size_t thread) { in TEST_P() local 162 runMultithreadedGLTest(testBody, 72); in TEST_P() 170 auto testBody = [](EGLSurface surface, size_t thread) { in TEST_P() local 206 runMultithreadedGLTest(testBody, 4); in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | VulkanMultithreadingTest.cpp | 63 std::function<void(EGLSurface surface, size_t threadIndex)> testBody, in runMultithreadedGLTest() argument 98 testBody(surface, threadIdx); in runMultithreadedGLTest() 139 auto testBody = [](EGLSurface surface, size_t thread) { in TEST_P() local 205 runMultithreadedGLTest(testBody, 4); in TEST_P()
|
D | MultithreadingTest.cpp | 58 std::function<void(EGLSurface surface, size_t threadIndex)> testBody, in runMultithreadedGLTest() argument 93 testBody(surface, threadIdx); in runMultithreadedGLTest() 213 auto testBody = [](EGLSurface surface, size_t thread) { in TEST_P() local 232 runMultithreadedGLTest(testBody, 72); in TEST_P() 316 auto testBody = [](EGLSurface surface, size_t thread) { in TEST_P() local 352 runMultithreadedGLTest(testBody, 4); in TEST_P() 367 auto testBody = [dpy](EGLSurface surface, size_t thread) { in TEST_P() local 406 runMultithreadedGLTest(testBody, 32); in TEST_P() 419 auto testBody = [dpy](EGLSurface surface, size_t thread) { in TEST_P() local 460 runMultithreadedGLTest(testBody, 32); in TEST_P()
|
/third_party/unity/extras/fixture/src/ |
D | unity_fixture.c | 67 unityfunction* testBody, in UnityTestRunner() argument 104 testBody(); in UnityTestRunner()
|
D | unity_fixture_internals.h | 28 unityfunction* testBody,
|
/third_party/cJSON/tests/unity/extras/fixture/src/ |
D | unity_fixture.c | 69 unityfunction* testBody, in UnityTestRunner() argument 99 testBody(); in UnityTestRunner()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorUpdateASTests.cpp | 1267 const std::string testBody = in initPrograms() local 1285 << testBody in initPrograms() 1421 const std::string testBody = in initPrograms() local 1457 << testBody in initPrograms() 1483 << testBody in initPrograms() 1513 << testBody in initPrograms() 1541 << testBody in initPrograms() 1572 << testBody in initPrograms() 1615 << testBody in initPrograms() 1875 const std::string testBody = in initPrograms() local [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
D | vktBindingDescriptorUpdateASTests.cpp | 1267 const std::string testBody = in initPrograms() local 1285 << testBody in initPrograms() 1421 const std::string testBody = in initPrograms() local 1457 << testBody in initPrograms() 1483 << testBody in initPrograms() 1513 << testBody in initPrograms() 1541 << testBody in initPrograms() 1572 << testBody in initPrograms() 1615 << testBody in initPrograms() 1875 const std::string testBody = in initPrograms() local [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryWatertightnessTests.cpp | 950 const std::string testBody = in initPrograms() local 968 << testBody << in initPrograms() 1139 const std::string testBody = in initPrograms() local 1158 << testBody << in initPrograms() 1183 << testBody << in initPrograms() 1212 << testBody << in initPrograms() 1240 << testBody << in initPrograms() 1271 << testBody << in initPrograms() 1314 << testBody << in initPrograms()
|
D | vktRayQueryBuiltinTests.cpp | 1040 const std::string testBody = in initPrograms() local 1054 << testBody << in initPrograms() 1219 const std::string testBody = in initPrograms() local 1238 << testBody << in initPrograms() 1263 << testBody << in initPrograms() 1292 << testBody << in initPrograms() 1320 << testBody << in initPrograms() 1351 << testBody << in initPrograms() 1394 << testBody << in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
D | vktRayQueryWatertightnessTests.cpp | 950 const std::string testBody = in initPrograms() local 968 << testBody << in initPrograms() 1139 const std::string testBody = in initPrograms() local 1158 << testBody << in initPrograms() 1183 << testBody << in initPrograms() 1212 << testBody << in initPrograms() 1240 << testBody << in initPrograms() 1271 << testBody << in initPrograms() 1314 << testBody << in initPrograms()
|
D | vktRayQueryBuiltinTests.cpp | 1040 const std::string testBody = in initPrograms() local 1054 << testBody << in initPrograms() 1219 const std::string testBody = in initPrograms() local 1238 << testBody << in initPrograms() 1263 << testBody << in initPrograms() 1292 << testBody << in initPrograms() 1320 << testBody << in initPrograms() 1351 << testBody << in initPrograms() 1394 << testBody << in initPrograms()
|
/third_party/flutter/flutter/packages/flutter_test/lib/src/ |
D | binding.dart | 458 /// Call the testBody inside a [FakeAsync] scope on which [pump] can 466 /// The `invariantTester` argument is called after the `testBody`'s [Future] 475 …Future<void> runTest(Future<void> testBody(), VoidCallback invariantTester, { String description =… 516 Future<void> testBody(), 631 …testZone.runBinary<Future<void>, Future<void> Function(), VoidCallback>(_runTestBody, testBody, in… 637 Future<void> _runTestBody(Future<void> testBody(), VoidCallback invariantTester) async { 648 await testBody(); 992 Future<void> testBody(), 1016 …testBodyResult = _runTest(testBody, invariantTester, description, timeout: _timeoutCompleter?.futu… 1385 …Future<void> runTest(Future<void> testBody(), VoidCallback invariantTester, { String description =… [all …]
|