| /external/rust/crates/tokio/tests/ |
| D | sync_notify.rs | 16 let notify = Notify::new(); in notify_notified_one() localVariable 25 let notify = Notify::new(); in notified_one_notify() localVariable 37 let notify = Notify::new(); in notified_multi_notify() localVariable 54 let notify = Notify::new(); in notify_notified_multi() localVariable 72 let notify = Notify::new(); in notified_drop_notified_notify() localVariable 89 let notify = Notify::new(); in notified_multi_notify_drop_one() localVariable 113 let notify = Arc::new(Notify::new()); in notify_in_drop_after_wake() localVariable 143 let notify = Notify::new(); in notify_one_after_dropped_all() localVariable 160 let notify = Notify::new(); in test_notify_one_not_enabled() localVariable 169 let notify = Notify::new(); in test_notify_one_after_enable() localVariable [all …]
|
| /external/rust/crates/tokio/src/sync/tests/ |
| D | loom_notify.rs | 32 let notify = Arc::new(Notify::new()); in notify_waiters() localVariable 53 let notify = Arc::new(Notify::new()); in notify_waiters_and_one() localVariable 82 let notify = Arc::new(Notify::new()); in notify_multi() localVariable 87 let notify = notify.clone(); in notify_multi() localVariable 116 let notify = Arc::new(Notify::new()); in notify_drop() localVariable 153 let notify = Arc::new(Notify::new()); in notify_waiters_poll_consistency() localVariable 195 let notify = Arc::new(Notify::new()); in notify_waiters_poll_consistency_many() localVariable 231 let notify = Arc::new(Notify::new()); in notify_waiters_is_atomic() localVariable 282 let notify = Arc::new(Notify::new()); in notify_waiters_sequential_notified_await() localVariable 288 let notify = notify.clone(); in notify_waiters_sequential_notified_await() localVariable
|
| D | notify.rs | 34 let notify = Arc::new(Notify::new()); in notify_clones_waker_before_lock() localVariable 53 let notify = Arc::new(Notify::new()); in notify_waiters_handles_panicking_waker() localVariable 89 let notify = Notify::new(); in notify_simple() localVariable
|
| /external/grpc-grpc/test/cpp/ext/gcp/ |
| D | environment_autodetect_test.cc | 45 grpc_core::Notification* notify) { in GetNotifiedOnEnvironmentDetection() 57 grpc_core::Notification notify; in TEST_F() local 70 grpc_core::Notification notify; in TEST_F() local 83 grpc_core::Notification notify; in TEST_F() local 96 grpc_core::Notification notify; in TEST_F() local 109 grpc_core::Notification notify; in TEST_F() local 121 grpc_core::Notification notify[10]; in TEST_F() local
|
| /external/python/cpython2/PC/bdist_wininst/ |
| D | extract.c | 29 BOOL ensure_directory(char *pathname, char *new_part, NOTIFYPROC notify) in ensure_directory() 63 NOTIFYPROC notify) in map_new_file() 153 int uncomp_size, NOTIFYPROC notify) in extract_file() 204 NOTIFYPROC notify) in unzip_archive()
|
| /external/google-fruit/examples/multibindings/ |
| D | main.cpp | 32 void notify() override { in notify() function in Listener1 59 void notify() override { in notify() function in Listener2
|
| /external/android-nn-driver/test/ |
| D | DriverTestHelpers.cpp | 34 Return<void> ExecutionCallback::notify(V1_0::ErrorStatus status) in notify() function in driverTestHelpers::ExecutionCallback 56 Return<void> PreparedModelCallback::notify(V1_0::ErrorStatus status, in notify() function in driverTestHelpers::PreparedModelCallback 66 Return<void> PreparedModelCallback_1_2::notify(V1_0::ErrorStatus status, in notify() function in driverTestHelpers::PreparedModelCallback_1_2 86 Return<void> PreparedModelCallback_1_3::notify(V1_0::ErrorStatus status, in notify() function in driverTestHelpers::PreparedModelCallback_1_3
|
| /external/guice/core/src/com/google/inject/internal/ |
| D | CreationListener.java | 23 void notify(Errors errors); in notify() method
|
| D | ExposedKeyFactory.java | 38 public void notify(Errors errors) { in notify() method in ExposedKeyFactory
|
| /external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
| D | FieldObserver.java | 28 void notify( FieldGen field ); in notify() method
|
| D | InstructionListObserver.java | 28 void notify( InstructionList list ); in notify() method
|
| D | ClassObserver.java | 28 void notify( ClassGen clazz ); in notify() method
|
| D | MethodObserver.java | 28 void notify( MethodGen method ); in notify() method
|
| /external/pdfium/core/fpdfdoc/ |
| D | cpdf_formfield.cpp | 350 NotificationOption notify) { in SetValue() 413 NotificationOption notify) { in SetValue() 479 bool CPDF_FormField::ClearSelection(NotificationOption notify) { in ClearSelection() 505 bool CPDF_FormField::SetItemSelection(int index, NotificationOption notify) { in SetItemSelection() 610 NotificationOption notify) { in CheckControl() 680 NotificationOption notify) { in SetCheckValue()
|
| /external/pigweed/pw_rpc/public/pw_rpc/internal/ |
| D | synchronous_call_impl.h | 46 sync::TimedThreadNotification notify; member 71 sync::TimedThreadNotification notify; variable
|
| /external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gatt/ |
| D | persisted_data.h | 25 bool notify; member
|
| /external/grpc-grpc/src/ruby/lib/grpc/ |
| D | notifier.rb | 35 def notify(payload) method in GRPC.Notifier
|
| /external/autotest/frontend/client/src/autotest/moblab/wizard/ |
| D | NetworkInfoCard.java | 66 protected void validateNetworkInfo(final boolean notify) { in validateNetworkInfo()
|
| /external/angle/src/libANGLE/renderer/cl/ |
| D | CLProgramCL.cpp | 34 cl::Program *notify) in build() 54 cl::Program *notify) in compile()
|
| /external/mesa3d/src/gallium/frontends/clover/core/ |
| D | context.hpp | 76 const notify_action notify; member in clover::context
|
| /external/wayland/src/ |
| D | wayland-server-core.h | 417 wl_notify_func_t notify; member 472 wl_signal_get(struct wl_signal *signal, wl_notify_func_t notify) in wl_signal_get()
|
| /external/crosvm/devices/src/pci/pcie/ |
| D | pcie_rp.rs | 182 fn notify(&mut self) { in notify() method 199 fn notify(&mut self, requester_id: u16) { in notify() method
|
| /external/angle/src/libANGLE/ |
| D | CLPlatform.cpp | 229 ContextErrorCB notify, in CreateContext() 248 ContextErrorCB notify, in CreateContextFromType()
|
| /external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/ |
| D | VerifierFactory.java | 72 private static void notify( final String fully_qualified_classname ) { in notify() method in VerifierFactory
|
| /external/pigweed/pw_grpc/public/pw_grpc/ |
| D | send_queue.h | 56 sync::TimedThreadNotification notify; member
|