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

  /external/chromium_org/build/android/pylib/
forwarder.py 235 In case multi-process sharding is used, the PID of the "sharder" is used.
236 The "sharder" is the initial process that forks that is the parent process.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
layout_test_runner_unittest.py 35 from webkitpy.layout_tests.controllers.layout_test_runner import LayoutTestRunner, Sharder, TestRunInterruptedException
181 self.sharder = Sharder(port.split_test, max_locked_shards)
183 return self.sharder.shard_tests([self.get_test_input(test) for test in test_list], num_workers, fully_parallel)

Completed in 1484 milliseconds