Searched refs:process_file_data (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
D | text_unittest.py | 48 text_style.process_file_data('', lines, error_for_test) 61 text_style.process_file_data('', lines, error_for_test)
|
D | cpp_unittest.py | 244 def process_file_data(self, filename, file_extension, lines, error, unit_test_config={}): member in CppStyleTestBase 246 return cpp_style.process_file_data(filename, file_extension, lines, 253 self.process_file_data(filename, extension, lines, error_collector, unit_test_config) 333 self.process_file_data('foo.cpp', 'cpp', lines, error_collector) 1090 self.process_file_data(file_path, 'cpp', 1843 self.process_file_data('foo.cpp', 'cpp', data.split('\n'), 1858 self.process_file_data('foo.cpp', 'cpp', 1893 self.process_file_data('foo.cpp', 'cpp', 1902 self.process_file_data('foo.cpp', 'cpp', 1919 self.process_file_data('foo.cpp', 'cpp', [all …]
|
D | text.py | 48 def process_file_data(filename, lines, error): function
|
D | cpp.py | 3521 def process_file_data(filename, file_extension, lines, error, min_confidence, unit_test_config): function
|
/external/webkit/Tools/ |
D | ChangeLog-2010-05-24 | 17945 - Renamed process_file_data() to _process_lines. 17950 - Added process_file_data() back as a wrapper function. 18676 - Added verbosity as a parameter to process_file_data().
|
D | ChangeLog-2011-02-16 | 6809 (process_file_data): Added the ability to set up the unit test config 6814 (CppStyleTestBase.process_file_data): Added the ability to set unit_test_config.
|