Lines Matching refs:process_file_data

243     # 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={}):
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('foo.cpp', 'cpp',
1902 self.process_file_data('foo.cpp', 'cpp',
1919 self.process_file_data('foo.cpp', 'cpp',
2078 self.process_file_data(file_path, 'h', [], error_collector)
2093 self.process_file_data(file_path, 'h',
2104 self.process_file_data(file_path, 'h',
2115 self.process_file_data(file_path, 'h',
2128 self.process_file_data(file_path, 'h',
2139 self.process_file_data(file_path, 'h',
2153 self.process_file_data('mydir/Foo_flymake.h', 'h',
2163 self.process_file_data('mydir/Foo_flymake.h', 'h', [], error_collector)
2174 self.process_file_data('Source/JavaScriptCore/wtf/TestName.h', 'h',
2182 self.process_file_data('Source/JavaScriptCore/wtf/TestName.h', 'h',
2190 self.process_file_data('Source/JavaScriptCore/wtf/TestName.h', 'h',
2334 self.process_file_data(file_path, 'cpp', [], error_collector)
2340 self.process_file_data(
2350 self.process_file_data(file_path, 'cpp', [copyright_line], error_collector)
2356 self.process_file_data(