Searched refs:make_tasks (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/tests/ |
H A D | GrRenderTaskClusterTest.cpp | 24 static void make_tasks(int count, SkTArray<sk_sp<GrMockRenderTask>>* tasks) { in make_tasks() function 39 make_tasks(3, graph); in create_graph0() 59 make_tasks(5, graph); in create_graph1() 83 make_tasks(3, graph); in create_graph2() 106 make_tasks(4, graph); in create_graph3()
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_locks.py | 1054 def make_tasks(self, n, coro): member in BarrierTests 1059 tasks = self.make_tasks(n, coro) 1348 tasks = self.make_tasks(self.N-1, coro) 1443 tasks = self.make_tasks(self.N-1, coro1)
|
Completed in 3 milliseconds