Home
last modified time | relevance | path

Searched refs:onEvent (Results 1 – 25 of 33) sorted by relevance

12

/external/llvm-project/llvm/include/llvm/MCA/
DHWEventListener.h164 virtual void onEvent(const HWInstructionEvent &Event) {} in onEvent() function
165 virtual void onEvent(const HWStallEvent &Event) {} in onEvent() function
166 virtual void onEvent(const HWPressureEvent &Event) {} in onEvent() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DHWEventListener.h164 virtual void onEvent(const HWInstructionEvent &Event) {} in onEvent() function
165 virtual void onEvent(const HWStallEvent &Event) {} in onEvent() function
166 virtual void onEvent(const HWPressureEvent &Event) {} in onEvent() function
/external/llvm-project/llvm/tools/llvm-mca/Views/
DDispatchStatistics.h69 void onEvent(const HWStallEvent &Event) override;
71 void onEvent(const HWInstructionEvent &Event) override;
DDispatchStatistics.cpp21 void DispatchStatistics::onEvent(const HWStallEvent &Event) { in onEvent() function in llvm::mca::DispatchStatistics
26 void DispatchStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::DispatchStatistics
DBottleneckAnalysis.h330 void onEvent(const HWStallEvent &Event) override { SeenStallCycles = true; } in onEvent() function
331 void onEvent(const HWPressureEvent &Event) override;
332 void onEvent(const HWInstructionEvent &Event) override;
DRetireControlUnitStatistics.h52 void onEvent(const HWInstructionEvent &Event) override;
DResourcePressureView.h91 void onEvent(const HWInstructionEvent &Event) override;
DRegisterFileStatistics.h74 void onEvent(const HWInstructionEvent &Event) override;
DSummaryView.h88 void onEvent(const HWInstructionEvent &Event) override;
DSchedulerStatistics.h76 void onEvent(const HWInstructionEvent &Event) override;
DTimelineView.h170 void onEvent(const HWInstructionEvent &Event) override;
DRetireControlUnitStatistics.cpp31 void RetireControlUnitStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::RetireControlUnitStatistics
DSummaryView.cpp40 void SummaryView::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::SummaryView
DSchedulerStatistics.cpp44 void SchedulerStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::SchedulerStatistics
DRegisterFileStatistics.cpp77 void RegisterFileStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::RegisterFileStatistics
/external/skqp/samplecode/
DSamplePdfFileViewer.cpp69 virtual bool onEvent(const SkEvent& evt) { in onEvent() function in PdfFileViewer
73 return this->INHERITED::onEvent(evt); in onEvent()
DSample.cpp70 return this->onEvent(evt); in doEvent()
73 bool Sample::onEvent(const Event&) { in onEvent() function in Sample
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
DTweenCallback.java44 public void onEvent(int type, BaseTween<?> source); in onEvent() method
/external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/
DTimelineApplet.java124 @Override public void onEvent(EventType eventType, BaseTween source) { in initTimeline()
130 @Override public void onEvent(EventType eventType, BaseTween source) { in initTimeline()
169 @Override public void stateChanged(ChangeEvent e) {onEvent();} in stateChanged()
170 @Override public void actionPerformed(ActionEvent e) {onEvent();} in actionPerformed()
171 private void onEvent() { in onEvent() method in TimelineApplet.OptionsListener
266 @Override public void onEvent(EventType eventType, BaseTween source) { in createTimeline()
272 @Override public void onEvent(EventType eventType, BaseTween source) { in createTimeline()
DTweenApplet.java107 @Override public void stateChanged(ChangeEvent e) {onEvent();} in stateChanged()
108 @Override public void actionPerformed(ActionEvent e) {onEvent();} in actionPerformed()
109 private void onEvent() { in onEvent() method in TweenApplet.OptionsListener
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/Stages/
DStage.h81 Listener->onEvent(Event); in notifyEvent()
/external/llvm-project/llvm/include/llvm/MCA/Stages/
DStage.h81 Listener->onEvent(Event); in notifyEvent()
/external/perfetto/ui/src/chrome_extension/
Ddevtools_socket.ts27 chrome.debugger.onEvent.addListener((_source, method, params) => {
/external/opencensus-java/impl/src/main/java/io/opencensus/impl/internal/
DDisruptorEventQueue.java232 public void onEvent(DisruptorEvent event, long sequence, boolean endOfBatch) { in onEvent() method in DisruptorEventQueue.DisruptorEventHandler
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/drm/
DExoMediaDrm.java122 void onEvent( in onEvent() method

12