/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/ |
D | gen_ar_event.hpp | 55 struct Event struct 57 Event() {} in Event() argument 58 virtual ~Event() {} in ~Event() argument
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | traceme_recorder.h | 45 struct Event { struct 57 std::vector<Event> events; argument
|
/external/v8/src/heap/ |
D | memory-reducer.h | 104 struct Event { struct 105 EventType type; argument 115 void NotifyMarkCompact(const Event& event); argument
|
/external/perfetto/src/traced/probes/ftrace/ |
D | event_info_constants.h | 148 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/ |
D | scheduler.h | 63 struct Event { struct 68 bool operator<(const Event& other) const { return time < other.time; } argument
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | graph_memory.cc | 145 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/ |
D | tsan_test_util_posix.cc | 237 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/ |
D | PerfHelper.h | 90 const std::function<void(const PerfEvent &Event, int64_t Value)> &Callback, in Measure() 92 for (const auto &Event : Events) { in Measure() local
|
D | PerfHelper.cpp | 91 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/ |
D | Event.java | 34 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/ |
D | DispatchStatistics.cpp | 23 void DispatchStatistics::onEvent(const HWStallEvent &Event) { in onEvent() 28 void DispatchStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent()
|
D | RetireControlUnitStatistics.cpp | 22 void RetireControlUnitStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent()
|
/external/swiftshader/src/Vulkan/ |
D | VkEvent.hpp | 23 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/ |
D | Event.java | 45 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/ |
D | Event.java | 21 public class Event { class 27 public Event(String name, Object data) { in Event() method in Event
|
/external/webrtc/webrtc/base/ |
D | httpbase_unittest.cc | 50 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/ |
D | VerificationStartedNotifier.java | 31 static class Event implements VerificationStartedEvent { class in VerificationStartedNotifier 35 public Event(MockingDetails originalMockingDetails) { in Event() method in VerificationStartedNotifier.Event
|
D | StubbingLookupNotifier.java | 29 static class Event implements StubbingLookupEvent { class in StubbingLookupNotifier 35 public Event(Invocation invocation, in Event() method in StubbingLookupNotifier.Event
|
/external/skia/samplecode/ |
D | Sample.cpp | 20 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/ |
D | Sample.cpp | 20 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/ |
D | Event.java | 24 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/ |
D | Event.java | 47 public interface Event extends Mirror { interface
|
/external/tensorflow/tensorflow/core/kernels/ |
D | summary_interface.h | 26 class Event; variable
|
/external/tensorflow/tensorflow/stream_executor/ |
D | event.cc | 24 Event::Event(StreamExecutor* stream_exec) in Event() function in stream_executor::Event
|
/external/python/cpython3/Doc/library/ |
D | asyncio-sync.rst | 82 Event chapter
|