Searched refs:runner_ (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | AsyncRunner.h | 59 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 D | bench.py | 571 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 D | test.py | 588 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 D | default-worker-threads-task-runner.cc | 65 runner_(runner) { in WorkerThread() 72 while (std::unique_ptr<Task> task = runner_->GetNext()) { in Run()
|
H A D | default-worker-threads-task-runner.h | 53 // 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 D | conformance_test.cc | 321 runner_->RunTest(test_name, serialized_request, &serialized_response); in RunTest() 395 runner_ = runner; in RunSuite()
|
H A D | conformance_test.h | 293 ConformanceTestRunner* runner_; member in google::protobuf::ConformanceTestSuite
|
Completed in 5 milliseconds