Home
last modified time | relevance | path

Searched defs:addListener (Results 1 – 25 of 36) sorted by relevance

12

/third_party/node/deps/undici/src/node_modules/@fastify/busboy/deps/dicer/lib/
Ddicer.d.ts121 addListener(event: "header", listener: (header: object) => void): this; method
122 addListener(event: "close", listener: () => void): this; method
123 addListener(event: "data", listener: (chunk: Buffer | string) => void): this; method
124 addListener(event: "end", listener: () => void): this; method
125 addListener(event: "readable", listener: () => void): this; method
126 addListener(event: "error", listener: (err: Error) => void): this; method
127 addListener(event: string, listener: (...args: any[]) => void): this; method
/third_party/jsframework/runtime/main/extend/mediaquery/
DpluginMediaQuery.ts19 addListener: Function; property
67 public addListener(matchFunction: any) { method in MediaQueryList
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/
DStage.cpp23 void Stage::addListener(HWEventListener *Listener) { in addListener() function in llvm::mca::Stage
/third_party/node/deps/undici/src/node_modules/@fastify/busboy/lib/
Dmain.d.ts113addListener<Event extends keyof BusboyEvents>(event: Event, listener: BusboyEvents[Event]): this; method
115 addListener(event: string | symbol, listener: (...args: any[]) => void): this; method
/third_party/typescript/tests/cases/compiler/
DfatArrowSelf.ts6 public addListener(type:string, listener:ListenerCallback) { method in EventEmitter
/third_party/node/deps/icu-small/source/common/
Dservnotf.cpp41 ICUNotifier::addListener(const EventListener* l, UErrorCode& status) in addListener() function in ICUNotifier
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DICUNotifier.java46 public void addListener(EventListener l) { in addListener() method in ICUNotifier
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUNotifier.java44 public void addListener(EventListener l) { in addListener() method in ICUNotifier
/third_party/typescript/tests/baselines/reference/
DfatArrowSelf.js33 EventEmitter.prototype.addListener = function (type, listener) { method in EventEmitter
/third_party/skia/third_party/externals/icu/source/common/
Dservnotf.cpp41 ICUNotifier::addListener(const EventListener* l, UErrorCode& status) in addListener() function in ICUNotifier
/third_party/icu/icu4c/source/common/
Dservnotf.cpp41 ICUNotifier::addListener(const EventListener* l, UErrorCode& status) in addListener() function in ICUNotifier
/third_party/skia/third_party/externals/oboe/samples/drumthumper/src/main/java/com/plausibleaudio/drumthumper/
DTriggerPad.kt199 fun addListener(listener: DrumPadTriggerListener) { in addListener() method
/third_party/node/lib/
Dhttps.js84 this.addListener('tlsClientError', function addListener(err, conn) { function in Server
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DICUServiceTestSample.java172 public static void addListener(HelloServiceListener l) { in addListener() method in ICUServiceTestSample.HelloService
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUServiceTestSample.java169 public static void addListener(HelloServiceListener l) { in addListener() method in ICUServiceTestSample.HelloService
/third_party/node/deps/npm/node_modules/npm-bundled/lib/
Dindex.js49 addListener (ev, fn) { method in BundleWalker
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
DContext.cpp200 void Context::Impl::addListener(ClientEventListener *l) in addListener() function in vk::dbg::Context::Impl
215 void Context::Impl::addListener(ServerEventListener *l) in addListener() function in vk::dbg::Context::Impl
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
DSkottieView.java171 public void addListener(Animator.AnimatorListener listener) { in addListener() method in SkottieView
/third_party/node/deps/undici/src/lib/api/
Dreadable.js83 addListener (ev, ...args) { method in module.exports
/third_party/node/lib/internal/
Devent_target.js933 addListener(type, listener) { method in NodeEventTarget
992 addListener: kEnumerableProperty, property
/third_party/node/deps/npm/node_modules/minizlib/node_modules/minipass/
Dindex.js407 addListener (ev, fn) { method in module.exports
/third_party/node/deps/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass/
Dindex.js407 addListener (ev, fn) { method in module.exports
/third_party/node/deps/npm/node_modules/minipass-flush/node_modules/minipass/
Dindex.js407 addListener (ev, fn) { method in module.exports
/third_party/node/deps/npm/node_modules/minipass-json-stream/node_modules/minipass/
Dindex.js407 addListener (ev, fn) { method in module.exports
/third_party/node/deps/npm/node_modules/minipass-sized/node_modules/minipass/
Dindex.js407 addListener (ev, fn) { method in module.exports

12