Home
last modified time | relevance | path

Searched refs:AddCallback (Results 1 – 11 of 11) sorted by relevance

/external/libchrome/base/task_scheduler/
Dlazy_task_runner.cc83 g_scoped_lazy_task_runner_list_for_testing->AddCallback(BindOnce( in CreateRaw()
116 void ScopedLazyTaskRunnerListForTesting::AddCallback(OnceClosure callback) { in AddCallback() function in base::internal::ScopedLazyTaskRunnerListForTesting
Dlazy_task_runner.h204 void AddCallback(OnceClosure callback);
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Dpod_tpu_driver.cc57 void AddCallback(std::function<void(Status)> callback) override;
76 void AddCallback(std::function<void(Status)> callback) override { in AddCallback() function in tpu_driver::__anon6b014a980111::ErrorEvent
90 event->AddCallback([this](Status s) { IncrementAndCheckComplete(s); }); in CombinedEvent()
116 void AddCallback(std::function<void(Status)> callback) in AddCallback() function in tpu_driver::__anon6b014a980111::CombinedEvent
554 dst_event->AddCallback( in TransferFromDeviceToDevice()
788 event->second->underlying_event->AddCallback(fn); in AddCallbackForEvent()
878 event.second->underlying_event->AddCallback(std::move(fn)); in EventCompleted()
909 event->second->underlying_event->AddCallback( in ScheduleRequest()
952 void PodEvent::AddCallback(std::function<void(Status)> callback) { in AddCallback() function in tpu_driver::__anon6b014a980111::PodEvent
Dtpu_driver.h61 virtual void AddCallback(std::function<void(xla::Status)> callback) = 0;
Drecording_tpu_driver.cc62 void AddCallback(std::function<void(xla::Status)> callback) override { in AddCallback() function in tpu_driver::__anone63593b20111::RecordingEvent
63 return shared_event_->AddCallback(callback); in AddCallback()
Dgrpc_tpu_driver.cc57 void AddCallback(std::function<void(Status)> callback) override;
78 void AddCallback(std::function<void(Status)> callback) override { in AddCallback() function in tpu_driver::__anon4073f9c10111::ErrorEvent
454 void GrpcEvent::AddCallback(std::function<void(Status)> callback) { in AddCallback() function in tpu_driver::__anon4073f9c10111::GrpcEvent
Ddirect_tpu_driver.cc89 void AddCallback(std::function<void(xla::Status)> callback) override { in AddCallback() function in tpu_driver::__anon9d833a900111::DirectEvent
/external/libchrome/base/
Dcallback_list_unittest.cc60 void AddCallback() { in AddCallback() function in base::__anon65ce15810111::Adder
283 cb_reg.Add(Bind(&Adder::AddCallback, Unretained(&a))); in TEST()
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
Dtpu_client.cc192 event->AddCallback([leaves_references](Status) {}); in FromLiterals()
325 t->AddCallback([host_value](const xla::Status& status) { in CopyToHostAsync()
/external/mesa3d/src/imgui/
Dimgui.h1868 …IMGUI_API void AddCallback(ImDrawCallback callback, void* callback_data); // Your rendering func…
Dimgui_draw.cpp422 void ImDrawList::AddCallback(ImDrawCallback callback, void* callback_data) in AddCallback() function in ImDrawList