Searched refs:perform_lint (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
D | cpp_unittest.py | 249 def perform_lint(self, code, filename, basic_error_rules, unit_test_config={}): member in CppStyleTestBase 263 return self.perform_lint(code, filename, basic_error_rules) 271 return self.perform_lint(code, 'test.' + file_extension, basic_error_rules) 280 return self.perform_lint(code, filename, basic_error_rules) 286 return self.perform_lint(code, 'test.cpp', basic_error_rules) 292 return self.perform_lint(code, 'test.cpp', basic_error_rules) 299 return self.perform_lint(code, filename, basic_error_rules, unit_test_config) 4347 self.perform_lint('void func(int);', 'test.cpp', parameter_error_rules)) 4351 … self.perform_lint('void setItemCount(size_t itemCount);', 'test.cpp', parameter_error_rules)) 4353 … self.perform_lint('void setABCCount(size_t abcCount);', 'test.cpp', parameter_error_rules)) [all …]
|
/external/webkit/Tools/ |
D | ChangeLog-2011-02-16 | 6815 (CppStyleTestBase.perform_lint): Consolidated logic for the perform functions.
|