Searched defs:iterables (Results 1 – 11 of 11) sorted by relevance
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/input/ |
D | CompoundDirectoryInputFileGenerator.java | 37 List<Iterable<? extends File>> iterables = new ArrayList<>(generators.size()); in generate() local
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | DelegatingIterator.java | 53 public Iterable<T>[] iterables; field in DelegatingIterator.MyIterable
|
D | With.java | 227 public static <V> With<V> in(Iterable<V>... iterables) { in in() 278 public With<V> and(Iterable<V>... iterables) { in and()
|
/external/grpc-grpc/src/python/grpcio/grpc/framework/foundation/ |
D | logging_pool.py | 54 def map(self, func, *iterables, **kwargs):
|
/external/python/cpython3/Lib/ |
D | heapq.py | 314 def merge(*iterables, key=None, reverse=False):
|
/external/python/cpython3/Lib/concurrent/futures/ |
D | process.py | 173 def _get_chunks(*iterables, chunksize): 619 def map(self, fn, *iterables, timeout=None, chunksize=1):
|
D | _base.py | 550 def map(self, fn, *iterables, timeout=None, chunksize=1):
|
/external/python/cpython2/Lib/ |
D | heapq.py | 357 def merge(*iterables):
|
/external/python/futures/concurrent/futures/ |
D | _base.py | 608 def map(self, fn, *iterables, **kwargs):
|
/external/python/cpython2/Lib/test/ |
D | test_itertools.py | 58 def chain2(*iterables):
|
/external/python/cpython3/Lib/test/ |
D | test_itertools.py | 153 def chain2(*iterables):
|