HomeSort by relevance Sort by last modified time
    Searched full:_all_categories (Results 1 - 3 of 3) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/style/
checker_unittest.py 47 from checker import _all_categories namespace
158 def _all_categories(self): member in class:GlobalVariablesTest
159 return _all_categories()
168 validate_filter_rules(base_filter_rules, self._all_categories())
186 parser = ArgumentParser(all_categories=self._all_categories(),
196 all_categories = self._all_categories()
198 validate_filter_rules(path_rules, self._all_categories())
270 all_categories = self._all_categories()
    [all...]
optparser.py 283 self._all_categories = all_categories
377 for category in sorted(self._all_categories):
445 validate_filter_rules(filter_rules, self._all_categories)
checker.py 281 def _all_categories(): function
305 all_categories = _all_categories()

Completed in 241 milliseconds