HomeSort by relevance Sort by last modified time
    Searched full:itertools (Results 51 - 75 of 315) sorted by null

1 23 4 5 6 7 8 91011>>

  /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/lib2to3/
fixer_base.py 8 import itertools namespace
31 numbers = itertools.count(1) # For new_name()
159 self.numbers = itertools.count(1)
btm_matcher.py 11 import itertools namespace
19 count = itertools.count()
  /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/lib2to3/
fixer_base.py 8 import itertools namespace
31 numbers = itertools.count(1) # For new_name()
159 self.numbers = itertools.count(1)
btm_matcher.py 11 import itertools namespace
19 count = itertools.count()
  /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/lib2to3/
fixer_base.py 8 import itertools namespace
31 numbers = itertools.count(1) # For new_name()
159 self.numbers = itertools.count(1)
btm_matcher.py 11 import itertools namespace
19 count = itertools.count()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
matching.py 24 import itertools namespace
77 return itertools.chain(self.children, self.bastards)
238 for iv in itertools.chain(ifset.tgt_type_all,
interfaces.py 25 import itertools namespace
80 for obj in itertools.chain(p.obj_classes, avobjs):
411 for i in itertools.chain(headers.interfaces(), headers.templates()):
503 for i in itertools.chain(headers.interfaces(), headers.templates()):
507 for interface in itertools.chain(headers.interfaces(), headers.templates()):
  /prebuilts/python/linux-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
  /external/chromium-trace/catapult/third_party/gsutil/third_party/six/
CHANGES 167 respectively to itertools.izip_longest and itertools.ifilterfalse on Python 2
168 and itertools.zip_longest and itertools.filterfalse on Python 3.
six.py 26 import itertools namespace
232 MovedAttribute("filter", "itertools", "builtins", "ifilter", "filter"),
233 MovedAttribute("filterfalse", "itertools", "itertools", "ifilterfalse", "filterfalse"),
236 MovedAttribute("map", "itertools", "builtins", "imap", "map"),
246 MovedAttribute("zip", "itertools", "builtins", "izip", "zip"),
247 MovedAttribute("zip_longest", "itertools", "itertools", "izip_longest", "zip_longest"),
628 iterbytes = functools.partial(itertools.imap, ord)
  /external/chromium-trace/catapult/third_party/six/
CHANGES 183 respectively to itertools.izip_longest and itertools.ifilterfalse on Python 2
184 and itertools.zip_longest and itertools.filterfalse on Python 3.
six.py 26 import itertools namespace
237 MovedAttribute("filter", "itertools", "builtins", "ifilter", "filter"),
238 MovedAttribute("filterfalse", "itertools", "itertools", "ifilterfalse", "filterfalse"),
241 MovedAttribute("map", "itertools", "builtins", "imap", "map"),
253 MovedAttribute("zip", "itertools", "builtins", "izip", "zip"),
254 MovedAttribute("zip_longest", "itertools", "itertools", "izip_longest", "zip_longest"),
656 iterbytes = functools.partial(itertools.imap, ord)
  /external/opencv3/samples/python2/
turing.py 14 from itertools import count
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
future_builtins.so 
  /external/autotest/client/cros/audio/
cmd_utils.py 7 import itertools namespace
20 _command_serial_number = itertools.count(1)
  /external/autotest/site_utils/
host_label_utils.py 17 import itertools namespace
46 boards = list(set(itertools.chain.from_iterable(board_labels)))
  /external/chromium-trace/catapult/devil/devil/android/
decorators.py 10 import itertools namespace
53 desc = '%s(%s)' % (f.__name__, ', '.join(itertools.chain(
  /external/v8/test/message/
testcfg.py 28 import itertools namespace
110 for (expected, actual) in itertools.izip_longest(
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
btm_matcher.py 11 import itertools namespace
19 count = itertools.count()
  /external/clang/utils/
FuzzTest 11 import itertools namespace
327 it = itertools.imap(random.randrange,
328 itertools.repeat(tg.num_tests, opts.max_tests))
330 it = itertools.imap(random.randrange, itertools.repeat(tg.num_tests))
  /external/selinux/sepolgen/src/sepolgen/
interfaces.py 25 import itertools namespace
80 for obj in itertools.chain(p.obj_classes, avobjs):
411 for i in itertools.chain(headers.interfaces(), headers.templates()):
503 for i in itertools.chain(headers.interfaces(), headers.templates()):
507 for interface in itertools.chain(headers.interfaces(), headers.templates()):

Completed in 1189 milliseconds

1 23 4 5 6 7 8 91011>>