/external/cronet/net/dns/ |
D | serial_worker.cc | 37 std::unique_ptr<SerialWorker::WorkItem> work_item) { in DoWork() 94 void SerialWorker::OnDoWorkFinished(std::unique_ptr<WorkItem> work_item) { in OnDoWorkFinished() 116 void SerialWorker::OnFollowupWorkFinished(std::unique_ptr<WorkItem> work_item) { in OnFollowupWorkFinished() 142 void SerialWorker::RerunWork(std::unique_ptr<WorkItem> work_item) { in RerunWork()
|
D | dns_config_service_android.cc | 110 WorkItem* work_item = static_cast<WorkItem*>(serial_worker_work_item.get()); in OnWorkFinished() local
|
D | dns_config_service.cc | 139 WorkItem* work_item = static_cast<WorkItem*>(serial_worker_work_item.get()); in OnWorkFinished() local
|
D | dns_config_service_posix.cc | 191 WorkItem* work_item = static_cast<WorkItem*>(serial_worker_work_item.get()); in OnWorkFinished() local
|
D | serial_worker_unittest.cc | 83 std::unique_ptr<SerialWorker::WorkItem> work_item) override { in OnWorkFinished()
|
D | dns_config_service_win.cc | 578 WorkItem* work_item = static_cast<WorkItem*>(serial_worker_work_item.get()); in OnWorkFinished() local
|
/external/pigweed/pw_work_queue/ |
D | work_queue.cc | 47 WorkItem& work_item = possible_work_item.value(); in Run() local 59 void WorkQueue::CheckPushWork(WorkItem&& work_item) { in CheckPushWork() 64 Status WorkQueue::InternalPushWork(WorkItem&& work_item) { in InternalPushWork()
|
/external/pigweed/pw_work_queue/public/pw_work_queue/ |
D | work_queue.h | 51 Status PushWork(WorkItem&& work_item) PW_LOCKS_EXCLUDED(lock_) { in PushWork()
|
/external/compiler-rt/test/asan/TestCases/Windows/ |
D | queue_user_work_item_report.cc | 8 DWORD CALLBACK work_item(LPVOID) { in work_item() function
|
D | queue_user_work_item.cc | 36 DWORD CALLBACK work_item(LPVOID) { in work_item() function
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | vector_dce.cpp | 203 VectorDCE::WorkListItem work_item, in MarkCompositeContructUsesAsLive() 415 WorkListItem work_item, VectorDCE::LiveComponentMap* live_components, in AddItemToWorkListIfNeeded()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | vector_dce.cpp | 205 VectorDCE::WorkListItem work_item, in MarkCompositeContructUsesAsLive() 417 WorkListItem work_item, VectorDCE::LiveComponentMap* live_components, in AddItemToWorkListIfNeeded()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | vector_dce.cpp | 203 VectorDCE::WorkListItem work_item, in MarkCompositeContructUsesAsLive() 415 WorkListItem work_item, VectorDCE::LiveComponentMap* live_components, in AddItemToWorkListIfNeeded()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | tf_saved_model_freeze_variables.cc | 171 auto work_item = work_list.pop_back_val(); in ReplaceVarWithConstant() local
|
/external/tensorflow/tensorflow/core/framework/ |
D | dataset.cc | 1069 void BackgroundWorker::Schedule(std::function<void()> work_item) { in Schedule() 1084 std::function<void()> work_item = nullptr; in WorkerLoop() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_matmul_op.cc | 1475 int work_item = cur_create_block_number.fetch_add(1); in Compute() local 1490 int work_item = cur_mult_block_number.fetch_add(1); in Compute() local
|