/aosp_15_r20/external/rust/android-crates-io/crates/mio/src/event/ |
D | events.rs | 42 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/ |
D | parser.go | 72 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 D | reference_guide.md | 1619 ## 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/ |
D | events.rs | 25 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/ |
D | kqueue.rs | 94 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
|
D | epoll.rs | 42 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/ |
D | reader.rs | 113 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 D | falsing.md | 71 ### 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/ |
D | event.rs | 124 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 D | events.rs | 107 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 D | sm_api.md | 19 ### Required Information 29 ### Project Example 45 ### Event Definition
|
/aosp_15_r20/external/virtio-media/ |
H A D | README.md | 360 ## Events section in Virtio-media 367 ### Dequeued buffer events 383 ### Dequeued V4L2 event event
|
/aosp_15_r20/external/perfetto/docs/analysis/ |
H A D | trace-processor.md | 60 ### Events subsection 69 #### Slices 80 #### Counters
|
/aosp_15_r20/frameworks/av/media/module/foundation/tests/ |
H A D | AData_test.cpp | 34 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/ |
D | Events.java | 34 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/ |
D | Events.kt | 27 object Events { object
|
/aosp_15_r20/external/apache-harmony/jdwp/src/test/resources/org/apache/harmony/jpda/tests/jdwp/Events/ |
HD | SourceDebugExtensionMockClass.class | SourceDebugExtensionMockClass.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 D | advanced.md | 1685 ### Defining Event Listeners 1735 ### Using Event Listeners 1780 ### Generating Failures in Listeners
|
/aosp_15_r20/external/googletest/docs/ |
H A D | advanced.md | 1695 ### Defining Event Listeners 1745 ### Using Event Listeners 1790 ### Generating Failures in Listeners
|
/aosp_15_r20/external/cronet/third_party/googletest/src/docs/ |
H A D | advanced.md | 1695 ### Defining Event Listeners 1745 ### Using Event Listeners 1790 ### Generating Failures in Listeners
|
/aosp_15_r20/external/rust/android-crates-io/crates/drm/src/control/ |
D | mod.rs | 1087 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/ |
D | Events.kt | 53 class Events( in <lambda>() class
|
/aosp_15_r20/external/pigweed/pw_rpc/ |
H A D | design.rst | 43 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 D | Events.java | 41 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/ |
D | selector.rs | 8 pub type Events = Vec<Event>; typedef 18 pub fn select(&self, _: &mut Events, _: Option<Duration>) -> io::Result<()> { in select()
|