Searched refs:RunCallback (Results 1 – 8 of 8) sorted by relevance
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | control_message_proxy.cc | 41 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/ |
D | binding_callback_unittest.cc | 64 bool RunCallback() { in RunCallback() function in mojo::test::__anon3a0312590111::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/ |
D | conditional_accumulator_base.h | 91 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()
|
D | queue_base.h | 153 typedef std::function<RunResult(Attempt*)> RunCallback; typedef 160 RunCallback run_callback; // must be run while holding mu_ 168 CancellationToken cancellation_token, RunCallback run_callback) in Attempt()
|
/external/libchrome/base/files/ |
D | file_descriptor_watcher_posix.cc | 135 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
|
D | file_descriptor_watcher_posix.h | 56 void RunCallback();
|
/external/skia/modules/skplaintexteditor/src/ |
D | shape.cpp | 30 using RunCallback = void (*)(void* context, typedef in __anon129c303d0111::RunHandler 38 void setRunCallback(RunCallback f, void* context) { in setRunCallback() 79 RunCallback fCallbackFunction = nullptr;
|
/external/libchrome/libchrome_tools/patches/ |
D | fix-fd-watcher-leak.patch | 49 - // Since WeakPtrs are invalidated by the destructor, RunCallback() won't be 109 + // Since WeakPtrs are invalidated by the destructor, RunCallback() won't be 163 void FileDescriptorWatcher::Controller::RunCallback() {
|