Home
last modified time | relevance | path

Searched defs:Notification (Results 1 – 25 of 33) sorted by relevance

12

/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
DBarrier.h61 struct Notification : Barrier { struct
62 Notification() : Barrier(1){}; in Notification() function
/external/libcxxabi/test/
Dguard_threaded_test.pass.cpp162 struct Notification { struct
163 Notification() { reset(); } in Notification() argument
166 int num_waiting() const { in num_waiting()
170 void wait() { in wait()
180 void notify() { in notify()
185 void notify_when(Cond &&c) { in notify_when()
194 void reset() { in reset()
199 std::atomic<bool> m_cond;
200 std::atomic<int> m_waiting;
/external/openscreen/third_party/abseil/src/absl/synchronization/
Dnotification.h68 Notification() : notified_yet_(false) {} in Notification() function
69 explicit Notification(bool prenotify) : notified_yet_(prenotify) {} in Notification() function
/external/angle/third_party/abseil-cpp/absl/synchronization/
Dnotification.h69 Notification() : notified_yet_(false) {} in Notification() function
70 explicit Notification(bool prenotify) : notified_yet_(prenotify) {} in Notification() function
/external/libtextclassifier/abseil-cpp/absl/synchronization/
Dnotification.h68 Notification() : notified_yet_(false) {} in Notification() function
69 explicit Notification(bool prenotify) : notified_yet_(prenotify) {} in Notification() function
/external/webrtc/third_party/abseil-cpp/absl/synchronization/
Dnotification.h68 Notification() : notified_yet_(false) {} in Notification() function
69 explicit Notification(bool prenotify) : notified_yet_(prenotify) {} in Notification() function
/external/abseil-cpp/absl/synchronization/
Dnotification.h68 Notification() : notified_yet_(false) {} in Notification() function
69 explicit Notification(bool prenotify) : notified_yet_(prenotify) {} in Notification() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dnotification.h68 Notification() : notified_yet_(false) {} in Notification() function
69 explicit Notification(bool prenotify) : notified_yet_(prenotify) {} in Notification() function
/external/uwb/src/rust/uwb_core/src/uci/
Dmessage.rs26 Notification(UciNotification), enumerator
/external/tensorflow/tensorflow/core/platform/default/
Dnotification.h31 Notification() : notified_(0) {} in Notification() function
/external/libchrome/base/android/java/src/org/chromium/base/memory/
DMemoryPressureUma.java30 private @interface Notification { annotation in MemoryPressureUma
/external/python/google-api-python-client/googleapiclient/
Dchannel.py111 class Notification(object): class
/external/uwb/src/rust/uci/
Duci_hrcv.rs23 Notification(UciNotification), enumerator
Duci_logger.rs67 Notification, enumerator
/external/oboe/include/oboe/
DDefinitions.h288 Notification = 5, // AAUDIO_USAGE_NOTIFICATION enumerator
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-port.cc324 Notification::Notification() in Notification() function in testing::internal::Notification
/external/googletest/googletest/src/
Dgtest-port.cc329 Notification::Notification() in Notification() function in testing::internal::Notification
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-port.cc307 Notification::Notification() in Notification() function in testing::internal::Notification
/external/mesa3d/src/gtest/src/
Dgtest-port.cc323 Notification::Notification() in Notification() function in testing::internal::Notification
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-port.cc325 Notification::Notification() in Notification() function in testing::internal::Notification
/external/crosvm/devices/src/virtio/snd/vios_backend/
Dshm_vios.rs568 Notification, enumerator
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dfcm.v1.json511 "Notification": { object
Dalertcenter.v1beta1.json1302 "Notification": { object
Dcloudbuild.v1alpha2.json1222 "Notification": { object
/external/python/apitools/samples/storage_sample/storage_v1/
Dstorage_v1_messages.py414 class Notification(_messages.Message): class

12