Home
last modified time | relevance | path

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

12

/external/rust/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
/external/rust/crates/xml-rs/src/reader/
Dmod.rs89 pub struct Events<R: Read> { struct
94 impl<R: Read> Events<R> { argument
106 impl<R: Read> Iterator for Events<R> { implementation
/external/rust/crates/mio/src/sys/windows/
Devent.rs116 pub struct Events { struct
128 impl Events { impl
129 pub fn with_capacity(cap: usize) -> Events { in with_capacity()
Dselector.rs364 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/
Dkqueue.rs90 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
Depoll.rs80 pub fn select(&self, events: &mut Events, timeout: Option<Duration>) -> io::Result<()> { in select()
188 pub type Events = Vec<Event>; typedef
/external/bcc/docs/
Dreference_guide.md1600 ## Events section in bcc Python
1602 ### 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/
DSourceDebugExtensionMockClass.classSourceDebugExtensionMockClass.java package org.apache.harmony.jpda.tests.jdwp.Events public org ...
/external/perfetto/docs/analysis/
Dtrace-processor.md60 ### Events subsection
69 #### Slices
80 #### Counters
/external/rust/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/cronet/third_party/googletest/src/docs/
Dadvanced.md1645 ### Defining Event Listeners
1695 ### Using Event Listeners
1740 ### Generating Failures in Listeners
/external/googletest/docs/
Dadvanced.md1978 ### Defining Event Listeners
2026 ### Using Event Listeners
2070 ### Generating Failures in Listeners
/external/cronet/third_party/boringssl/src/third_party/googletest/docs/
Dadvanced.md1947 ### Defining Event Listeners
1995 ### Using Event Listeners
2039 ### Generating Failures in Listeners
/external/openthread/src/core/common/
Dnotifier.hpp104 class Events class
117 Events(void) in Events() function in ot::Events
/external/rust/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
/external/perfetto/include/perfetto/ext/base/
Dmetatrace_events.h95 enum Events : uint16_t { enum
/external/webrtc/sdk/android/src/java/org/webrtc/
DCameraSession.java28 interface Events { interface
/external/tensorflow/tensorflow/core/profiler/backends/cpu/
Dtraceme_recorder.h81 using Events = std::vector<ThreadEvents>; variable
/external/perfetto/infra/perfetto.dev/src/
Dgen_sql_tables_reference.js276 const keys = {'Tracks': '1', 'Events': '2', 'Misc': 'z'}; property
/external/rust/crates/mio/src/
Dpoll.rs410 pub fn poll(&mut self, events: &mut Events, timeout: Option<Duration>) -> io::Result<()> { in poll()
/external/tensorflow/tensorflow/core/profiler/utils/
Devent_span.h154 const std::vector<EventTypeSpan>& Events() const { return events_; } in Events() function
/external/pigweed/pw_rpc/
Ddocs.rst84 Events subsection
/external/armnn/src/profiling/test/
DTimelineModel.hpp145 using Events = std::map<uint64_t, EventObj>; typedef
/external/deqp/doc/testspecs/VK/
Dapitests.adoc413 Events subsection
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h271 std::vector<wasm::WasmEvent> Events; variable

12