Home
last modified time | relevance | path

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

1234

/external/rust/android-crates-io/crates/mio/src/event/
Devents.rs42 pub struct Events { struct
43 inner: sys::Events, argument
81 impl Events { implementation
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
/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
/external/rust/android-crates-io/crates/inotify/src/
Devents.rs25 pub struct Events<'a> { struct
32 impl<'a> Events<'a> { argument
45 impl<'a> Iterator for Events<'a> { implementation
/external/rust/android-crates-io/crates/mio/src/sys/windows/
Devent.rs124 pub struct Events { struct
136 impl Events { impl
137 pub fn with_capacity(cap: usize) -> Events { in with_capacity()
/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
/external/bcc/docs/
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 …]
/external/cronet/tot/components/metrics/structured/docs/
Dsm_api.md19 ### Required Information
30 ### Project Example
46 ### Event Definition
/external/cronet/stable/components/metrics/structured/docs/
Dsm_api.md19 ### Required Information
30 ### Project Example
46 ### Event Definition
/external/virtio-media/
DREADME.md360 ## Events section in Virtio-media
367 ### Dequeued buffer events
383 ### Dequeued V4L2 event event
/external/perfetto/docs/analysis/
Dtrace-processor.md60 ### Events subsection
72 #### Slices
83 #### Counters
/external/apache-harmony/jdwp/src/test/resources/org/apache/harmony/jpda/tests/jdwp/Events/
DSourceDebugExtensionMockClass.classSourceDebugExtensionMockClass.java package org.apache.harmony.jpda.tests.jdwp.Events public org ...
/external/pigweed/pw_rpc/
Ddesign.rst43 Events subsection
63 .. _module-pw_rpc-design-services:
/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()
/external/pytorch/docs/source/elastic/
Devents.rst3 Events title
/external/rust/android-crates-io/crates/android_logger/src/
Did.rs17 Events, enumerator
/external/python/cpython3/Doc/library/
Dsys.monitoring.rst79 Events chapter
/external/perfetto/infra/perfetto.dev/src/
Dgen_sql_tables_reference.js99 const keys = {'Tracks': '1', 'Events': '2', 'Misc': 'z'}; property
/external/cronet/tot/third_party/boringssl/src/third_party/googletest/docs/
Dadvanced.md1685 ### Defining Event Listeners
1735 ### Using Event Listeners
1780 ### Generating Failures in Listeners
/external/googletest/docs/
Dadvanced.md1695 ### Defining Event Listeners
1745 ### Using Event Listeners
1790 ### Generating Failures in Listeners
/external/cronet/stable/third_party/googletest/src/docs/
Dadvanced.md1695 ### Defining Event Listeners
1745 ### Using Event Listeners
1790 ### Generating Failures in Listeners
/external/cronet/stable/third_party/boringssl/src/third_party/googletest/docs/
Dadvanced.md1685 ### Defining Event Listeners
1735 ### Using Event Listeners
1780 ### Generating Failures in Listeners
/external/cronet/tot/third_party/googletest/src/docs/
Dadvanced.md1695 ### Defining Event Listeners
1745 ### Using Event Listeners
1790 ### Generating Failures in Listeners
/external/openthread/src/core/common/
Dnotifier.hpp105 class Events class
116 Events(void) in Events() function in ot::Events
/external/rust/android-crates-io/crates/mio/src/sys/wasi/
Dmod.rs64 pub(crate) fn select(&self, events: &mut Events, timeout: Option<Duration>) -> io::Result<()> { in select()
256 pub(crate) type Events = Vec<Event>; typedef

1234