HomeSort by relevance Sort by last modified time
    Searched refs:imap_unordered (Results 1 - 22 of 22) sorted by null

  /external/v8/tools/testrunner/local/
pool_unittest.py 19 for result in pool.imap_unordered(Run, [[x] for x in range(0, 10)]):
27 for result in pool.imap_unordered(Run, [[x] for x in range(0, 12)]):
37 for result in pool.imap_unordered(Run, [[x] for x in range(0, 10)]):
pool.py 94 def imap_unordered(self, fn, gen, member in class:Pool
167 processing the results from imap_unordered."""
execution.py 350 it = pool.imap_unordered(
  /external/python/cpython3/Doc/includes/
mp_pool.py 55 imap_unordered_it = pool.imap_unordered(calculatestar, TASKS)
67 print('Unordered results using pool.imap_unordered():')
  /external/autotest/tko/
retrieve_logs.cgi 128 for result_path in tpool.imap_unordered(_check_result, tpool_args):
  /external/v8/tools/sanitizers/
sancov_formatter.py 224 results = pool.imap_unordered(get_instrumented_lines, exe_list)
355 results = pool.imap_unordered(get_covered_lines, inputs)
  /external/python/cpython2/Doc/includes/
mp_pool.py 70 imap_unordered_it = pool.imap_unordered(calculatestar, TASKS)
82 print 'Unordered results using pool.imap_unordered():'
  /external/v8/tools/clang/scripts/
run_tool.py 159 result_iterator = pool.imap_unordered(
  /external/clang/tools/scan-build-py/libscanbuild/
analyze.py 118 for current in pool.imap_unordered(run, generator):
  /external/python/cpython2/Lib/test/
test_multiprocessing.py     [all...]
  /external/python/cpython2/Lib/multiprocessing/
pool.py 271 def imap_unordered(self, func, iterable, chunksize=1): member in class:Pool
702 # Class whose instances are returned by `Pool.imap_unordered()`
  /external/python/cpython3/Lib/multiprocessing/
pool.py 297 def imap_unordered(self, func, iterable, chunksize=1): member in class:Pool
727 # Class whose instances are returned by `Pool.imap_unordered()`
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
pool.py 270 def imap_unordered(self, func, iterable, chunksize=1): member in class:Pool
689 # Class whose instances are returned by `Pool.imap_unordered()`
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
pool.py 270 def imap_unordered(self, func, iterable, chunksize=1): member in class:Pool
689 # Class whose instances are returned by `Pool.imap_unordered()`
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
pool.py 270 def imap_unordered(self, func, iterable, chunksize=1): member in class:Pool
689 # Class whose instances are returned by `Pool.imap_unordered()`
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
pool.py 270 def imap_unordered(self, func, iterable, chunksize=1): member in class:Pool
689 # Class whose instances are returned by `Pool.imap_unordered()`
  /external/python/cpython3/Lib/test/
_test_multiprocessing.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_multiprocessing.py 1081 it = self.pool.imap_unordered(sqr, range(1000))
1084 it = self.pool.imap_unordered(sqr, range(1000), chunksize=53)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_multiprocessing.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_multiprocessing.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py     [all...]

Completed in 946 milliseconds