Home
last modified time | relevance | path

Searched defs:iterables (Results 1 – 11 of 11) sorted by relevance

/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/input/
DCompoundDirectoryInputFileGenerator.java37 List<Iterable<? extends File>> iterables = new ArrayList<>(generators.size()); in generate() local
/external/cldr/tools/java/org/unicode/cldr/util/
DDelegatingIterator.java53 public Iterable<T>[] iterables; field in DelegatingIterator.MyIterable
DWith.java227 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/
Dlogging_pool.py54 def map(self, func, *iterables, **kwargs):
/external/python/cpython3/Lib/
Dheapq.py314 def merge(*iterables, key=None, reverse=False):
/external/python/cpython3/Lib/concurrent/futures/
Dprocess.py173 def _get_chunks(*iterables, chunksize):
619 def map(self, fn, *iterables, timeout=None, chunksize=1):
D_base.py550 def map(self, fn, *iterables, timeout=None, chunksize=1):
/external/python/cpython2/Lib/
Dheapq.py357 def merge(*iterables):
/external/python/futures/concurrent/futures/
D_base.py608 def map(self, fn, *iterables, **kwargs):
/external/python/cpython2/Lib/test/
Dtest_itertools.py58 def chain2(*iterables):
/external/python/cpython3/Lib/test/
Dtest_itertools.py153 def chain2(*iterables):