Home
last modified time | relevance | path

Searched defs:howMany (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/npm/node_modules/bluebird/js/release/
Dsome.js45 SomePromiseArray.prototype.howMany = function () { method in SomePromiseArray
128 function some(promises, howMany) { argument
139 Promise.some = function (promises, howMany) { argument
143 Promise.prototype.some = function (howMany) { argument
/third_party/icu/icu4c/source/test/intltest/
Dsimplethread.h78 ThreadPool(TestClass *test, int howMany, void (TestClass::*runFnPtr)(int32_t threadNumber)) : in ThreadPool()
Dsimplethread.cpp46 ThreadPoolBase::ThreadPoolBase(IntlTest *test, int32_t howMany) : in ThreadPoolBase()