| /external/rust/crates/mio/src/event/ | 
| D | events.rs | 42 pub struct Events {  struct43     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
 
 | 
| /external/rust/crates/xml-rs/src/reader/ | 
| D | mod.rs | 89 pub struct Events<R: Read> {  struct94 impl<R: Read> Events<R> {  argument
 106 impl<R: Read> Iterator for Events<R> {  implementation
 
 | 
| /external/rust/crates/mio/src/sys/windows/ | 
| D | event.rs | 116 pub struct Events {  struct128 impl Events {  impl
 129     pub fn with_capacity(cap: usize) -> Events {  in with_capacity()
 
 | 
| D | selector.rs | 364     pub fn select(&mut self, events: &mut Events, timeout: Option<Duration>) -> io::Result<()> {  in select()442     pub fn select(&self, events: &mut Events, timeout: Option<Duration>) -> io::Result<()> {  in select()
 
 | 
| /external/rust/crates/mio/src/sys/unix/selector/ | 
| D | kqueue.rs | 90     pub fn select(&self, events: &mut Events, timeout: Option<Duration>) -> io::Result<()> {  in select()320 pub struct Events(Vec<libc::kevent>);  struct
 322 impl Events {  implementation
 323     pub fn with_capacity(capacity: usize) -> Events {  in with_capacity()
 328 impl Deref for Events {  implementation
 336 impl DerefMut for Events {  implementation
 347 unsafe impl Send for Events {}  implementation
 348 unsafe impl Sync for Events {}  implementation
 
 | 
| D | epoll.rs | 80     pub fn select(&self, events: &mut Events, timeout: Option<Duration>) -> io::Result<()> {  in select()188 pub type Events = Vec<Event>;  typedef
 
 | 
| /external/bcc/docs/ | 
| D | reference_guide.md | 1600 ## Events  section in bcc Python1602 ### 1. attach_kprobe()
 1625 ### 2. attach_kretprobe()
 1650 ### 3. attach_tracepoint()
 1691 ### 4. attach_uprobe()
 1727 ### 5. attach_uretprobe()
 1756 ### 6. USDT.enable_probe()
 1776 ### 7. attach_raw_tracepoint()
 1793 ### 8. attach_raw_socket()
 1817 ### 9. attach_xdp()
 [all …]
 
 | 
| /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/perfetto/docs/analysis/ | 
| D | trace-processor.md | 60 ### Events  subsection69 #### Slices
 80 #### Counters
 
 | 
| /external/rust/crates/mio/src/sys/shell/ | 
| D | selector.rs | 8 pub type Events = Vec<Event>;  typedef18     pub fn select(&self, _: &mut Events, _: Option<Duration>) -> io::Result<()> {  in select()
 
 | 
| /external/cronet/third_party/googletest/src/docs/ | 
| D | advanced.md | 1645 ### Defining Event Listeners1695 ### Using Event Listeners
 1740 ### Generating Failures in Listeners
 
 | 
| /external/googletest/docs/ | 
| D | advanced.md | 1978 ### Defining Event Listeners2026 ### Using Event Listeners
 2070 ### Generating Failures in Listeners
 
 | 
| /external/cronet/third_party/boringssl/src/third_party/googletest/docs/ | 
| D | advanced.md | 1947 ### Defining Event Listeners1995 ### Using Event Listeners
 2039 ### Generating Failures in Listeners
 
 | 
| /external/openthread/src/core/common/ | 
| D | notifier.hpp | 104 class Events  class117     Events(void)  in Events()  function in ot::Events
 
 | 
| /external/rust/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
 
 | 
| /external/perfetto/include/perfetto/ext/base/ | 
| D | metatrace_events.h | 95 enum Events : uint16_t {  enum
 | 
| /external/webrtc/sdk/android/src/java/org/webrtc/ | 
| D | CameraSession.java | 28   interface Events {  interface
 | 
| /external/tensorflow/tensorflow/core/profiler/backends/cpu/ | 
| D | traceme_recorder.h | 81   using Events = std::vector<ThreadEvents>;  variable
 | 
| /external/perfetto/infra/perfetto.dev/src/ | 
| D | gen_sql_tables_reference.js | 276     const keys = {'Tracks': '1', 'Events': '2', 'Misc': 'z'};  property
 | 
| /external/rust/crates/mio/src/ | 
| D | poll.rs | 410     pub fn poll(&mut self, events: &mut Events, timeout: Option<Duration>) -> io::Result<()> {  in poll()
 | 
| /external/tensorflow/tensorflow/core/profiler/utils/ | 
| D | event_span.h | 154   const std::vector<EventTypeSpan>& Events() const { return events_; }  in Events()  function
 | 
| /external/pigweed/pw_rpc/ | 
| D | docs.rst | 84 Events  subsection
 | 
| /external/armnn/src/profiling/test/ | 
| D | TimelineModel.hpp | 145 using Events = std::map<uint64_t, EventObj>;  typedef
 | 
| /external/deqp/doc/testspecs/VK/ | 
| D | apitests.adoc | 413 Events  subsection
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ | 
| D | Wasm.h | 271   std::vector<wasm::WasmEvent> Events;  variable
 |