Searched refs:testFn (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/modules/pathkit/perf/ |
H A D | perfReporter.js | 6 function benchmarkAndReport(benchName, setupFn, testFn, teardownFn) { 11 testFn(ctx); 12 testFn(ctx); 13 testFn(ctx); 23 testFn(ctx); 39 testFn(ctx); 54 // The same as benchmarkAndReport, except expects the third parameter, testFn, to return a promise 55 async function asyncBenchmarkAndReport(benchName, setupFn, testFn, teardownFn) { 60 await testFn(ctx); 61 await testFn(ct [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | jsDeclarationsImportAliasExposedWithinNamespace.js | 39 * @function testFn 44 function testFn(input) { function 52 export {testFn, testFnTypes};
80 * @function testFn
85 export function testFn(input: testFnTypes.input): number | null;
|
H A D | jsDeclarationsImportAliasExposedWithinNamespaceCjs.js | 39 * @function testFn 44 function testFn(input) { function 52 module.exports = {testFn, testFnTypes};
82 * @function testFn
87 export function testFn(input: testFnTypes.input): number | null;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktRobustness1VertexAccessTests.cpp | 182 TestFn testFn; member 859 return m_testInfo.testFn(m_testCtx, m_context, *m_device, m_deviceDriver); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
H A D | vktRobustness1VertexAccessTests.cpp | 181 TestFn testFn; member 839 return m_testInfo.testFn(m_testCtx, m_context, *m_device, m_deviceDriver); in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcFramebufferCompleteness.cpp | 177 TestFn testFn; member 1370 step.testFn(context); in iterate()
|
Completed in 7 milliseconds