Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/lib/ui/painting/
Dimage_decoder_unittests.cc108 TaskRunners runners(GetCurrentTestName(), // label in TEST_F() local
128 TaskRunners runners(GetCurrentTestName(), // label in TEST_F() local
158 TaskRunners runners(GetCurrentTestName(), // label in TEST_F() local
200 TaskRunners runners(GetCurrentTestName(), // label in TEST_F() local
247 TaskRunners runners(GetCurrentTestName(), // label in TEST_F() local
298 TaskRunners runners(GetCurrentTestName(), // label in TEST_F() local
383 TaskRunners runners(GetCurrentTestName(), // label in TEST_F() local
Dimage_decoder.cc14 TaskRunners runners, in ImageDecoder()
/third_party/typescript/src/testRunner/
Drunner.ts3 export let runners: RunnerBase[] = []; variable
83 runners?: string[]; property
/third_party/typescript/scripts/build/
Dtests.js184 function writeTestConfigFile(tests, runners, light, taskConfigsFolder, workerCount, stackTraceLimit… argument
187 runners: runners ? runners.split(",") : undefined, 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/flutter/engine/flutter/runtime/
Ddart_lifecycle_unittests.cc51 TaskRunners runners("io.flutter.test", task_runner, task_runner, task_runner, in CreateAndRunRootIsolate() local
/third_party/flutter/engine/flutter/shell/platform/embedder/
Dembedder_thread_host.cc246 flutter::TaskRunners runners, in EmbedderThreadHost()
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dengine.cc26 const flutter::TaskRunners& runners) { in UpdateNativeThreadLabelNames()
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java2406 private void updateRuntimeHint(long originalSize, Collection<IRemoteTest> runners) { in updateRuntimeHint()
2431 Collection<IRemoteTest> runners = new ArrayList<>(); in split() local
2453 updateRuntimeHint(iterationSet.size(), runners); in split() local
/third_party/benchmark/src/
Dbenchmark.cc316 std::vector<internal::BenchmarkRunner> runners; in RunBenchmarks() local