Home
last modified time | relevance | path

Searched refs:RunCallback (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/lib/
Dcontrol_message_proxy.cc41 using RunCallback = typedef
46 explicit RunResponseForwardToCallback(const RunCallback& callback) in RunResponseForwardToCallback()
51 RunCallback callback_;
74 const RunCallback& callback) { in SendRunMessage()
/external/libchrome/mojo/public/cpp/bindings/tests/
Dbinding_callback_unittest.cc64 bool RunCallback() { in RunCallback() function in mojo::test::__anon24e7883b0111::InterfaceImpl
163 server_impl.RunCallback(); in TEST_F()
187 server_impl.RunCallback(); in TEST_F()
226 EXPECT_TRUE(server_impl.RunCallback()); in TEST_F()
/external/tensorflow/tensorflow/core/kernels/
Dconditional_accumulator_base.h91 typedef std::function<RunResult(Attempt*)> RunCallback; typedef
98 RunCallback run_callback; // must be run while holding mu_
103 CancellationToken cancellation_token, RunCallback run_callback) in Attempt()
Dqueue_base.h157 typedef std::function<RunResult(Attempt*)> RunCallback; typedef
164 RunCallback run_callback; // must be run while holding mu_
172 CancellationToken cancellation_token, RunCallback run_callback) in Attempt()
/external/libchrome/base/files/
Dfile_descriptor_watcher_posix.cc135 FROM_HERE, BindOnce(&Controller::RunCallback, controller_)); in OnFileCanReadWithoutBlocking()
146 FROM_HERE, BindOnce(&Controller::RunCallback, controller_)); in OnFileCanWriteWithoutBlocking()
183 void FileDescriptorWatcher::Controller::RunCallback() { in RunCallback() function in base::FileDescriptorWatcher::Controller
Dfile_descriptor_watcher_posix.h56 void RunCallback();