Home
last modified time | relevance | path

Searched refs:testBody (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DMultithreadingTest.cpp38 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/
DVulkanMultithreadingTest.cpp63 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()
DMultithreadingTest.cpp58 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/
Dunity_fixture.c67 unityfunction* testBody, in UnityTestRunner() argument
104 testBody(); in UnityTestRunner()
Dunity_fixture_internals.h28 unityfunction* testBody,
/third_party/cJSON/tests/unity/extras/fixture/src/
Dunity_fixture.c69 unityfunction* testBody, in UnityTestRunner() argument
99 testBody(); in UnityTestRunner()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorUpdateASTests.cpp1267 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/
DvktBindingDescriptorUpdateASTests.cpp1267 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/
DvktRayQueryWatertightnessTests.cpp950 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()
DvktRayQueryBuiltinTests.cpp1040 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/
DvktRayQueryWatertightnessTests.cpp950 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()
DvktRayQueryBuiltinTests.cpp1040 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/
Dbinding.dart458 /// 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 …]