Home
last modified time | relevance | path

Searched defs:Events (Results 1 – 25 of 437) sorted by relevance

12345678910>>...18

/aosp_15_r20/external/rust/android-crates-io/crates/mio/src/event/
Devents.rs42 pub struct Events { struct
43 inner: sys::Events, argument
81 impl Events { impl
92 pub fn with_capacity(capacity: usize) -> Events { in with_capacity()
189 pub(crate) fn sys(&mut self) -> &mut sys::Events { in sys()
194 impl<'a> IntoIterator for &'a Events { implementation
226 impl fmt::Debug for Events { implementation
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/internal/oldtrace/
Dparser.go72 Events Events member
278 type Events struct { struct
283 n int
284 buckets []*[eventsBucketSize]Event
285 off int
290 func (l *Events) grow() *Event {
301 func (l *Events) append(v Event) *Event {
307 func (l *Events) Ptr(i int) *Event {
312 func (l *Events) index(i int) (int, int) {
319 func (l *Events) Len() int {
[all …]
/aosp_15_r20/external/bcc/docs/
H A Dreference_guide.md1619 ## Events section in bcc Python
1621 ### 1. attach_kprobe()
1644 ### 2. attach_kretprobe()
1669 ### 3. attach_tracepoint()
1710 ### 4. attach_uprobe()
1746 ### 5. attach_uretprobe()
1775 ### 6. USDT.enable_probe()
1795 ### 7. attach_raw_tracepoint()
1812 ### 8. attach_raw_socket()
1836 ### 9. attach_xdp()
[all …]
/aosp_15_r20/external/rust/crates/inotify/src/
Devents.rs25 pub struct Events<'a> { struct
32 impl<'a> Events<'a> { argument
45 impl<'a> Iterator for Events<'a> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/mio/src/sys/unix/selector/
Dkqueue.rs94 pub fn select(&self, events: &mut Events, timeout: Option<Duration>) -> io::Result<()> { in select()
327 pub struct Events(Vec<libc::kevent>); struct
329 impl Events { implementation
330 pub fn with_capacity(capacity: usize) -> Events { in with_capacity()
335 impl Deref for Events { implementation
343 impl DerefMut for Events { implementation
354 unsafe impl Send for Events {} implementation
355 unsafe impl Sync for Events {} implementation
Depoll.rs42 pub fn select(&self, events: &mut Events, timeout: Option<Duration>) -> io::Result<()> { in select()
133 pub type Events = Vec<Event>; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/xml-rs/src/
Dreader.rs113 pub struct Events<R: Read> { struct
118 impl<R: Read> Events<R> { argument
130 impl<R: Read> FusedIterator for Events<R> { implementation
133 impl<R: Read> Iterator for Events<R> { implementation
/aosp_15_r20/frameworks/base/packages/SystemUI/docs/
H A Dfalsing.md71 ### Single Tap
106 ### Double Tap
116 ### Swipes and Other Gestures
125 ### Ignoring A Gesture
138 ### Other Considerations
/aosp_15_r20/external/rust/android-crates-io/crates/mio/src/sys/windows/
Devent.rs124 pub struct Events { struct
136 impl Events { argument
137 pub fn with_capacity(cap: usize) -> Events { in with_capacity()
/aosp_15_r20/tools/netsim/rust/daemon/src/
H A Devents.rs107 pub struct Events { struct
113 impl Events { implementation
151 pub fn publish(s: &mut Arc<Mutex<Events>>, msg: Event) { in publish()
/aosp_15_r20/external/cronet/components/metrics/structured/docs/
H A Dsm_api.md19 ### Required Information
29 ### Project Example
45 ### Event Definition
/aosp_15_r20/external/virtio-media/
H A DREADME.md360 ## Events section in Virtio-media
367 ### Dequeued buffer events
383 ### Dequeued V4L2 event event
/aosp_15_r20/external/perfetto/docs/analysis/
H A Dtrace-processor.md60 ### Events subsection
69 #### Slices
80 #### Counters
/aosp_15_r20/frameworks/av/media/module/foundation/tests/
H A DAData_test.cpp34 struct Events { struct
35 int dtor;
36 int ctor_empty;
37 int ctor_copy;
/aosp_15_r20/out/soong/.intermediates/packages/providers/MediaProvider/photopicker/PhotopickerLib/android_common_apex30/kapt/gen/stubs/com/android/photopicker/core/events/
DEvents.java34 public final class Events { class
55 public Events(@org.jetbrains.annotations.NotNull() in Events() method in Events
/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/events/
DEvents.kt27 object Events { object
/aosp_15_r20/external/apache-harmony/jdwp/src/test/resources/org/apache/harmony/jpda/tests/jdwp/Events/
HDSourceDebugExtensionMockClass.classSourceDebugExtensionMockClass.java package org.apache.harmony.jpda.tests.jdwp.Events public org ...
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/docs/
H A Dadvanced.md1685 ### Defining Event Listeners
1735 ### Using Event Listeners
1780 ### Generating Failures in Listeners
/aosp_15_r20/external/googletest/docs/
H A Dadvanced.md1695 ### Defining Event Listeners
1745 ### Using Event Listeners
1790 ### Generating Failures in Listeners
/aosp_15_r20/external/cronet/third_party/googletest/src/docs/
H A Dadvanced.md1695 ### Defining Event Listeners
1745 ### Using Event Listeners
1790 ### Generating Failures in Listeners
/aosp_15_r20/external/rust/android-crates-io/crates/drm/src/control/
Dmod.rs1087 pub struct Events { struct
1093 impl Events { argument
1137 impl Iterator for Events { implementation
/aosp_15_r20/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/events/
DEvents.kt53 class Events( in <lambda>() class
/aosp_15_r20/external/pigweed/pw_rpc/
H A Ddesign.rst43 Events subsection
63 .. _module-pw_rpc-design-services:
/aosp_15_r20/cts/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/
H A DEvents.java41 final class Events { class
77 private Events(Context context) { in Events() method in Events
/aosp_15_r20/external/rust/android-crates-io/crates/mio/src/sys/shell/
Dselector.rs8 pub type Events = Vec<Event>; typedef
18 pub fn select(&self, _: &mut Events, _: Option<Duration>) -> io::Result<()> { in select()

12345678910>>...18