Home
last modified time | relevance | path

Searched defs:onEvent (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/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
/third_party/node/test/parallel/
Dtest-dgram-send-cb-quelches-error.js30 function onEvent(err) { function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_application_FormExtension.js64 this.onEvent = function (...args) { method
/third_party/jsframework/runtime/main/app/
DApp.ts90 public onEvent(type: string, handler: Function): void { method in App