/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/ |
D | DispatchStatistics.h | 69 void onEvent(const HWStallEvent &Event) override; 71 void onEvent(const HWInstructionEvent &Event) override;
|
D | DispatchStatistics.cpp | 23 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
|
D | HWEventListener.h | 123 virtual void onEvent(const HWInstructionEvent &Event) {} in onEvent() function 124 virtual void onEvent(const HWStallEvent &Event) {} in onEvent() function
|
D | RegisterFileStatistics.h | 61 void onEvent(const HWInstructionEvent &Event) override;
|
D | RetireControlUnitStatistics.h | 50 void onEvent(const HWInstructionEvent &Event) override;
|
D | SummaryView.h | 70 void onEvent(const HWInstructionEvent &Event) override;
|
D | RetireControlUnitStatistics.cpp | 22 void RetireControlUnitStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent() function in mca::RetireControlUnitStatistics
|
D | Stage.h | 71 Listener->onEvent(Event); in notifyEvent()
|
D | ResourcePressureView.h | 99 void onEvent(const HWInstructionEvent &Event) override;
|
D | SchedulerStatistics.h | 70 void onEvent(const HWInstructionEvent &Event) override;
|
D | TimelineView.h | 177 void onEvent(const HWInstructionEvent &Event) override;
|
D | SummaryView.cpp | 35 void SummaryView::onEvent(const HWInstructionEvent &Event) { in onEvent() function in mca::SummaryView
|
D | SchedulerStatistics.cpp | 22 void SchedulerStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent() function in mca::SchedulerStatistics
|
D | RegisterFileStatistics.cpp | 42 void RegisterFileStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent() function in mca::RegisterFileStatistics
|
D | ResourcePressureView.cpp | 43 void ResourcePressureView::onEvent(const HWInstructionEvent &Event) { in onEvent() function in mca::ResourcePressureView
|
/external/skqp/samplecode/ |
D | SamplePdfFileViewer.cpp | 69 virtual bool onEvent(const SkEvent& evt) { in onEvent() function in PdfFileViewer 73 return this->INHERITED::onEvent(evt); in onEvent()
|
D | Sample.cpp | 70 return this->onEvent(evt); in doEvent() 73 bool Sample::onEvent(const Event&) { in onEvent() function in Sample
|
D | Sample.h | 198 virtual bool onEvent(const Event&);
|
/external/skia/samplecode/ |
D | SamplePdfFileViewer.cpp | 69 virtual bool onEvent(const SkEvent& evt) { in onEvent() function in PdfFileViewer 73 return this->INHERITED::onEvent(evt); in onEvent()
|
D | Sample.cpp | 70 return this->onEvent(evt); in doEvent() 73 bool Sample::onEvent(const Event&) { in onEvent() function in Sample
|
D | Sample.h | 198 virtual bool onEvent(const Event&);
|
/external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/ |
D | TimelineApplet.java | 124 @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()
|
D | TweenApplet.java | 107 @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/ |
D | TweenCallback.java | 44 public void onEvent(int type, BaseTween<?> source); in onEvent() method
|
/external/opencensus-java/impl/src/main/java/io/opencensus/impl/internal/ |
D | DisruptorEventQueue.java | 232 public void onEvent(DisruptorEvent event, long sequence, boolean endOfBatch) { in onEvent() method in DisruptorEventQueue.DisruptorEventHandler
|