/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
seq_tests.py | 82 from itertools import chain, imap
|
test_heapq.py | 313 from itertools import chain, imap
|
test_file2k.py | 4 import itertools namespace 510 funcs = itertools.cycle((
|
test_generators.py | 648 Running after your tail with itertools.tee (new in version 2.4) 671 Thanks to itertools.tee, it is now clear "how to get the internal uses of 674 >>> from itertools import tee [all...] |
test_csv.py | 675 import itertools namespace 683 for row in itertools.chain([first], reader): [all...] |
/external/autotest/site_utils/ |
lab_inventory_unittest.py | 6 import itertools namespace 294 scrambled = [e for e in itertools.chain(*expected)] [all...] |
/external/parameter-framework/upstream/tools/xmlGenerator/ |
EddParser.py | 37 from itertools import izip 38 from itertools import imap
|
/external/v8/tools/ |
run-tests.py | 32 import itertools namespace 432 options.arch_and_mode = itertools.product(options.arch, options.mode)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_file2k.py | 4 import itertools namespace 510 funcs = itertools.cycle((
|
test_generators.py | 648 Running after your tail with itertools.tee (new in version 2.4) 671 Thanks to itertools.tee, it is now clear "how to get the internal uses of 674 >>> from itertools import tee [all...] |
test_csv.py | 675 import itertools namespace 683 for row in itertools.chain([first], reader): [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_file2k.py | 4 import itertools namespace 510 funcs = itertools.cycle((
|
test_generators.py | 648 Running after your tail with itertools.tee (new in version 2.4) 671 Thanks to itertools.tee, it is now clear "how to get the internal uses of 674 >>> from itertools import tee [all...] |
test_csv.py | 675 import itertools namespace 683 for row in itertools.chain([first], reader): [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_file2k.py | 4 import itertools namespace 510 funcs = itertools.cycle((
|
test_generators.py | 648 Running after your tail with itertools.tee (new in version 2.4) 671 Thanks to itertools.tee, it is now clear "how to get the internal uses of 674 >>> from itertools import tee [all...] |
test_csv.py | 675 import itertools namespace 683 for row in itertools.chain([first], reader): [all...] |
/external/autotest/scheduler/ |
scheduler_models.py | 21 import datetime, itertools, logging, os, re, sys, time, weakref namespace 253 for field, row_value in itertools.izip(self._fields, row): 274 for field, value in itertools.izip(self._fields, row): [all...] |
/build/tools/releasetools/ |
blockimgdiff.py | 23 import itertools namespace [all...] |
/external/autotest/server/ |
server_job.py | 15 import traceback, shutil, warnings, fcntl, pickle, logging, itertools, errno namespace 589 for result, machine in itertools.izip(results, machines): [all...] |
/external/chromium-trace/catapult/devil/devil/android/ |
device_utils.py | 12 import itertools namespace [all...] |
/external/harfbuzz_ng/test/shaping/ |
hb_test_tools.py | 5 from itertools import *
|
/external/opencv3/3rdparty/jinja2/ |
runtime.py | 11 from itertools import chain
|
/prebuilts/gdb/darwin-x86/lib/python2.7/config/ |
Setup | 182 #itertools itertoolsmodule.c # Functions creating iterators for efficient looping
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/ |
refactor.py | 23 from itertools import chain
|