Searched defs:imap (Results 1 - 18 of 18) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_future_builtins.py24 from itertools import imap, izip, ifilter namespace
27 self.assertEqual(map, imap)
H A Dseq_tests.py82 from itertools import chain, imap namespace
85 return chain(imap(lambda x:x, iterfunc(IterGen(Sequence(seqn)))))
H A Dtest_heapq.py313 from itertools import chain, imap namespace
316 return chain(imap(lambda x:x, R(Ig(G(seqn)))))
H A Dtest_set.py1596 from itertools import chain, imap namespace
1599 return chain(imap(lambda x:x, R(Ig(G(seqn)))))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_future_builtins.py24 from itertools import imap, izip, ifilter namespace
27 self.assertEqual(map, imap)
H A Dseq_tests.py82 from itertools import chain, imap namespace
85 return chain(imap(lambda x:x, iterfunc(IterGen(Sequence(seqn)))))
H A Dtest_heapq.py313 from itertools import chain, imap namespace
316 return chain(imap(lambda x:x, R(Ig(G(seqn)))))
H A Dtest_set.py1596 from itertools import chain, imap namespace
1599 return chain(imap(lambda x:x, R(Ig(G(seqn)))))
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dfilecmp.py14 from itertools import ifilter, ifilterfalse, imap, izip namespace
132 a = dict(izip(imap(os.path.normcase, self.left_list), self.left_list))
133 b = dict(izip(imap(os.path.normcase, self.right_list), self.right_list))
H A Dheapq.py132 from itertools import islice, count, imap, izip, tee, chain namespace
426 it = izip(imap(key, in1), count(), in2) # decorate
464 it = izip(imap(key, in1), count(0,-1), in2) # decorate
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dfilecmp.py14 from itertools import ifilter, ifilterfalse, imap, izip namespace
132 a = dict(izip(imap(os.path.normcase, self.left_list), self.left_list))
133 b = dict(izip(imap(os.path.normcase, self.right_list), self.right_list))
H A Dheapq.py132 from itertools import islice, count, imap, izip, tee, chain namespace
426 it = izip(imap(key, in1), count(), in2) # decorate
464 it = izip(imap(key, in1), count(0,-1), in2) # decorate
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dpool.py252 def imap(self, func, iterable, chunksize=1): member in class:Pool
254 Equivalent of `itertools.imap()` -- can be MUCH slower than `Pool.map()`
272 Like `imap()` method but ordering of results is arbitrary
616 # Class whose instances are returned by `Pool.imap()`
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dpool.py252 def imap(self, func, iterable, chunksize=1): member in class:Pool
254 Equivalent of `itertools.imap()` -- can be MUCH slower than `Pool.map()`
272 Like `imap()` method but ordering of results is arbitrary
616 # Class whose instances are returned by `Pool.imap()`
/prebuilts/misc/common/jython/
H A Djython.jarMETA-INF/MANIFEST.MF com/xhaus/modjy/ModjyJServlet.class ModjyJServlet.java package com.xhaus ...
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
H A Djython-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/services/javax.script.ScriptEngineFactory com/xhaus/modjy/ModjyJServlet ...
/prebuilts/devtools/tools/lib/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...

Completed in 354 milliseconds