Searched refs:Notify (Results 1 - 25 of 118) sorted by relevance

12345

/external/tensorflow/tensorflow/core/lib/core/
H A Dnotification_test.cc34 start.Notify();
46 proceed.Notify();
76 n.Notify();
83 n.Notify();
/external/perf_data_converter/src/quipper/compat/
H A Dthread.h40 // Wait for Notify() to be called.
48 virtual void Notify() = 0;
/external/tensorflow/tensorflow/core/kernels/batching_util/
H A Dshared_batch_scheduler_test.cc204 first_batch_processed.Notify();
206 second_batch_processed.Notify();
208 third_batch_processed.Notify();
252 start_teardown.Notify();
254 stop_teardown.Notify();
263 first_batch_processed.Notify();
265 second_batch_processed.Notify();
306 first_batch_processed.Notify();
308 second_batch_processed.Notify();
334 start_teardown.Notify();
[all...]
H A Dadaptive_shared_batch_scheduler_test.cc245 start_teardown.Notify();
247 stop_teardown.Notify();
315 start_teardown.Notify();
317 stop_teardown.Notify();
386 start_teardown.Notify();
388 stop_teardown.Notify();
443 start_teardown.Notify();
445 stop_teardown.Notify();
466 finish_processing.Notify();
543 start_teardown.Notify();
[all...]
H A Dfake_clock_env.cc32 it->wake_notification->Notify();
H A Dperiodic_function.cc63 stop_thread_.Notify();
H A Dbatch_scheduler_test.cc107 deleted.Notify();
109 do_delete.Notify();
/external/libmojo/base/android/
H A Dapplication_status_listener.cc52 void ApplicationStatusListener::Notify(ApplicationState state) { function in class:base::android::ApplicationStatusListener
64 g_observers.Get().Notify(FROM_HERE, &ApplicationStatusListener::Notify,
H A Dapplication_status_listener.h81 void Notify(ApplicationState state);
/external/jmdns/src/javax/jmdns/impl/constants/
H A DDNSOperationCode.java29 * Notify [RFC1996]
31 Notify("Notify", 4), enum constant in enum:DNSOperationCode
/external/libchrome/base/
H A Dcallback_list_unittest.cc124 c1.Notify(1);
131 c2.Notify(1, 2);
138 c3.Notify(1, 2, 3);
145 c4.Notify(1, 2, 3, 4);
152 c5.Notify(1, 2, 3, 4, 5);
160 c6.Notify(1, 2, 3, 4, 5, 6);
178 cb_reg.Notify();
188 cb_reg.Notify();
213 cb_reg.Notify(10);
223 cb_reg.Notify(1
[all...]
H A Dobserver_list_unittest.cc150 list_->Notify(FROM_HERE, &Foo::Observe, 10);
284 observer_list->Notify(FROM_HERE, &Foo::Observe, 10);
291 observer_list->Notify(FROM_HERE, &Foo::Observe, 10);
314 observer_list->Notify(FROM_HERE, &Foo::Observe, 10);
325 observer_list->Notify(FROM_HERE, &Foo::Observe, 10);
347 observer_list->Notify(FROM_HERE, &Foo::Observe, 10);
360 // Notify again.
361 observer_list->Notify(FROM_HERE, &Foo::Observe, 20);
375 observer_list->Notify(FROM_HERE, &Foo::Observe, 30);
420 observer_list->Notify(FROM_HER
[all...]
/external/eigen/unsupported/test/
H A Dcxx11_tensor_notification.cpp49 n.Notify();
58 // validate that all threads get notified by Notify().
72 n.Notify();
H A Dcxx11_eventcount.cpp32 ec.Notify(false);
34 ec.Notify(true);
97 ec.Notify(false);
/external/tensorflow/tensorflow/core/common_runtime/
H A Drendezvous_util_test.cc63 &received_keys, [&n](const Status& status) { n.Notify(); });
77 &received_keys, [&n](const Status& status) { n.Notify(); });
/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dlocal_master.cc60 n.Notify();
74 n.Notify();
88 n.Notify();
103 n.Notify();
125 n.Notify();
139 n.Notify();
153 n.Notify();
H A Dremote_device_test.cc68 n.Notify();
/external/perf_data_converter/src/quipper/compat/cros/detail/
H A Dthread.h42 void Notify() override { event_.Signal(); }
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorDeviceThreadPool.h27 // Notify has been called a specified number of times.
37 void Notify() { function in class:Eigen::Barrier
70 // but only one caller must call Notify() on the object.
76 // Runs an arbitrary function and then calls Notify() on the passed in
83 n->Notify();
93 b->Notify();
253 barrier.Notify();
/external/perf_data_converter/src/quipper/compat/non_cros/detail/
H A Dthread.h43 void Notify() override { event_.notify_all(); }
/external/tensorflow/tensorflow/cc/training/
H A Dcoordinator_test.cc34 about_to_wait->Notify();
36 done->Notify();
153 start.Notify();
193 start.Notify();
/external/tensorflow/tensorflow/core/framework/
H A Dcancellation.cc53 cancelled_notification_.Notify();
/external/tensorflow/tensorflow/core/platform/default/
H A Dnotification.h39 void Notify() { function in class:tensorflow::Notification
/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dgpu_event_mgr.cc88 stop_polling_->Notify();
147 polling_stopped_->Notify();
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
H A DNonBlockingThreadPool.h67 ec_.Notify(true);
95 ec_.Notify(false);
229 ec_.Notify(true);

Completed in 534 milliseconds

12345