HomeSort by relevance Sort by last modified time
    Searched refs:itertools (Results 251 - 275 of 545) sorted by null

<<11121314151617181920>>

  /external/python/cpython3/Lib/
reprlib.py 6 from itertools import islice
  /external/python/cpython3/Lib/test/
test_iterlen.py 19 This is the case for tuples, range objects, and itertools.repeat().
36 The iterators not listed above, such as enumerate and the other itertools,
45 from itertools import repeat
test_pprint.py 5 import itertools
302 d = collections.OrderedDict(zip(words, itertools.count()))
317 d = dict(zip(words, itertools.count()))
329 d = collections.OrderedDict(zip(words, itertools.count()))
    [all...]
test_range.py 6 import itertools
29 xs = itertools.islice(xs, limit)
30 ys = itertools.islice(ys, limit)
32 pairs = itertools.zip_longest(xs, ys, fillvalue=sentinel)
  /external/skia/bench/
check_bench_regressions.py 9 import itertools
  /external/skia/infra/bots/recipe_modules/isolate/
api.py 11 import itertools
  /external/skqp/bench/
check_bench_regressions.py 9 import itertools
  /external/skqp/infra/bots/recipe_modules/isolate/
api.py 11 import itertools
  /external/swiftshader/third_party/subzero/pydir/
run-pnacl-sz.py 4 import itertools
  /external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/
data_feeder.py 23 import itertools
160 x = itertools.chain([x_first_el], x)
601 self._x = itertools.chain([x_first_el], x)
604 self._y = itertools.chain([y_first_el], y)
  /external/tensorflow/tensorflow/contrib/lite/python/
op_hint.py 72 import itertools as _itertools
  /external/toolchain-utils/automation/clients/report/dejagnu/
summary.py 9 from itertools import groupby
  /external/v8/tools/foozzie/
v8_foozzie.py 12 import itertools
  /external/v8/tools/release/
releases.py 15 import itertools
99 for cr_from, cr_to in itertools.izip(
100 cr_releases, itertools.islice(cr_releases, 1, None)):
  /external/vixl/tools/
verify_assembler_traces.py 115 import itertools
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/macholib/
dyld.py 11 from itertools import *
  /prebuilts/gdb/darwin-x86/lib/python2.7/
repr.py 6 from itertools import islice
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_iterlen.py 19 This is the case for tuples, xrange objects, and itertools.repeat().
36 The iterators not listed above, such as enumerate and the other itertools,
46 from itertools import repeat
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/macholib/
dyld.py 11 from itertools import *
  /prebuilts/gdb/linux-x86/lib/python2.7/
repr.py 6 from itertools import islice
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_iterlen.py 19 This is the case for tuples, xrange objects, and itertools.repeat().
36 The iterators not listed above, such as enumerate and the other itertools,
46 from itertools import repeat
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/macholib/
dyld.py 11 from itertools import *
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
repr.py 6 from itertools import islice
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_iterlen.py 19 This is the case for tuples, xrange objects, and itertools.repeat().
36 The iterators not listed above, such as enumerate and the other itertools,
46 from itertools import repeat
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/macholib/
dyld.py 11 from itertools import *

Completed in 517 milliseconds

<<11121314151617181920>>