Home
last modified time | relevance | path

Searched defs:Events (Results 1 – 25 of 36) 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/mio/src/sys/windows/
Devent.rs117 pub struct Events { struct
129 impl Events { argument
130 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.rs100 pub fn select(&self, events: &mut Events, timeout: Option<Duration>) -> io::Result<()> { in select()
330 pub struct Events(Vec<libc::kevent>); struct
332 impl Events { impl
333 pub fn with_capacity(capacity: usize) -> Events { in with_capacity()
338 impl Deref for Events { implementation
346 impl DerefMut for Events { implementation
357 unsafe impl Send for Events {} implementation
358 unsafe impl Sync for Events {} implementation
Depoll.rs54 pub fn select(&self, events: &mut Events, timeout: Option<Duration>) -> io::Result<()> { in select()
147 pub type Events = Vec<Event>; typedef
/external/llvm-project/clang/unittests/DirectoryWatcher/
DDirectoryWatcherTest.cpp284 bool IsInitial) { in TEST()
338 [&TestConsumer](llvm::ArrayRef<DirectoryWatcher::Event> Events, in TEST()
339 bool IsInitial) { in TEST()
366 bool IsInitial) { in TEST()
420 [&TestConsumer](llvm::ArrayRef<DirectoryWatcher::Event> Events, in TEST()
442 [&TestConsumer](llvm::ArrayRef<DirectoryWatcher::Event> Events, in TEST()
443 bool IsInitial) { in TEST()
480 bool IsInitial) { in TEST()
/external/bcc/docs/
Dreference_guide.md963 ## Events section in bcc Python
965 ### 1. attach_kprobe()
987 ### 2. attach_kretprobe()
1009 ### 3. attach_tracepoint()
1048 ### 4. attach_uprobe()
1079 ### 5. attach_uretprobe()
1108 ### 6. USDT.enable_probe()
1128 ### 7. attach_raw_tracepoint()
/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/llvm-project/clang/lib/DirectoryWatcher/
DDirectoryScanner.cpp44 std::vector<DirectoryWatcher::Event> Events; in getAsFileEvents() local
/external/googletest/docs/
Dadvanced.md1978 ### Defining Event Listeners
2026 ### Using Event Listeners
2070 ### Generating Failures in Listeners
/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/internal/cpu/
Dtraceme_recorder.h81 using Events = std::vector<ThreadEvents>; variable
/external/llvm-project/parallel-libs/acxxel/tests/
Dmulti_device_test.cpp52 TEST_P(MultiDeviceTest, Events) { in TEST_P() argument
/external/llvm-project/clang/unittests/AST/
DRecursiveASTVisitorTest.cpp81 std::vector<VisitEvent> Events; member in __anon45b46d340111::CollectInterestingEvents
/external/perfetto/infra/perfetto.dev/src/
Dgen_sql_tables_reference.js250 const keys = {'Tracks': '1', 'Events': '2', 'Misc': 'z'}; property
/external/rust/crates/mio/src/
Dpoll.rs313 pub fn poll(&mut self, events: &mut Events, timeout: Option<Duration>) -> io::Result<()> { in poll()
/external/llvm-project/clang-tools-extra/clangd/unittests/support/
DTraceTests.cpp116 auto *Events = in TEST() local
/external/tensorflow/tensorflow/core/profiler/utils/
Devent_span.h153 const std::vector<EventTypeSpan>& Events() const { return events_; } in Events() function
/external/llvm-project/lldb/tools/debugserver/source/
DRNBContext.h66 PThreadEvent &Events() { return m_events; } in Events() function
/external/llvm-project/clang/lib/DirectoryWatcher/mac/
DDirectoryWatcher-mac.cpp112 std::vector<DirectoryWatcher::Event> Events; in eventStreamCallback() local
/external/llvm-project/clang/lib/DirectoryWatcher/linux/
DDirectoryWatcher-linux.cpp85 std::queue<DirectoryWatcher::Event> Events; member in __anonc2a26de20111::EventQueue
/external/deqp/doc/testspecs/VK/
Dapitests.adoc413 Events subsection

12