Home
last modified time | relevance | path

Searched defs:notify (Results 1 – 25 of 138) 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_multi() localVariable
53 let notify = notify.clone(); in notify_multi() localVariable
82 let notify = Arc::new(Notify::new()); in notify_drop() localVariable
/external/llvm-project/lldb/source/Target/
DPathMappingList.cpp64 ConstString replacement, bool notify) { in Append()
71 void PathMappingList::Append(const PathMappingList &rhs, bool notify) { in Append()
84 bool notify) { in Insert()
99 bool notify) { in Replace()
109 bool PathMappingList::Remove(size_t index, bool notify) { in Remove()
139 void PathMappingList::Clear(bool notify) { in Clear()
246 ConstString new_path, bool notify) { in Replace()
258 bool PathMappingList::Remove(ConstString path, bool notify) { in Remove()
/external/python/cpython3/PC/bdist_wininst/
Dextract.c28 BOOL ensure_directory(char *pathname, char *new_part, NOTIFYPROC notify) in ensure_directory()
62 NOTIFYPROC notify) in map_new_file()
152 int uncomp_size, NOTIFYPROC notify) in extract_file()
203 NOTIFYPROC notify) in unzip_archive()
/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/llvm-project/lldb/source/Breakpoint/
DBreakpointList.cpp31 break_id_t BreakpointList::Add(BreakpointSP &bp_sp, bool notify) { in Add()
45 bool BreakpointList::Remove(break_id_t break_id, bool notify) { in Remove()
82 void BreakpointList::RemoveAll(bool notify) { in RemoveAll()
94 void BreakpointList::RemoveAllowed(bool notify) { in RemoveAllowed()
DWatchpointList.cpp21 lldb::watch_id_t WatchpointList::Add(const WatchpointSP &wp_sp, bool notify) { in Add()
168 bool WatchpointList::Remove(lldb::watch_id_t watch_id, bool notify) { in Remove()
229 void WatchpointList::RemoveAll(bool notify) { in RemoveAll()
/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/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DFieldObserver.java28 void notify( FieldGen field ); in notify() method
DInstructionListObserver.java28 void notify( InstructionList list ); in notify() method
DClassObserver.java28 void notify( ClassGen clazz ); in notify() method
DMethodObserver.java28 void notify( MethodGen method ); 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
/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/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/grpc-grpc/src/core/ext/filters/client_channel/
Dconnector.cc35 grpc_closure* notify) { in grpc_connector_connect()
/external/skqp/src/compute/skc/
Dsurface.c48 skc_surface_render_notify notify, in skc_surface_render()
/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/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()

123456