/external/llvm-project/llvm/include/llvm/MCA/ |
D | HWEventListener.h | 164 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/ |
D | HWEventListener.h | 164 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/ |
D | DispatchStatistics.h | 69 void onEvent(const HWStallEvent &Event) override; 71 void onEvent(const HWInstructionEvent &Event) override;
|
D | DispatchStatistics.cpp | 21 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
|
D | BottleneckAnalysis.h | 330 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;
|
D | RetireControlUnitStatistics.h | 52 void onEvent(const HWInstructionEvent &Event) override;
|
D | ResourcePressureView.h | 91 void onEvent(const HWInstructionEvent &Event) override;
|
D | RegisterFileStatistics.h | 74 void onEvent(const HWInstructionEvent &Event) override;
|
D | SummaryView.h | 88 void onEvent(const HWInstructionEvent &Event) override;
|
D | SchedulerStatistics.h | 76 void onEvent(const HWInstructionEvent &Event) override;
|
D | TimelineView.h | 170 void onEvent(const HWInstructionEvent &Event) override;
|
D | RetireControlUnitStatistics.cpp | 31 void RetireControlUnitStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::RetireControlUnitStatistics
|
D | SummaryView.cpp | 40 void SummaryView::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::SummaryView
|
D | SchedulerStatistics.cpp | 44 void SchedulerStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::SchedulerStatistics
|
D | RegisterFileStatistics.cpp | 77 void RegisterFileStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent() function in llvm::mca::RegisterFileStatistics
|
/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
|
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/ |
D | TweenCallback.java | 44 public void onEvent(int type, BaseTween<?> source); in onEvent() method
|
/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/Stages/ |
D | Stage.h | 81 Listener->onEvent(Event); in notifyEvent()
|
/external/llvm-project/llvm/include/llvm/MCA/Stages/ |
D | Stage.h | 81 Listener->onEvent(Event); in notifyEvent()
|
/external/perfetto/ui/src/chrome_extension/ |
D | devtools_socket.ts | 27 chrome.debugger.onEvent.addListener((_source, method, params) => {
|
/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
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/drm/ |
D | ExoMediaDrm.java | 122 void onEvent( in onEvent() method
|