| /third_party/skia/third_party/externals/tint/src/utils/ |
| D | reverse.h | 31 T& iterable; member 57 detail::ReverseIterable<T> Reverse(T&& iterable) { in Reverse()
|
| /third_party/node/deps/npm/node_modules/libnpmconfig/node_modules/locate-path/ |
| D | index.js | 6 module.exports = (iterable, options) => { argument 14 module.exports.sync = (iterable, options) => { argument
|
| /third_party/node/deps/npm/node_modules/yargs/node_modules/locate-path/ |
| D | index.js | 6 module.exports = (iterable, options) => { argument 14 module.exports.sync = (iterable, options) => { argument
|
| /third_party/python/Modules/clinic/ |
| D | itertoolsmodule.c.h | 20 PyObject *iterable; in pairwise_new() local 162 PyObject *iterable; in itertools__tee() local 194 PyObject *iterable; in itertools_tee() local 236 PyObject *iterable; in itertools_cycle() local 377 PyObject *iterable; in itertools_combinations() local 425 PyObject *iterable; in itertools_combinations_with_replacement() local 473 PyObject *iterable; in itertools_permutations() local 512 PyObject *iterable; in itertools_accumulate() local
|
| D | _collectionsmodule.c.h | 23 PyObject *iterable; in _collections__count_elements() local
|
| /third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/ |
| D | PhoneNumberMatcherTest.java | 756 Iterable<PhoneNumberMatch> iterable = in testMaxMatches() local 775 Iterable<PhoneNumberMatch> iterable = in testMaxMatchesInvalid() local 794 Iterable<PhoneNumberMatch> iterable = in testMaxMatchesMixed() local 805 Iterable<PhoneNumberMatch> iterable = phoneUtil.findNumbers("1 456 764 156", RegionCode.ZZ); in testNonPlusPrefixedNumbersNotFoundForInvalidRegion() local 817 Iterable<PhoneNumberMatch> iterable = phoneUtil.findNumbers("", RegionCode.ZZ); in testEmptyIteration() local 830 Iterable<PhoneNumberMatch> iterable = phoneUtil.findNumbers("+14156667777", RegionCode.ZZ); in testSingleIteration() local 855 Iterable<PhoneNumberMatch> iterable = in testDoubleIteration() local 889 Iterable<PhoneNumberMatch> iterable = phoneUtil.findNumbers("+14156667777", RegionCode.ZZ); in testRemovalNotSupported() local 1060 private boolean hasNoMatches(Iterable<PhoneNumberMatch> iterable) { in hasNoMatches()
|
| /third_party/python/Lib/importlib/metadata/ |
| D | _itertools.py | 4 def unique_everseen(iterable, key=None): argument
|
| /third_party/typescript/tests/baselines/reference/ |
| D | typeArgumentInferenceApparentType1.js | 9 function method(iterable) { argument
|
| /third_party/python/Lib/importlib/ |
| D | resources.py | 179 def _ensure_sequence(iterable): argument 184 def _(iterable): argument
|
| /third_party/typescript/tests/cases/conformance/types/forAwait/ |
| D | types.forAwait.es2018.2.ts | 5 declare const iterable: Iterable<number>; constant
|
| D | types.forAwait.es2018.1.ts | 5 declare const iterable: Iterable<number>; constant
|
| /third_party/python/Lib/multiprocessing/ |
| D | pool.py | 359 def map(self, func, iterable, chunksize=None): argument 366 def starmap(self, func, iterable, chunksize=None): argument 374 def starmap_async(self, func, iterable, chunksize=None, callback=None, argument 382 def _guarded_task_generation(self, result_job, func, iterable): argument 393 def imap(self, func, iterable, chunksize=1): argument 422 def imap_unordered(self, func, iterable, chunksize=1): argument 460 def map_async(self, func, iterable, chunksize=None, callback=None, argument 468 def _map_async(self, func, iterable, mapper, chunksize=None, callback=None, argument
|
| /third_party/python/Lib/ |
| D | heapq.py | 461 def nsmallest(n, iterable, key=None): argument 521 def nlargest(n, iterable, key=None): argument
|
| D | tokenize.py | 185 def untokenize(self, iterable): argument 222 def compat(self, token, iterable): argument 259 def untokenize(iterable): argument
|
| /third_party/python/Lib/lib2to3/pgen2/ |
| D | tokenize.py | 185 def untokenize(self, iterable): argument 199 def compat(self, token, iterable): argument 314 def untokenize(iterable): argument
|
| /third_party/node/lib/internal/streams/ |
| D | from.js | 14 function from(Readable, iterable, opts) { argument
|
| /third_party/jerryscript/tests/jerry/es2015/ |
| D | promise-race-iterator.js | 17 let iterable = function *() { generator
|
| D | promise-all-iterator.js | 17 let iterable = function *() { generator
|
| D | weakset.js | 123 let iterable = function *() { generator
|
| /third_party/node/deps/npm/node_modules/libnpmconfig/node_modules/p-locate/ |
| D | index.js | 17 module.exports = (iterable, tester, opts) => { argument
|
| /third_party/python/Objects/clinic/ |
| D | enumobject.c.h | 33 PyObject *iterable; in enum_new() local
|
| D | tupleobject.c.h | 78 PyObject *iterable = NULL; in tuple_new() local
|
| /third_party/node/deps/npm/node_modules/yargs/node_modules/p-locate/ |
| D | index.js | 17 module.exports = (iterable, tester, opts) => { argument
|
| /third_party/python/Lib/test/ |
| D | test_itertools.py | 62 def prod(iterable): argument 232 def combinations1(iterable, r): argument 251 def combinations2(iterable, r): argument 259 def combinations3(iterable, r): argument 315 def cwr1(iterable, r): argument 333 def cwr2(iterable, r): argument 397 def permutations1(iterable, r=None): argument 421 def permutations2(iterable, r=None): argument 805 def gulp(iterable, keyp=None, func=list): argument 1737 def islice(iterable, *args): argument
|
| /third_party/skia/gn/ |
| D | compile_sksl_tests.py | 22 def pairwise(iterable): argument
|