| /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 { 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/ |
| 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
|
| /external/rust/android-crates-io/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
|
| /external/rust/android-crates-io/crates/mio/src/sys/windows/ |
| D | event.rs | 124 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/ |
| 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
|
| /external/bcc/docs/ |
| 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 …]
|
| /external/cronet/tot/components/metrics/structured/docs/ |
| D | sm_api.md | 19 ### Required Information 30 ### Project Example 46 ### Event Definition
|
| /external/cronet/stable/components/metrics/structured/docs/ |
| D | sm_api.md | 19 ### Required Information 30 ### Project Example 46 ### Event Definition
|
| /external/virtio-media/ |
| D | README.md | 360 ## Events section in Virtio-media 367 ### Dequeued buffer events 383 ### Dequeued V4L2 event event
|
| /external/perfetto/docs/analysis/ |
| D | trace-processor.md | 60 ### Events subsection 72 #### Slices 83 #### Counters
|
| /external/apache-harmony/jdwp/src/test/resources/org/apache/harmony/jpda/tests/jdwp/Events/ |
| D | SourceDebugExtensionMockClass.class | SourceDebugExtensionMockClass.java
package org.apache.harmony.jpda.tests.jdwp.Events
public org ... |
| /external/pigweed/pw_rpc/ |
| D | design.rst | 43 Events subsection 63 .. _module-pw_rpc-design-services:
|
| /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()
|
| /external/pytorch/docs/source/elastic/ |
| D | events.rst | 3 Events title
|
| /external/rust/android-crates-io/crates/android_logger/src/ |
| D | id.rs | 17 Events, enumerator
|
| /external/python/cpython3/Doc/library/ |
| D | sys.monitoring.rst | 79 Events chapter
|
| /external/perfetto/infra/perfetto.dev/src/ |
| D | gen_sql_tables_reference.js | 99 const keys = {'Tracks': '1', 'Events': '2', 'Misc': 'z'}; property
|
| /external/cronet/tot/third_party/boringssl/src/third_party/googletest/docs/ |
| D | advanced.md | 1685 ### Defining Event Listeners 1735 ### Using Event Listeners 1780 ### Generating Failures in Listeners
|
| /external/googletest/docs/ |
| D | advanced.md | 1695 ### Defining Event Listeners 1745 ### Using Event Listeners 1790 ### Generating Failures in Listeners
|
| /external/cronet/stable/third_party/googletest/src/docs/ |
| D | advanced.md | 1695 ### Defining Event Listeners 1745 ### Using Event Listeners 1790 ### Generating Failures in Listeners
|
| /external/cronet/stable/third_party/boringssl/src/third_party/googletest/docs/ |
| D | advanced.md | 1685 ### Defining Event Listeners 1735 ### Using Event Listeners 1780 ### Generating Failures in Listeners
|
| /external/cronet/tot/third_party/googletest/src/docs/ |
| D | advanced.md | 1695 ### Defining Event Listeners 1745 ### Using Event Listeners 1790 ### Generating Failures in Listeners
|
| /external/openthread/src/core/common/ |
| D | notifier.hpp | 105 class Events class 116 Events(void) in Events() function in ot::Events
|
| /external/rust/android-crates-io/crates/mio/src/sys/wasi/ |
| D | mod.rs | 64 pub(crate) fn select(&self, events: &mut Events, timeout: Option<Duration>) -> io::Result<()> { in select() 256 pub(crate) type Events = Vec<Event>; typedef
|