Searched refs:process_file_data (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/style/checkers/
H A Dtext.py48 def process_file_data(filename, lines, error): function
H A Dtext_unittest.py48 text_style.process_file_data('', lines, error_for_test)
61 text_style.process_file_data('', lines, error_for_test)
H A Dcpp_unittest.py243 # in all the unit test calls to cpp_style.process_file_data().
244 def process_file_data(self, filename, file_extension, lines, error, unit_test_config={}): member in class:CppStyleTestBase
245 """Call cpp_style.process_file_data() with the min_confidence."""
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('fo
[all...]
H A Dcpp.py3521 def process_file_data(filename, file_extension, lines, error, min_confidence, unit_test_config): function

Completed in 64 milliseconds