HomeSort by relevance Sort by last modified time
    Searched defs:RunCallback (Results 1 - 4 of 4) sorted by null

  /external/libchrome/base/files/
file_descriptor_watcher_posix.cc 41 // Since WeakPtrs are invalidated by the destructor, RunCallback() won't be
135 FROM_HERE, BindOnce(&Controller::RunCallback, controller_));
146 FROM_HERE, BindOnce(&Controller::RunCallback, controller_));
183 void FileDescriptorWatcher::Controller::RunCallback() {
  /external/libchrome/mojo/public/cpp/bindings/tests/
binding_callback_unittest.cc 64 bool RunCallback() {
163 server_impl.RunCallback();
187 server_impl.RunCallback();
226 EXPECT_TRUE(server_impl.RunCallback());
  /external/tensorflow/tensorflow/core/kernels/
conditional_accumulator_base.h 91 typedef std::function<RunResult(Attempt*)> RunCallback;
98 RunCallback run_callback; // must be run while holding mu_
103 CancellationToken cancellation_token, RunCallback run_callback)
144 // TryAttemptLocked, which then executes the RunCallback of the logged
queue_base.h 157 typedef std::function<RunResult(Attempt*)> RunCallback;
164 RunCallback run_callback; // must be run while holding mu_
172 CancellationToken cancellation_token, RunCallback run_callback)

Completed in 657 milliseconds