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

  /external/chromium_org/chrome/test/functional/
gpu.py 18 child_processes = self.GetBrowserInfo()['child_processes']
19 for x in child_processes:
72 for x in self.GetBrowserInfo()['child_processes']:
infobars.py 56 child_processes = self.GetBrowserInfo()['child_processes']
57 flash = [x for x in child_processes if
142 child_processes = self.GetBrowserInfo()['child_processes']
143 flash = [x for x in child_processes if
  /external/chromium_org/chrome/browser/task_manager/
child_process_resource_provider.h 54 const std::vector<content::ChildProcessData>& child_processes);
child_process_resource_provider.cc 322 std::vector<content::ChildProcessData> child_processes; local
329 child_processes.push_back(iter.GetData());
337 this, child_processes));
342 const std::vector<content::ChildProcessData>& child_processes) {
343 for (size_t i = 0; i < child_processes.size(); ++i)
344 AddToTaskManager(child_processes[i]);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
runner_unittest.py 90 def test_run(self, verbose=0, timing=False, child_processes=1, quiet=False):
91 options = MockOptions(verbose=verbose, timing=timing, child_processes=child_processes, quiet=quiet, pass_through=False)
main.py 137 self._options.child_processes = 1
155 test_runner.run(parallel_tests, self._options.child_processes)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
run_webkit_tests.py 288 if not options.child_processes:
289 options.child_processes = os.environ.get("WEBKIT_TEST_CHILD_PROCESSES",
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
layout_test_runner_unittest.py 98 options.child_processes = '1'
layout_test_runner.py 99 locked_shards, unlocked_shards = self._sharder.shard_tests(test_inputs, int(self._options.child_processes), self._options.fully_parallel)
manager.py 214 int(self._options.child_processes), retrying=False)
  /external/chromium_org/chrome_frame/test/perf/
chrome_frame_perftest.cc 634 ChromeProcessList child_processes = GetBrowserChildren(); local
636 for (index = child_processes.begin(); index != child_processes.end();
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
printing.py 151 self._print_worker_statistics(run_results, int(self._options.child_processes))
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 2556 ListValue* child_processes = new ListValue; local
    [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 259 milliseconds