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

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
mac.py 92 child_processes = WebKitPort.default_child_processes(self)
93 if not self._multiprocessing_is_available and child_processes > 4:
95 return child_processes
chromium_gpu_unittest.py 59 child_processes=None)
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
run_webkit_tests.py 73 int(options.child_processes), options.experimental_fully_parallel)
135 if options.child_processes and int(options.child_processes) > 1:
137 options.child_processes = "1"
138 if not options.child_processes:
139 options.child_processes = os.environ.get("WEBKIT_TEST_CHILD_PROCESSES",
run_webkit_tests_unittest.py 492 def assert_run_order(self, worker_model, child_processes='1'):
494 '--child-processes', child_processes, 'passes'],
499 '--child-processes', child_processes, 'http/tests/passes'],
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
printing.py 127 def parse_print_options(print_options, verbose, child_processes,
145 if (child_processes != 1 and not is_fully_parallel and
212 child_processes, is_fully_parallel):
221 child_processes number of parallel threads running (usually
250 options.verbose, child_processes, is_fully_parallel)
test_runner2.py 126 (int(self._options.child_processes) > 1) and not self._options.experimental_fully_parallel)
manager_worker_broker.py 326 int(options.child_processes), options.experimental_fully_parallel)
printing_unittest.py 81 verbose=False, child_processes=1,
90 child_processes,
test_runner.py 544 num_workers = min(int(self._options.child_processes), num_shards)
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 2556 ListValue* child_processes = new ListValue; local
    [all...]

Completed in 827 milliseconds