Home
last modified time | relevance | path

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

12345

/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/
Dgen_ar_event.hpp55 struct Event struct
57 Event() {} in Event() argument
58 virtual ~Event() {} in ~Event() argument
/external/tensorflow/tensorflow/core/profiler/internal/
Dtraceme_recorder.h45 struct Event { struct
57 std::vector<Event> events; argument
/external/v8/src/heap/
Dmemory-reducer.h104 struct Event { struct
105 EventType type; argument
115 void NotifyMarkCompact(const Event& event); argument
/external/perfetto/src/traced/probes/ftrace/
Devent_info_constants.h148 struct Event { struct
150 Event(const char* event_name, const char* event_group) in Event() function
158 // Field id of the subevent proto (e.g. PrintFtraceEvent) in the FtraceEvent argument
160 uint32_t proto_field_id;
165 uint16_t size;
/external/tensorflow/tensorflow/core/distributed_runtime/
Dscheduler.h63 struct Event { struct
68 bool operator<(const Event& other) const { return time < other.time; } argument
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_memory.cc145 struct Event { struct
146 Event(int64 _timestamp, bool _allocated, in Event() argument
150 int64 timestamp;
151 bool allocated;
152 const GraphMemory::LiveTensor* tensor;
154 bool operator<(const Event& other) const { in operator <()
/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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DPerfHelper.h90 const std::function<void(const PerfEvent &Event, int64_t Value)> &Callback, in Measure()
92 for (const auto &Event : Events) { in Measure() local
DPerfHelper.cpp91 Counter::Counter(const PerfEvent &Event) { in Counter()
125 Counter::Counter(const PerfEvent &Event) {} in Counter()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DEvent.java34 public class Event { class
49 Event(byte eventKind, byte suspendPolicy, List<EventMod> mods) { in Event() method in Event
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DDispatchStatistics.cpp23 void DispatchStatistics::onEvent(const HWStallEvent &Event) { in onEvent()
28 void DispatchStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent()
DRetireControlUnitStatistics.cpp22 void RetireControlUnitStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent()
/external/swiftshader/src/Vulkan/
DVkEvent.hpp23 class Event : public Object<Event, VkEvent> class
26 Event(const VkEventCreateInfo* pCreateInfo, void* mem) in Event() function in vk::Event
/external/nist-sip/java/gov/nist/javax/sip/header/
DEvent.java45 public class Event extends ParametersHeader implements EventHeader { class
57 public Event() { in Event() method in Event
/external/sl4a/Common/src/com/googlecode/android_scripting/event/
DEvent.java21 public class Event { class
27 public Event(String name, Object data) { in Event() method in Event
/external/webrtc/webrtc/base/
Dhttpbase_unittest.cc50 struct Event { struct in rtc::HttpBaseTest
51 EventType event;
52 bool chunked;
53 size_t data_size;
54 HttpMode mode;
55 HttpError err;
/external/mockito/src/main/java/org/mockito/internal/listeners/
DVerificationStartedNotifier.java31 static class Event implements VerificationStartedEvent { class in VerificationStartedNotifier
35 public Event(MockingDetails originalMockingDetails) { in Event() method in VerificationStartedNotifier.Event
DStubbingLookupNotifier.java29 static class Event implements StubbingLookupEvent { class in StubbingLookupNotifier
35 public Event(Invocation invocation, in Event() method in StubbingLookupNotifier.Event
/external/skia/samplecode/
DSample.cpp20 Sample::Event::Event() : Event("") {} in Event() function in Sample::Event
22 Sample::Event::Event(const Event& that) { in Event() function in Sample::Event
26 Sample::Event::Event(const char type[]) : fType(type), f32(0) { in Event() function in Sample::Event
73 bool Sample::onEvent(const Event&) { in onEvent()
/external/skqp/samplecode/
DSample.cpp20 Sample::Event::Event() : Event("") {} in Event() function in Sample::Event
22 Sample::Event::Event(const Event& that) { in Event() function in Sample::Event
26 Sample::Event::Event(const char type[]) : fType(type), f32(0) { in Event() function in Sample::Event
73 bool Sample::onEvent(const Event&) { in onEvent()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/events/
DEvent.java24 public abstract class Event { class
32 public Event(Mark startMark, Mark endMark) { in Event() method in Event
/external/oj-libjdwp/src/share/classes/com/sun/jdi/event/
DEvent.java47 public interface Event extends Mirror { interface
/external/tensorflow/tensorflow/core/kernels/
Dsummary_interface.h26 class Event; variable
/external/tensorflow/tensorflow/stream_executor/
Devent.cc24 Event::Event(StreamExecutor* stream_exec) in Event() function in stream_executor::Event
/external/python/cpython3/Doc/library/
Dasyncio-sync.rst82 Event chapter

12345