HomeSort by relevance Sort by last modified time
    Searched refs:imap (Results 151 - 171 of 171) sorted by null

1 2 3 4 5 67

  /external/python/cpython3/Lib/multiprocessing/
pool.py 278 def imap(self, func, iterable, chunksize=1): member in class:Pool
299 Like `imap()` method but ordering of results is arbitrary.
663 # Class whose instances are returned by `Pool.imap()`
  /external/scapy/scapy/modules/
six.py 246 MovedAttribute("map", "itertools", "builtins", "imap", "map"),
666 iterbytes = functools.partial(itertools.imap, ord)
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
pool.py 252 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/gdb/darwin-x86/lib/python2.7/test/
test_multiprocessing.py 1139 it = self.pool.imap(sqr, range(10))
1142 it = self.pool.imap(sqr, range(10))
1147 it = self.pool.imap(sqr, range(1000), chunksize=100)
    [all...]
test_set.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
pool.py 252 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/gdb/linux-x86/lib/python2.7/test/
test_multiprocessing.py 1139 it = self.pool.imap(sqr, range(10))
1142 it = self.pool.imap(sqr, range(10))
1147 it = self.pool.imap(sqr, range(1000), chunksize=100)
    [all...]
test_set.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
pool.py 252 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/darwin-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 1139 it = self.pool.imap(sqr, range(10))
1142 it = self.pool.imap(sqr, range(10))
1147 it = self.pool.imap(sqr, range(1000), chunksize=100)
    [all...]
test_set.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
pool.py 252 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/test/
test_multiprocessing.py 1139 it = self.pool.imap(sqr, range(10))
1142 it = self.pool.imap(sqr, range(10))
1147 it = self.pool.imap(sqr, range(1000), chunksize=100)
    [all...]
test_set.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_set.py     [all...]
  /external/python/cpython2/Lib/test/
test_set.py     [all...]
  /external/icu/icu4c/source/test/cintltst/
nucnvtst.c 1033 static const uint8_t imap[] = { local
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
build.py     [all...]
  /prebuilts/go/darwin-x86/src/reflect/
type.go     [all...]
  /prebuilts/go/linux-x86/src/reflect/
type.go     [all...]
  /external/curl/
configure     [all...]

Completed in 3743 milliseconds

1 2 3 4 5 67