Home
last modified time | relevance | path

Searched defs:listeners (Results 1 – 25 of 48) sorted by relevance

12

/third_party/node/benchmark/events/
Deventtarget.js6 listeners: [1, 5, 10], property
9 function main({ n, listeners }) { field
Dee-emit.js8 listeners: [1, 5, 10], property
11 function main({ n, argc, listeners }) { field
Dee-listeners.js7 listeners: [5, 50], property
11 function main({ n, listeners, raw }) { property
/third_party/node/deps/npm/node_modules/events/tests/
Dremove-listeners.js37 var listeners = ee.listeners('hello'); variable
59 var listeners; variable
112 var listeners; variable
Dremove-all-listeners.js58 var listeners = ee.listeners('foo'); variable
Dadd-listeners.js99 var listeners = ee.listeners('hello'); variable
Dlisteners.js44 var listeners = ee.listeners('foo'); variable
/third_party/typescript/tests/cases/compiler/
DobjectIndexer.ts11 private listeners: IMap; property in Emitter
/third_party/node/test/parallel/
Dtest-http-agent-timeout-option.js19 const listeners = socket.listeners('timeout'); constant
Dtest-http-client-timeout-option-with-agent.js19 const listeners = socket.listeners('timeout'); constant
Dtest-events-static-geteventlisteners.js50 const listeners = getEventListeners(target, 'foo'); constant
Dtest-vm-sigint.js14 const listeners = +process.argv[4]; constant
/third_party/node/deps/npm/node_modules/foreground-child/dist/mjs/
Dindex.js119 const listeners = new Map(); constant
/third_party/node/deps/npm/node_modules/foreground-child/dist/cjs/
Dindex.js127 const listeners = new Map(); constant
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUNotifier.java35 private List<EventListener> listeners; field in ICUNotifier
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DICUNotifier.java37 private List<EventListener> listeners; field in ICUNotifier
/third_party/cef/tests/ceftests/
Dtest_suite.cc127 auto& listeners = ::testing::UnitTest::GetInstance()->listeners(); in InitMainProcess() local
/third_party/googletest/googletest/samples/
Dsample10_unittest.cc120 TestEventListeners& listeners = UnitTest::GetInstance()->listeners(); in main() local
Dsample9_unittest.cc113 TestEventListeners& listeners = unit_test.listeners(); in main() local
/third_party/node/deps/npm/node_modules/process/
Dbrowser.js174 process.listeners = function (name) { return [] } function
/third_party/jsframework/runtime/main/extend/mediaquery/
DpluginMediaQuery.ts63 get listeners() { method in MediaQueryList
/third_party/node/test/internet/
Dtest-dgram-broadcast-multi-process.js60 const listeners = 3; constant
Dtest-dgram-multicast-multi-process.js41 const listeners = 3; constant
Dtest-dgram-multicast-ssm-multi-process.js20 const listeners = 3; constant
/third_party/node/deps/npm/node_modules/signal-exit/dist/mjs/
Dindex.js25 listeners = { field in Emitter

12