Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DDispatchStatistics.h69 void onEvent(const HWStallEvent &Event) override;
71 void onEvent(const HWInstructionEvent &Event) override;
DDispatchStatistics.cpp23 void DispatchStatistics::onEvent(const HWStallEvent &Event) { in onEvent() function in mca::DispatchStatistics
28 void DispatchStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent() function in mca::DispatchStatistics
DHWEventListener.h123 virtual void onEvent(const HWInstructionEvent &Event) {} in onEvent() function
124 virtual void onEvent(const HWStallEvent &Event) {} in onEvent() function
DRegisterFileStatistics.h61 void onEvent(const HWInstructionEvent &Event) override;
DRetireControlUnitStatistics.h50 void onEvent(const HWInstructionEvent &Event) override;
DSummaryView.h70 void onEvent(const HWInstructionEvent &Event) override;
DRetireControlUnitStatistics.cpp22 void RetireControlUnitStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent() function in mca::RetireControlUnitStatistics
DStage.h71 Listener->onEvent(Event); in notifyEvent()
DResourcePressureView.h99 void onEvent(const HWInstructionEvent &Event) override;
DSchedulerStatistics.h70 void onEvent(const HWInstructionEvent &Event) override;
DTimelineView.h177 void onEvent(const HWInstructionEvent &Event) override;
DSummaryView.cpp35 void SummaryView::onEvent(const HWInstructionEvent &Event) { in onEvent() function in mca::SummaryView
DSchedulerStatistics.cpp22 void SchedulerStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent() function in mca::SchedulerStatistics
DRegisterFileStatistics.cpp42 void RegisterFileStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent() function in mca::RegisterFileStatistics
DResourcePressureView.cpp43 void ResourcePressureView::onEvent(const HWInstructionEvent &Event) { in onEvent() function in mca::ResourcePressureView
/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
DSample.h198 virtual bool onEvent(const Event&);
/external/skia/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
DSample.h198 virtual bool onEvent(const Event&);
/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/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
DTweenCallback.java44 public void onEvent(int type, BaseTween<?> source); in onEvent() method
/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

12