/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ |
D | Barrier.h | 61 struct Notification : Barrier { struct 62 Notification() : Barrier(1){}; in Notification() function
|
/external/grpc-grpc/test/core/gprpp/ |
D | notification_test.cc | 26 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/ |
D | guard_threaded_test.pass.cpp | 162 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/ |
D | notification.h | 68 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/ |
D | notification.h | 68 Notification() : notified_yet_(false) {} in Notification() function 69 explicit Notification(bool prenotify) : notified_yet_(prenotify) {} in Notification() function
|
/external/abseil-cpp/absl/synchronization/ |
D | notification.h | 68 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/ |
D | notification.h | 69 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/ |
D | notification.h | 69 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/ |
D | notification.h | 69 Notification() : notified_yet_(false) {} in Notification() function 70 explicit Notification(bool prenotify) : notified_yet_(prenotify) {} in Notification() function
|
/external/googleapis/google/cloud/batch/v1alpha/ |
D | notification.proto | 31 message Notification { message
|
/external/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/ |
D | _notification.py | 19 class Notification(object): class
|
/external/google-cloud-java/java-notification/src/main/java/com/google/cloud/notification/ |
D | Notification.java | 31 public interface Notification { interface
|
/external/tensorflow/tensorflow/tsl/platform/default/ |
D | notification.h | 31 Notification() : notified_(0) {} in Notification() function
|
/external/uwb/src/rust/uwb_core/src/uci/ |
D | message.rs | 28 Notification(UciNotification), enumerator
|
/external/libchrome/base/android/java/src/org/chromium/base/memory/ |
D | MemoryPressureUma.java | 30 private @interface Notification { annotation in MemoryPressureUma
|
/external/cronet/stable/base/android/java/src/org/chromium/base/memory/ |
D | MemoryPressureUma.java | 33 private @interface Notification { annotation in MemoryPressureUma
|
/external/cronet/tot/base/android/java/src/org/chromium/base/memory/ |
D | MemoryPressureUma.java | 33 private @interface Notification { annotation in MemoryPressureUma
|
/external/autotest/utils/frozen_chromite/third_party/googleapiclient/ |
D | channel.py | 104 class Notification(object): class
|
/external/python/google-api-python-client/googleapiclient/ |
D | channel.py | 111 class Notification(object): class
|
/external/rust/android-crates-io/crates/tokio/src/sync/ |
D | notify.rs | 282 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/ |
D | examples-1.json | 59 "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/ |
D | Notification.java | 31 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/ |
D | service.proto | 109 message Notification { message
|
/external/googleapis/google/cloud/advisorynotifications/v1/ |
D | service.proto | 144 message Notification { message
|
/external/rust/android-crates-io/crates/virtio-drivers-and-devices/src/device/ |
D | sound.rs | 701 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
|