/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 | 320 std::vector<content::ChildProcessData> child_processes; local 327 child_processes.push_back(iter.GetData()); 335 this, child_processes)); 340 const std::vector<content::ChildProcessData>& child_processes) { 341 for (size_t i = 0; i < child_processes.size(); ++i) 342 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 | 138 self._options.child_processes = 1 156 test_runner.run(parallel_tests, self._options.child_processes)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/ |
run_webkit_tests.py | 292 if not options.child_processes: 293 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 | 100 locked_shards, unlocked_shards = self._sharder.shard_tests(test_inputs, int(self._options.child_processes), self._options.fully_parallel)
|
manager.py | 218 self._port.num_workers(int(self._options.child_processes)), retrying=False)
|
/external/chromium_org/chrome_frame/test/perf/ |
chrome_frame_perftest.cc | 636 ChromeProcessList child_processes = GetBrowserChildren(); local 638 for (index = child_processes.begin(); index != child_processes.end(); [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
android_unittest.py | 174 port = self.make_port(host=host, options=MockOptions(child_processes=1))
|
/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...] |