Home
last modified time | relevance | path

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

12

/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
DBarrier.h61 struct Notification : Barrier { struct
62 Notification() : Barrier(1){}; in Notification() argument
/external/libcxxabi/test/
Dguard_threaded_test.pass.cpp162 struct Notification { struct
163 Notification() { reset(); } in Notification() function
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/tensorflow/third_party/absl/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/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/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.h69 Notification() : notified_yet_(false) {} in Notification() function
70 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/cronet/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/angle/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/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/uwb/src/rust/uwb_core/src/uci/
Dmessage.rs26 Notification(UciNotification), enumerator
/external/tensorflow/tensorflow/tsl/platform/default/
Dnotification.h31 Notification() : notified_(0) {} in Notification() function
/external/cronet/base/android/java/src/org/chromium/base/memory/
DMemoryPressureUma.java29 private @interface Notification { annotation in MemoryPressureUma
/external/libchrome/base/android/java/src/org/chromium/base/memory/
DMemoryPressureUma.java30 private @interface Notification { annotation in MemoryPressureUma
/external/autotest/utils/frozen_chromite/third_party/googleapiclient/
Dchannel.py104 class Notification(object): class
/external/python/google-api-python-client/googleapiclient/
Dchannel.py111 class Notification(object): class
/external/perfetto/src/shared_lib/test/
Dapi_integrationtest.cc92 class Notification { class
/external/oboe/include/oboe/
DDefinitions.h326 Notification = 5, // AAUDIO_USAGE_NOTIFICATION enumerator
/external/cronet/third_party/boringssl/src/third_party/googletest/src/
Dgtest-port.cc325 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/googletest/googletest/src/
Dgtest-port.cc329 Notification::Notification() in Notification() function in testing::internal::Notification
/external/crosvm/devices/src/virtio/snd/vios_backend/
Dshm_vios.rs555 Notification, enumerator
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dfcm.v1.json511 "Notification": { object
/external/python/apitools/samples/storage_sample/storage_v1/
Dstorage_v1_messages.py414 class Notification(_messages.Message): class

12