Home
last modified time | relevance | path

Searched defs:Event (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/
Dgen_ar_event.hpp65 struct Event struct
68 Event() {} in Event() function
69 virtual ~Event() {} in ~Event() argument
72 virtual const uint32_t GetEventId() const = 0; argument
/external/rust/crates/vulkano/src/sync/
Devent.rs27 pub struct Event { struct
29 event: ash::vk::Event, argument
35 impl Event { impl
42 pub fn from_pool(device: Arc<Device>) -> Result<Event, OomError> { in from_pool()
66 pub fn alloc(device: Arc<Device>) -> Result<Event, OomError> { in alloc()
70 fn alloc_impl(device: Arc<Device>, must_put_in_pool: bool) -> Result<Event, OomError> { in alloc_impl()
163 unsafe impl DeviceOwned for Event { implementation
170 unsafe impl VulkanObject for Event { implementation
174 fn internal_object(&self) -> ash::vk::Event { in internal_object()
179 impl Drop for Event { implementation
/external/tensorflow/tensorflow/core/profiler/backends/cpu/
Dtraceme_recorder.h58 struct Event { struct
79 std::deque<Event> events; argument
/external/webrtc/modules/rtp_rtcp/source/
Ddtmf_queue.h23 struct Event { struct
33 bool AddDtmf(const Event& event); argument
/external/libchrome/base/test/launcher/
Dtest_launcher_tracer.h34 struct Event { struct
45 std::vector<Event> events_; argument
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/rand/
Durandom_test.cc42 struct Event { struct
51 explicit Event(Syscall syscall) : type(syscall) {} in Event() function
53 bool operator==(const Event &other) const { in operator ==() argument
60 static Event GetRandom(size_t length, unsigned flags) { in GetRandom() argument
67 static Event Open(const char *filename) { in Open() argument
73 static Event UrandomRead(size_t length) { in UrandomRead() argument
79 static Event UrandomIoctl() { in UrandomIoctl() argument
84 static Event Abort() { in Abort() argument
89 std::string String() const { in String()
121 static std::string ToString(const std::vector<Event> &trace) { in ToString() argument
/external/crosvm/base/src/
Devent.rs34 pub struct Event(pub(crate) PlatformEvent); struct
44 impl Event { impl
88 pub fn try_clone(&self) -> Result<Event> { in try_clone()
93 impl AsRawDescriptor for Event { implementation
99 impl FromRawDescriptor for Event { implementation
105 impl IntoRawDescriptor for Event { implementation
/external/cronet/base/test/launcher/
Dtest_launcher_tracer.h40 struct Event { struct
51 std::vector<Event> events_; argument
/external/rust/crates/mio/src/event/
Devent.rs17 pub struct Event { struct
18 inner: sys::Event, argument
21 impl Event { implementation
187 pub(crate) fn from_sys_event_ref(sys_event: &sys::Event) -> &Event { in from_sys_event_ref()
191 &*(sys_event as *const sys::Event as *const Event) in from_sys_event_ref() constant
202 impl fmt::Debug for Event { implementation
/external/openthread/examples/platforms/simulation/
Dplatform-simulation.h74 struct Event struct
77 uint8_t mEvent; argument
78 uint16_t mDataLength;
79 uint8_t mData[OT_EVENT_DATA_MAX_SIZE];
/external/skia/src/gpu/ganesh/geometry/
DGrAATriangulator.h35 struct Event { struct
36 Event(SSEdge* edge, const SkPoint& point, uint8_t alpha) in Event() function
46 bool operator() (Event* const &e1, Event* const &e2) { in operator() argument
/external/rust/crates/mio/src/sys/windows/
Devent.rs8 pub struct Event { struct
13 pub fn token(event: &Event) -> Token { in token() argument
17 impl Event { implementation
18 pub(super) fn new(token: Token) -> Event { in new()
34 pub(super) fn from_completion_status(status: &CompletionStatus) -> Event { in from_completion_status()
151 pub fn get(&self, idx: usize) -> Option<&Event> { in get()
/external/rust/crates/tracing-core/src/
Devent.rs23 pub struct Event<'a> { struct
29 impl<'a> Event<'a> { argument
/external/boringssl/src/crypto/fipsmodule/rand/
Durandom_test.cc67 struct Event { struct
79 explicit Event(Syscall syscall) : type(syscall) {} in Event() function
81 bool operator==(const Event &other) const { in operator ==() argument
87 static Event GetRandom(size_t length, unsigned flags) { in GetRandom() argument
94 static Event Open(const std::string &filename) { in Open() argument
100 static Event UrandomRead(size_t length) { in UrandomRead() argument
106 static Event Socket() { in Socket() argument
111 static Event Connect() { in Connect() argument
116 static Event SocketRead(size_t length) { in SocketRead() argument
122 static Event SocketClose() { in SocketClose() argument
[all …]
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/rand/
Durandom_test.cc67 struct Event { struct
79 explicit Event(Syscall syscall) : type(syscall) {} in Event() argument
81 bool operator==(const Event &other) const { in operator ==() argument
87 static Event GetRandom(size_t length, unsigned flags) { in GetRandom() argument
94 static Event Open(const std::string &filename) { in Open() argument
100 static Event UrandomRead(size_t length) { in UrandomRead() argument
106 static Event Socket() { in Socket() argument
111 static Event Connect() { in Connect() argument
116 static Event SocketRead(size_t length) { in SocketRead() argument
122 static Event SocketClose() { in SocketClose() argument
[all …]
/external/cronet/components/metrics/
Dmetrics_service_observer.h38 struct Event { struct
42 Event& operator=(const Event&);
47 MetricsLogsEventManager::LogEvent event;
51 double timestampMs;
54 absl::optional<std::string> message;
/external/tensorflow/tensorflow/core/distributed_runtime/
Dscheduler.h63 struct Event { struct
68 bool operator<(const Event& other) const { return time < other.time; } argument
/external/rust/crates/userfaultfd/src/
Devent.rs28 pub enum Event { enum
80 impl Event { impl
81 pub(crate) fn from_uffd_msg(msg: &raw::uffd_msg) -> Result<Event> { in from_uffd_msg()
/external/crosvm/cros_async/src/sys/unix/
Devent.rs16 pub fn new(event: Event, ex: &Executor) -> AsyncResult<EventAsync> { in new()
27 pub(crate) fn new_poll(event: Event, ex: &FdExecutor) -> AsyncResult<EventAsync> { in new_poll()
32 pub(crate) fn new_uring(event: Event, ex: &URingExecutor) -> AsyncResult<EventAsync> { in new_uring()
46 async fn go(event: Event, ex: &Executor) -> u64 { in next_val_reads_value()
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_posix.cc237 struct Event { struct
238 enum Type {
264 Event(Type type, const void *ptr = 0, uptr arg = 0, uptr arg2 = 0) in Event() argument
284 atomic_uintptr_t event; // Event* argument
/external/perfetto/src/traced/probes/ftrace/
Devent_info_constants.h150 struct Event { struct
156 // Field id of the subevent proto (e.g. PrintFtraceEvent) in the FtraceEvent argument
158 uint32_t proto_field_id;
163 uint16_t size;
/external/crosvm/media/libvda/src/decode/
Devent.rs62 pub enum Event { enum
94 impl Event { impl
97 pub(crate) unsafe fn new(event: bindings::vda_event_t) -> Result<Event> { in new()
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_memory.cc144 struct Event { struct
145 Event(int64_t _timestamp, bool _allocated, in Event() function
149 int64_t timestamp;
150 bool allocated;
151 const GraphMemory::LiveTensor* tensor;
153 bool operator<(const Event& other) const { in operator <()
/external/swiftshader/third_party/marl/include/marl/
Dtrace.h82 struct Event { struct
83 enum class Type : uint8_t {
116 char name[MaxEventNameLength] = {}; argument
124 struct BeginEvent : public Event { argument
/external/armnn/profiling/server/include/timelineDecoder/
DITimelineDecoder.hpp59 struct Event struct in arm::pipe::ITimelineDecoder
61 uint64_t m_Guid;
62 uint64_t m_TimeStamp;
63 uint64_t m_ThreadId;

12345678910>>...14