Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-dgram-send-cb-quelches-error.js13 socket.once('error', onEvent);
25 socket.removeListener('error', onEvent);
30 function onEvent(err) { function
/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/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_application_FormExtension.js43 this.onEvent = function (...args) { method
Dohos_hiSysEvent.js49 onEvent: function(...args) { method
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/Stages/
DStage.h81 Listener->onEvent(Event); in notifyEvent()
/third_party/jsframework/runtime/main/app/
DApp.ts90 public onEvent(type: string, handler: Function): void { method in App
Dbundle.ts144 app.onEvent(`hook:${type}`, options[type]);
/third_party/jsframework/runtime/main/extend/systemplugin/napi/@internal/ets/
Dlifecycle.js43 onEvent: function (...args) { method
/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Dvmservice.dart291 Future<Stream<ServiceEvent>> get onDebugEvent => onEvent('Debug');
292 Future<Stream<ServiceEvent>> get onExtensionEvent => onEvent('Extension');
294 Future<Stream<ServiceEvent>> get onIsolateEvent => onEvent('Isolate');
295 Future<Stream<ServiceEvent>> get onTimelineEvent => onEvent('Timeline');
306 Future<Stream<ServiceEvent>> onEvent(String streamId) async {