| /third_party/rust/rust/tests/ui/traits/ |
| D | assignability-trait.rs | 8 trait iterable<A> { interface 12 impl<'a,A> iterable<A> for &'a [A] { impl
|
| /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/python/Modules/clinic/ |
| D | itertoolsmodule.c.h | 20 PyObject *iterable; in pairwise_new() local 165 PyObject *iterable; in itertools__tee() local 198 PyObject *iterable; in itertools_tee() local 240 PyObject *iterable; in itertools_cycle() local 385 PyObject *iterable; in itertools_combinations() local 433 PyObject *iterable; in itertools_combinations_with_replacement() local 481 PyObject *iterable; in itertools_permutations() local 520 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/typescript/tests/baselines/reference/ |
| D | typeArgumentInferenceApparentType1.js | 9 function method(iterable) { argument
|
| /third_party/grpc/test/cpp/ext/csm/ |
| D | metadata_exchange_test.cc | 443 grpc::internal::MeshLabelsIterable* iterable) { in LabelsFromIterable() 470 grpc::internal::MeshLabelsIterable iterable(local_labels, grpc_core::Slice()); in TEST() local 486 grpc::internal::MeshLabelsIterable iterable( in TEST() local 507 grpc::internal::MeshLabelsIterable iterable( in TEST() local 530 grpc::internal::MeshLabelsIterable iterable( in TEST() local 548 grpc::internal::MeshLabelsIterable iterable(local_labels, grpc_core::Slice()); in TEST() local
|
| /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/importlib/metadata/ |
| D | _itertools.py | 4 def unique_everseen(iterable, key=None): argument
|
| /third_party/python/Lib/ |
| D | heapq.py | 463 def nsmallest(n, iterable, key=None): argument 523 def nlargest(n, iterable, key=None): argument
|
| D | tokenize.py | 187 def untokenize(self, iterable): argument 224 def compat(self, token, iterable): argument 261 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/python/Lib/multiprocessing/ |
| D | pool.py | 362 def map(self, func, iterable, chunksize=None): argument 369 def starmap(self, func, iterable, chunksize=None): argument 377 def starmap_async(self, func, iterable, chunksize=None, callback=None, argument 385 def _guarded_task_generation(self, result_job, func, iterable): argument 396 def imap(self, func, iterable, chunksize=1): argument 425 def imap_unordered(self, func, iterable, chunksize=1): argument 463 def map_async(self, func, iterable, chunksize=None, callback=None, argument 471 def _map_async(self, func, iterable, mapper, chunksize=None, callback=None, 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
|
| D | weakmap.js | 139 let iterable = function *() { generator
|
| /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/skia/gn/ |
| D | compile_sksl_tests.py | 22 def pairwise(iterable): argument
|
| /third_party/python/Lib/test/ |
| D | test_itertools.py | 64 def prod(iterable): argument 234 def combinations1(iterable, r): argument 253 def combinations2(iterable, r): argument 261 def combinations3(iterable, r): argument 317 def cwr1(iterable, r): argument 335 def cwr2(iterable, r): argument 399 def permutations1(iterable, r=None): argument 423 def permutations2(iterable, r=None): argument 839 def gulp(iterable, keyp=None, func=list): argument 1772 def islice(iterable, *args): argument
|
| /third_party/libfuse/test/ |
| D | util.py | 149 def powerset(iterable): argument
|
| /third_party/python/Objects/ |
| D | setobject.c | 952 make_new_set(PyTypeObject *type, PyObject *iterable) in make_new_set() 980 make_new_set_basetype(PyTypeObject *type, PyObject *iterable) in make_new_set_basetype() 992 make_new_frozenset(PyTypeObject *type, PyObject *iterable) in make_new_frozenset() 1009 PyObject *iterable = NULL; in frozenset_new() local 1037 PyObject *iterable = (nargs ? args[0] : NULL); in frozenset_vectorcall() local 1984 PyObject *iterable = NULL; in set_init() local 2278 PySet_New(PyObject *iterable) in PySet_New() 2284 PyFrozenSet_New(PyObject *iterable) in PyFrozenSet_New() 2367 _PySet_Update(PyObject *set, PyObject *iterable) in _PySet_Update()
|
| /third_party/jinja2/ |
| D | asyncsupport.py | 178 async def auto_aiter(iterable): argument 252 async def make_async_loop_context(iterable, undefined, recurse=None, depth0=0): argument
|