Home
last modified time | relevance | path

Searched defs:Notification (Results 1 – 25 of 50) 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/grpc-grpc/test/core/gprpp/
Dnotification_test.cc26 TEST(Notification, Works) { in TEST() argument
35 TEST(Notification, Waits) { in TEST() argument
48 TEST(Notification, WaitsWithTimeout) { in TEST() argument
62 TEST(Notification, WaitWithTimeoutCanFinishEarly) { in TEST() argument
/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/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/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/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/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/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/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/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/private-join-and-compute/third_party/abseil-cpp-20230125.2/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/googleapis/google/cloud/batch/v1alpha/
Dnotification.proto31 message Notification { message
/external/google-cloud-java/java-notification/src/main/java/com/google/cloud/notification/
DNotification.java31 public interface Notification { interface
/external/tensorflow/tensorflow/tsl/platform/default/
Dnotification.h31 Notification() : notified_(0) {} in Notification() function
/external/uwb/src/rust/uwb_core/src/uci/
Dmessage.rs28 Notification(UciNotification), enumerator
/external/cronet/base/android/java/src/org/chromium/base/memory/
DMemoryPressureUma.java33 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/rust/crates/tokio/src/sync/
Dnotify.rs277 fn store_release(&self, notification: Notification) { in store_release()
281 fn load(&self, ordering: Ordering) -> Option<Notification> { in load()
301 enum Notification { enum
/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/aws-sdk-java-v2/services/snowball/src/main/resources/codegen-resources/
Dexamples-1.json59 "Notification": { object
95 "Notification": { object
190 "Notification": { object
230 "Notification": { object
/external/google-cloud-java/java-advisorynotifications/proto-google-cloud-advisorynotifications-v1/src/main/java/com/google/cloud/advisorynotifications/v1/
DNotification.java31 public final class Notification extends com.google.protobuf.GeneratedMessageV3 class
37 private Notification(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Notification() method in Notification
41 private Notification() { in Notification() method in Notification
/external/google-cloud-java/java-advisorynotifications/proto-google-cloud-advisorynotifications-v1/src/main/proto/google/cloud/advisorynotifications/v1/
Dservice.proto109 message Notification { message
/external/googleapis/google/cloud/advisorynotifications/v1/
Dservice.proto144 message Notification { message

12