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 39 // Since WeakPtrs are invalidated by the destructor, RunCallback() won't be
128 Bind(&Controller::RunCallback, controller_));
139 Bind(&Controller::RunCallback, controller_));
176 void FileDescriptorWatcher::Controller::RunCallback() {
  /external/libmojo/mojo/public/cpp/bindings/tests/
binding_callback_unittest.cc 64 bool RunCallback() {
163 server_impl.RunCallback();
187 server_impl.RunCallback();
225 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)
143 // TryAttemptLocked, which then executes the RunCallback of the logged
queue_base.h 153 typedef std::function<RunResult(Attempt*)> RunCallback;
160 RunCallback run_callback; // must be run while holding mu_
168 CancellationToken cancellation_token, RunCallback run_callback)

Completed in 208 milliseconds