Home
last modified time | relevance | path

Searched defs:runners (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/scripts/build/
Dtests.mjs173 export function writeTestConfigFile(tests, runners, light, taskConfigsFolder, workerCount, stackTra… argument
176 runners: runners ? runners.split(",") : undefined, property
/third_party/typescript/src/testRunner/
Drunner.ts3 export let runners: RunnerBase[] = []; variable
102 runners?: string[]; property
/third_party/node/test/fixtures/source-map/
Dtabs.js33 race = function(winner, ...runners) {
/third_party/typescript/src/testRunner/parallel/
Dworker.ts298 const runners = new ts.Map<string, RunnerBase>(); constant
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java2307 private void updateRuntimeHint(long originalSize, Collection<IRemoteTest> runners) { in updateRuntimeHint()
2332 Collection<IRemoteTest> runners = new ArrayList<>(); in split() local
2354 updateRuntimeHint(iterationSet.size(), runners); in split() local
/third_party/benchmark/src/
Dbenchmark.cc316 std::vector<internal::BenchmarkRunner> runners; in RunBenchmarks() local