Home
last modified time | relevance | path

Searched defs:notify (Results 1 – 25 of 190) sorted by relevance

12345678

/external/rust/android-crates-io/crates/tokio/tests/
Dsync_notify.rs17 let notify = Notify::new(); in notify_notified_one() localVariable
26 let notify = Notify::new(); in notify_multi_notified_one() localVariable
42 let notify = Notify::new(); in notify_multi_notified_last() localVariable
58 let notify = Notify::new(); in notified_one_notify() localVariable
70 let notify = Notify::new(); in notified_multi_notify() localVariable
87 let notify = Notify::new(); in notify_notified_multi() localVariable
105 let notify = Notify::new(); in notified_drop_notified_notify() localVariable
122 let notify = Notify::new(); in notified_multi_notify_drop_one() localVariable
142 let notify = Notify::new(); in notified_multi_notify_one_drop() localVariable
164 let notify = Notify::new(); in notified_multi_notify_last_drop() localVariable
[all …]
/external/rust/android-crates-io/crates/tokio/src/sync/tests/
Dloom_notify.rs32 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
115 let notify = Arc::new(Notify::new()); in notify_drop() localVariable
152 let notify = Arc::new(Notify::new()); in notify_waiters_poll_consistency() localVariable
194 let notify = Arc::new(Notify::new()); in notify_waiters_poll_consistency_many() localVariable
230 let notify = Arc::new(Notify::new()); in notify_waiters_is_atomic() localVariable
281 let notify = Arc::new(Notify::new()); in notify_waiters_sequential_notified_await() localVariable
287 let notify = notify.clone(); in notify_waiters_sequential_notified_await() localVariable
Dnotify.rs34 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/
Denvironment_autodetect_test.cc45 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/google-fruit/examples/multibindings/
Dmain.cpp32 void notify() override { in notify() function in Listener1
59 void notify() override { in notify() function in Listener2
/external/android-nn-driver/test/
DDriverTestHelpers.cpp34 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/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DMethodObserver.java28 void notify( MethodGen method ); in notify() method
DFieldObserver.java28 void notify( FieldGen field ); in notify() method
DClassObserver.java28 void notify( ClassGen clazz ); in notify() method
DInstructionListObserver.java28 void notify( InstructionList list ); in notify() method
/external/guice/core/src/com/google/inject/internal/
DCreationListener.java23 void notify(Errors errors); in notify() method
DExposedKeyFactory.java38 public void notify(Errors errors) { in notify() method in ExposedKeyFactory
/external/pigweed/pw_rpc/public/pw_rpc/internal/
Dsynchronous_call_impl.h46 sync::TimedThreadNotification notify; member
71 sync::TimedThreadNotification notify; variable
/external/pigweed/pw_bluetooth_sapphire/host/gatt/public/pw_bluetooth_sapphire/internal/host/gatt/
Dpersisted_data.h25 bool notify; member
/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.cpp360 NotificationOption notify) { in SetValue()
429 NotificationOption notify) { in SetValue()
495 bool CPDF_FormField::ClearSelection(NotificationOption notify) { in ClearSelection()
521 bool CPDF_FormField::SetItemSelection(int index, NotificationOption notify) { in SetItemSelection()
640 NotificationOption notify) { in CheckControl()
710 NotificationOption notify) { in SetCheckValue()
/external/grpc-grpc/src/ruby/lib/grpc/
Dnotifier.rb35 def notify(payload) method in GRPC.Notifier
/external/perfetto/ui/src/base/
Devents.ts72 async notify(args: T): Promise<void> { method in EvtSource
/external/autotest/frontend/client/src/autotest/moblab/wizard/
DNetworkInfoCard.java66 protected void validateNetworkInfo(final boolean notify) { in validateNetworkInfo()
/external/angle/src/libANGLE/renderer/cl/
DCLProgramCL.cpp34 cl::Program *notify) in build()
54 cl::Program *notify) in compile()
/external/mesa3d/src/gallium/frontends/clover/core/
Dcontext.hpp76 const notify_action notify; member in clover::context
/external/wayland/src/
Dwayland-server-core.h417 wl_notify_func_t notify; member
472 wl_signal_get(struct wl_signal *signal, wl_notify_func_t notify) in wl_signal_get()
/external/angle/src/libANGLE/
DCLPlatform.cpp234 ContextErrorCB notify, in CreateContext()
260 ContextErrorCB notify, in CreateContextFromType()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/
DVerifierFactory.java72 private static void notify( final String fully_qualified_classname ) { in notify() method in VerifierFactory
/external/sandboxed-api/sandboxed_api/sandbox2/
Dsandbox2.h47 std::unique_ptr<Notify> notify) in Sandbox2()
/external/cronet/tot/components/prefs/
Ddefault_pref_store.cc45 bool notify = prefs_.SetValue(key, std::move(value)); in ReplaceDefaultValue() local

12345678