/third_party/rust/crates/tracing/tracing-subscriber/tests/ |
D | event_enabling.rs | 27 fn on_event(&self, _event: &Event<'_>, _ctx: Context<'_, C>) { in on_event() function
|
D | support.rs | 214 fn on_event(&self, event: &Event<'_>, cx: Context<'_, S>) { in on_event() function
|
/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/ |
D | gstipcpipelinecomm.h | 80 void (*on_event) (guint32, GstEvent *, gboolean, gpointer); member
|
D | gstipcpipelinesink.c | 453 on_event (guint32 id, GstEvent * event, gboolean upstream, gpointer user_data) in on_event() function
|
D | gstipcpipelinesrc.c | 685 on_event (guint32 id, GstEvent * event, gboolean upstream, gpointer user_data) in on_event() function
|
/third_party/ffmpeg/libavfilter/ |
D | framesync.h | 172 int (*on_event)(struct FFFrameSync *fs); member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
D | fst.h | 207 void (*on_event)(enum fst_event_type event_type, struct fst_iface *i, member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/ |
D | fst.h | 207 void (*on_event)(enum fst_event_type event_type, struct fst_iface *i, member
|
/third_party/rust/crates/tracing/tracing-subscriber/src/layer/ |
D | mod.rs | 909 fn on_event(&self, _event: &Event<'_>, _ctx: Context<'_, S>) {} in on_event() method 1610 fn on_event(&self, event: &Event<'_>, ctx: Context<'_, S>) { in on_event() function
|
D | tests.rs | 132 fn on_event(&self, event: &Event<'_>, ctx: Context<'_, S>) { in context_event_span() function
|
D | layered.rs | 311 fn on_event(&self, event: &Event<'_>, ctx: Context<'_, S>) { in on_event() function
|
/third_party/rust/crates/tracing/tracing-opentelemetry/src/ |
D | metrics.rs | 360 fn on_event(&self, event: &tracing::Event<'_>, _ctx: Context<'_, S>) { in on_event() function
|
D | layer.rs | 807 fn on_event(&self, event: &Event<'_>, ctx: Context<'_, S>) { in on_event() function
|
/third_party/rust/crates/tracing/tracing-journald/src/ |
D | lib.rs | 238 fn on_event(&self, event: &Event, ctx: Context<S>) { in on_event() function
|
/third_party/rust/crates/tracing/tracing-subscriber/src/ |
D | reload.rs | 158 fn on_event(&self, event: &Event<'_>, ctx: layer::Context<'_, S>) { in on_event() function
|
/third_party/nghttp2/src/ |
D | shrpx_https_upstream.cc | 795 int HttpsUpstream::on_event() { return 0; } in on_event() function in shrpx::HttpsUpstream
|
/third_party/rust/crates/tracing/tracing-subscriber/src/filter/layer_filters/ |
D | mod.rs | 723 fn on_event(&self, event: &Event<'_>, cx: Context<'_, S>) { in on_event() function
|
/third_party/rust/crates/tracing/tracing-subscriber/src/fmt/ |
D | fmt_layer.rs | 904 fn on_event(&self, event: &Event<'_>, ctx: Context<'_, S>) { in on_event() function
|
/third_party/node/test/fixtures/wpt/resources/ |
D | testharness.js | 797 function on_event(object, event, callback) function
|