Home
last modified time | relevance | path

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

123456

/external/rust/crates/tokio/tests/
Dsync_notify.rs13 let notify = Notify::new(); in notify_notified_one() localVariable
22 let notify = Notify::new(); in notified_one_notify() localVariable
34 let notify = Notify::new(); in notified_multi_notify() localVariable
51 let notify = Notify::new(); in notify_notified_multi() localVariable
69 let notify = Notify::new(); in notified_drop_notified_notify() localVariable
86 let notify = Notify::new(); in notified_multi_notify_drop_one() localVariable
110 let notify = Arc::new(Notify::new()); in notify_in_drop_after_wake() localVariable
140 let notify = Notify::new(); in notify_one_after_dropped_all() localVariable
/external/rust/crates/tokio/src/sync/tests/
Dloom_notify.rs27 let notify = Arc::new(Notify::new()); in notify_waiters() localVariable
48 let notify = Arc::new(Notify::new()); in notify_waiters_and_one() localVariable
77 let notify = Arc::new(Notify::new()); in notify_multi() localVariable
82 let notify = notify.clone(); in notify_multi() localVariable
111 let notify = Arc::new(Notify::new()); in notify_drop() localVariable
/external/python/cpython2/PC/bdist_wininst/
Dextract.c29 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/grpc-grpc/src/core/ext/transport/chttp2/client/
Dchttp2_connector.cc50 grpc_closure* notify; member
149 grpc_closure* notify = c->notify; in on_handshake_done() local
182 grpc_closure* notify = c->notify; in connected() local
200 grpc_closure* notify) { in chttp2_connector_connect()
/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/pdfium/core/fpdfdoc/
Dcpdf_formfield.cpp147 bool CPDF_FormField::ResetField(NotificationOption notify) { in ResetField()
334 NotificationOption notify) { in SetValue()
396 NotificationOption notify) { in SetValue()
460 bool CPDF_FormField::ClearSelection(NotificationOption notify) { in ClearSelection()
512 NotificationOption notify) { in SetItemSelection()
649 NotificationOption notify) { in CheckControl()
719 NotificationOption notify) { in SetCheckValue()
774 NotificationOption notify) { in SelectOption()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/client/
Dchttp2_connector.cc52 grpc_closure* notify) { in Connect()
109 grpc_closure* notify = self->notify_; in Connected() local
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DClassObserver.java28 void notify( ClassGen clazz ); in notify() method
DMethodObserver.java28 void notify( MethodGen method ); in notify() method
DFieldObserver.java28 void notify( FieldGen field ); in notify() method
DInstructionListObserver.java28 void notify( InstructionList list ); in notify() method
/external/pdfium/xfa/fwl/
Dcfwl_combolist.h27 void SetNotifyOwner(bool notify) { m_bNotifyOwner = notify; } in SetNotifyOwner()
/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/grpc-grpc/src/ruby/lib/grpc/
Dnotifier.rb35 def notify(payload) method in GRPC.Notifier
/external/mesa3d/src/gallium/frontends/clover/core/
Dcontext.hpp65 const notify_action notify; member in clover::context
Dcontext.cpp29 const notify_action &notify) : in context()
/external/autotest/frontend/client/src/autotest/moblab/wizard/
DNetworkInfoCard.java66 protected void validateNetworkInfo(final boolean notify) { in validateNetworkInfo()
/external/wayland/src/
Dwayland-server-core.h399 wl_notify_func_t notify; member
454 wl_signal_get(struct wl_signal *signal, wl_notify_func_t notify) in wl_signal_get()
/external/angle/src/libANGLE/renderer/cl/
DCLProgramCL.cpp52 cl_int CLProgramCL::build(const cl::DevicePtrs &devices, const char *options, cl::Program *notify) in build()
71 cl::Program *notify) in compile()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dconnector.cc35 grpc_closure* notify) { in grpc_connector_connect()
/external/angle/src/libANGLE/
DCLPlatform.cpp216 ContextErrorCB notify, in CreateContext()
236 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/owasp/sanitizer/empiricism/
Dhtml-containment.js1 var notify = []; variable
117 notify[notifyIndex] = function () { function

123456