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

  /external/chromium_org/v8/tools/testrunner/local/
pool_unittest.py 19 for result in pool.imap_unordered(Run, [[x] for x in range(0, 10)]):
26 for result in pool.imap_unordered(Run, [[x] for x in range(0, 12)]):
36 for result in pool.imap_unordered(Run, [[x] for x in range(0, 10)]):
pool.py 71 def imap_unordered(self, fn, gen): member in class:Pool
117 processing the results from imap_unordered."""
execution.py 211 # pool.imap_unordered, make this a generator that already starts testing
226 it = pool.imap_unordered(RunTest, queue)
  /external/chromium_org/tools/clang/scripts/
run_tool.py 156 result_iterator = 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()`
  /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...]
  /external/chromium_org/third_party/cython/src/
runtests.py     [all...]

Completed in 1684 milliseconds