Home
last modified time | relevance | path

Searched refs:testFn (Results 1 – 9 of 9) sorted by relevance

/external/skqp/modules/pathkit/perf/
DperfReporter.js7 function benchmarkAndReport(benchName, setupFn, testFn, teardownFn) { argument
11 testFn(ctx);
12 testFn(ctx);
13 testFn(ctx);
23 testFn(ctx);
38 testFn(ctx);
/external/skia/modules/pathkit/perf/
DperfReporter.js7 function benchmarkAndReport(benchName, setupFn, testFn, teardownFn) { argument
11 testFn(ctx);
12 testFn(ctx);
13 testFn(ctx);
23 testFn(ctx);
38 testFn(ctx);
/external/skqp/tests/
DGrMeshTest.cpp81 std::function<void(DrawMeshHelper*)> testFn);
264 std::function<void(DrawMeshHelper*)> testFn) { in Make() argument
267 return pool->allocate<GrMeshTestOp>(testFn); in Make()
273 GrMeshTestOp(std::function<void(DrawMeshHelper*)> testFn) in GrMeshTestOp() argument
275 , fTestFn(testFn) { in GrMeshTestOp()
398 std::function<void(DrawMeshHelper*)> testFn) { in run_test() argument
413 rtc->priv().testingOnly_addDrawOp(GrMeshTestOp::Make(context, testFn)); in run_test()
/external/skia/tests/
DGrMeshTest.cpp81 std::function<void(DrawMeshHelper*)> testFn);
262 std::function<void(DrawMeshHelper*)> testFn) { in Make() argument
265 return pool->allocate<GrMeshTestOp>(testFn); in Make()
271 GrMeshTestOp(std::function<void(DrawMeshHelper*)> testFn) in GrMeshTestOp() argument
273 , fTestFn(testFn) { in GrMeshTestOp()
395 std::function<void(DrawMeshHelper*)> testFn) { in run_test() argument
410 rtc->priv().testingOnly_addDrawOp(GrMeshTestOp::Make(context, testFn)); in run_test()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DCrashDebugger.cpp129 ReduceCrashingGlobalInitializers(BugDriver &bd, BugTester testFn) in ReduceCrashingGlobalInitializers() argument
130 : BD(bd), TestFn(testFn) {} in ReduceCrashingGlobalInitializers()
196 ReduceCrashingFunctions(BugDriver &bd, BugTester testFn) in ReduceCrashingFunctions() argument
197 : BD(bd), TestFn(testFn) {} in ReduceCrashingFunctions()
367 ReduceCrashingBlocks(BugDriver &BD, BugTester testFn) in ReduceCrashingBlocks() argument
368 : BD(BD), TestFn(testFn) {} in ReduceCrashingBlocks()
485 ReduceCrashingConditionals(BugDriver &bd, BugTester testFn, bool Direction) in ReduceCrashingConditionals() argument
486 : BD(bd), TestFn(testFn), Direction(Direction) {} in ReduceCrashingConditionals()
590 ReduceSimplifyCFG(BugDriver &bd, BugTester testFn) in ReduceSimplifyCFG() argument
591 : BD(bd), TestFn(testFn), TTI(bd.getProgram().getDataLayout()) {} in ReduceSimplifyCFG()
[all …]
/external/llvm/tools/bugpoint/
DCrashDebugger.cpp124 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingGlobalVariables()
125 : BD(bd), TestFn(testFn) {} in ReduceCrashingGlobalVariables()
194 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingFunctions()
195 : BD(bd), TestFn(testFn) {} in ReduceCrashingFunctions()
330 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingBlocks()
331 : BD(bd), TestFn(testFn) {} in ReduceCrashingBlocks()
439 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingInstructions()
440 : BD(bd), TestFn(testFn) {} in ReduceCrashingInstructions()
516 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingNamedMD()
517 : BD(bd), TestFn(testFn) {} in ReduceCrashingNamedMD()
[all …]
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DCrashDebugger.cpp112 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingGlobalVariables()
113 : BD(bd), TestFn(testFn) {} in ReduceCrashingGlobalVariables()
182 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingFunctions()
183 : BD(bd), TestFn(testFn) {} in ReduceCrashingFunctions()
255 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingBlocks()
256 : BD(bd), TestFn(testFn) {} in ReduceCrashingBlocks()
364 bool (*testFn)(const BugDriver &, Module *)) in ReduceCrashingInstructions()
365 : BD(bd), TestFn(testFn) {} in ReduceCrashingInstructions()
/external/skqp/experimental/canvaskit/tests/
Dcanvas2d.spec.js696 testFn: (ctx, x, y) => ctx.isPointInPath(x * SCALE, y * SCALE, 'nonzero'),
703 testFn: (ctx, x, y) => ctx.isPointInPath(x * SCALE, y * SCALE, 'evenodd'),
710 testFn: (ctx, x, y) => ctx.isPointInStroke(x * SCALE, y * SCALE),
717 testFn: (ctx, x, y) => ctx.isPointInStroke(x * SCALE, y * SCALE),
753 if (test.testFn(ctx, x, y)) {
/external/skia/modules/canvaskit/tests/
Dcanvas2d.spec.js678 testFn: (ctx, x, y) => ctx.isPointInPath(x * SCALE, y * SCALE, 'nonzero'),
685 testFn: (ctx, x, y) => ctx.isPointInPath(x * SCALE, y * SCALE, 'evenodd'),
692 testFn: (ctx, x, y) => ctx.isPointInStroke(x * SCALE, y * SCALE),
699 testFn: (ctx, x, y) => ctx.isPointInStroke(x * SCALE, y * SCALE),
735 if (test.testFn(ctx, x, y)) {