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

  /external/webkit/Tools/Scripts/webkitpy/style/
filter.py 26 def validate_filter_rules(filter_rules, all_categories):
32 all_categories: A list of all available category names, for example--
47 for category in all_categories:
filter_unittest.py 57 all_categories = ["tabs", "whitespace", "build/include"]
76 [rule], all_categories)
80 validate_filter_rules([rule], all_categories)
optparser_unittest.py 89 all_categories = ["build" ,"whitespace"]
93 return ArgumentParser(all_categories=all_categories,
optparser.py 253 all_categories,
261 all_categories: The set of all available style categories.
283 self._all_categories = all_categories
checker.py 305 all_categories = _all_categories()
307 return ArgumentParser(all_categories=all_categories,
checker_unittest.py 186 parser = ArgumentParser(all_categories=self._all_categories(),
196 all_categories = self._all_categories()
270 all_categories = self._all_categories()
272 self.assertTrue(category in all_categories,
    [all...]

Completed in 119 milliseconds