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

  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp_unittest.py 244 def process_file_data(self, filename, file_extension, lines, error, unit_test_config={}):
247 error, self.min_confidence, unit_test_config)
249 def perform_lint(self, code, filename, basic_error_rules, unit_test_config={}):
253 self.process_file_data(filename, extension, lines, error_collector, unit_test_config)
298 unit_test_config = {cpp_style.INCLUDE_IO_INJECTION_KEY: io}
299 return self.perform_lint(code, filename, basic_error_rules, unit_test_config)
    [all...]
cpp.py     [all...]

Completed in 31 milliseconds