Home
last modified time | relevance | path

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

123

/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() 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/rust/android-crates-io/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/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/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/stable/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/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/cronet/tot/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/googleapis/google/cloud/batch/v1alpha/
Dnotification.proto31 message Notification { message
/external/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/
D_notification.py19 class Notification(object): class
/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/libchrome/base/android/java/src/org/chromium/base/memory/
DMemoryPressureUma.java30 private @interface Notification { annotation in MemoryPressureUma
/external/cronet/stable/base/android/java/src/org/chromium/base/memory/
DMemoryPressureUma.java33 private @interface Notification { annotation in MemoryPressureUma
/external/cronet/tot/base/android/java/src/org/chromium/base/memory/
DMemoryPressureUma.java33 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/rust/android-crates-io/crates/tokio/src/sync/
Dnotify.rs282 fn store_release(&self, notification: Notification) { in store_release()
291 fn load(&self, ordering: Ordering) -> Option<Notification> { in load()
320 enum Notification { enum
/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
/external/rust/android-crates-io/crates/virtio-drivers-and-devices/src/device/
Dsound.rs701 pub fn latest_notification(&mut self) -> Result<Option<Notification>> { in latest_notification()
1165 pub struct Notification { struct
1166 notification_type: NotificationType, argument
1170 impl Notification { implementation

123