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

  /external/chromium_org/components/tools/metrics/
browser_components_metrics.py 38 def CountIfdefs(self, skip_tests):
40 PREPROCESSOR_PATTERN, self.chrome_browser, skip_tests)
42 def CountViolations(self, skip_tests):
45 skip_tests=skip_tests)
count_ifdefs.py 35 def CountIfdefs(token_pattern, directory, skip_tests=False):
41 If |skip_tests| is true, a best effort is made to ignore test files.
48 if not skip_tests or not _IsTestFile(filename):
64 dest='skip_tests', default=False,
72 print CountIfdefs(args[0], args[1], options.skip_tests)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
layout_test_finder.py 96 def skip_tests(self, paths, all_tests_list, expectations, http_tests): member in class:LayoutTestFinder
manager.py 108 tests_to_skip = self._finder.skip_tests(paths, test_names, self._expectations, self._http_tests(test_names))

Completed in 87 milliseconds