| /external/rust/crates/mio/src/event/ |
| D | events.rs | 42 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/ |
| D | event.rs | 117 pub struct Events { struct 129 impl Events { argument 130 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 | 100 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
|
| D | epoll.rs | 54 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/ |
| D | DirectoryWatcherTest.cpp | 284 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/ |
| D | reference_guide.md | 963 ## 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/ |
| 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 subsection 69 #### Slices 80 #### Counters
|
| /external/rust/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/llvm-project/clang/lib/DirectoryWatcher/ |
| D | DirectoryScanner.cpp | 44 std::vector<DirectoryWatcher::Event> Events; in getAsFileEvents() local
|
| /external/googletest/docs/ |
| D | advanced.md | 1978 ### Defining Event Listeners 2026 ### Using Event Listeners 2070 ### Generating Failures in Listeners
|
| /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/internal/cpu/ |
| D | traceme_recorder.h | 81 using Events = std::vector<ThreadEvents>; variable
|
| /external/llvm-project/parallel-libs/acxxel/tests/ |
| D | multi_device_test.cpp | 52 TEST_P(MultiDeviceTest, Events) { in TEST_P() argument
|
| /external/llvm-project/clang/unittests/AST/ |
| D | RecursiveASTVisitorTest.cpp | 81 std::vector<VisitEvent> Events; member in __anon45b46d340111::CollectInterestingEvents
|
| /external/perfetto/infra/perfetto.dev/src/ |
| D | gen_sql_tables_reference.js | 250 const keys = {'Tracks': '1', 'Events': '2', 'Misc': 'z'}; property
|
| /external/rust/crates/mio/src/ |
| D | poll.rs | 313 pub fn poll(&mut self, events: &mut Events, timeout: Option<Duration>) -> io::Result<()> { in poll()
|
| /external/llvm-project/clang-tools-extra/clangd/unittests/support/ |
| D | TraceTests.cpp | 116 auto *Events = in TEST() local
|
| /external/tensorflow/tensorflow/core/profiler/utils/ |
| D | event_span.h | 153 const std::vector<EventTypeSpan>& Events() const { return events_; } in Events() function
|
| /external/llvm-project/lldb/tools/debugserver/source/ |
| D | RNBContext.h | 66 PThreadEvent &Events() { return m_events; } in Events() function
|
| /external/llvm-project/clang/lib/DirectoryWatcher/mac/ |
| D | DirectoryWatcher-mac.cpp | 112 std::vector<DirectoryWatcher::Event> Events; in eventStreamCallback() local
|
| /external/llvm-project/clang/lib/DirectoryWatcher/linux/ |
| D | DirectoryWatcher-linux.cpp | 85 std::queue<DirectoryWatcher::Event> Events; member in __anonc2a26de20111::EventQueue
|
| /external/deqp/doc/testspecs/VK/ |
| D | apitests.adoc | 413 Events subsection
|