Home
last modified time | relevance | path

Searched refs:runner_ (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DAsyncRunner.h59 inline AsyncTask(std::shared_ptr<AsyncRunner> runner) : runner_(std::move(runner)) { in AsyncTask()
60 runner_->Begin(); in AsyncTask()
66 runner_->End(); in ~AsyncTask()
72 std::shared_ptr<AsyncRunner> runner_; member in wgpu::binding::AsyncTask
/third_party/littlefs/scripts/
H A Dbench.py571 def find_perms(runner_, ids=[], **args):
578 cmd = runner_ + ['--list-cases'] + ids
608 cmd = runner_ + ['--list-case-paths'] + ids
649 def find_path(runner_, id, **args):
652 cmd = runner_ + ['--list-case-paths', id]
680 def find_defines(runner_, id, **args):
682 cmd = runner_ + ['--list-permutation-defines', id]
752 def run_stage(name, runner_, ids, stdout_, trace_, output_, **args):
758 total_perms) = find_perms(runner_, ids, **args)
781 def run_runner(runner_, id
[all...]
H A Dtest.py588 def find_perms(runner_, ids=[], **args):
595 cmd = runner_ + ['--list-cases'] + ids
625 cmd = runner_ + ['--list-case-paths'] + ids
666 def find_path(runner_, id, **args):
669 cmd = runner_ + ['--list-case-paths', id]
697 def find_defines(runner_, id, **args):
699 cmd = runner_ + ['--list-permutation-defines', id]
769 def run_stage(name, runner_, ids, stdout_, trace_, output_, **args):
775 total_perms) = find_perms(runner_, ids, **args)
793 def run_runner(runner_, id
[all...]
/third_party/node/deps/v8/src/libplatform/
H A Ddefault-worker-threads-task-runner.cc65 runner_(runner) { in WorkerThread()
72 while (std::unique_ptr<Task> task = runner_->GetNext()) { in Run()
H A Ddefault-worker-threads-task-runner.h53 // This thread attempts to get tasks in a loop from |runner_| and run them.
57 DefaultWorkerThreadsTaskRunner* runner_; member in v8::platform::DefaultWorkerThreadsTaskRunner::WorkerThread
/third_party/protobuf/conformance/
H A Dconformance_test.cc321 runner_->RunTest(test_name, serialized_request, &serialized_response); in RunTest()
395 runner_ = runner; in RunSuite()
H A Dconformance_test.h293 ConformanceTestRunner* runner_; member in google::protobuf::ConformanceTestSuite

Completed in 5 milliseconds