Searched defs:runners (Results 1 – 6 of 6) sorted by relevance
| /third_party/typescript/scripts/build/ |
| D | tests.mjs | 173 export function writeTestConfigFile(tests, runners, light, taskConfigsFolder, workerCount, stackTra… argument 176 runners: runners ? runners.split(",") : undefined, property
|
| /third_party/typescript/src/testRunner/ |
| D | runner.ts | 3 export let runners: RunnerBase[] = []; variable 102 runners?: string[]; property
|
| /third_party/node/test/fixtures/source-map/ |
| D | tabs.js | 33 race = function(winner, ...runners) {
|
| /third_party/typescript/src/testRunner/parallel/ |
| D | worker.ts | 298 const runners = new ts.Map<string, RunnerBase>(); constant
|
| /third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/ |
| D | DeqpTestRunner.java | 2472 private void updateRuntimeHint(long originalSize, Collection<IRemoteTest> runners) { in updateRuntimeHint() 2497 Collection<IRemoteTest> runners = new ArrayList<>(); in split() local 2519 updateRuntimeHint(iterationSet.size(), runners); in split() local
|
| /third_party/benchmark/src/ |
| D | benchmark.cc | 387 std::vector<internal::BenchmarkRunner> runners; in RunBenchmarks() local
|