HomeSort by relevance Sort by last modified time
    Searched full:cpp_style (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
cpp_unittest.py 35 """Unit test for cpp_style.py."""
44 import cpp as cpp_style namespace
47 # This class works as an error collector and replaces cpp_style.Error
113 self.assertTrue(cpp_style.is_c_or_objective_c("c"))
114 self.assertTrue(cpp_style.is_c_or_objective_c("m"))
115 self.assertFalse(cpp_style.is_c_or_objective_c("cpp"))
119 """Provides some useful helper functions for cpp_style tests.
132 # in all the unit test calls to cpp_style.process_file_data().
134 """Call cpp_style.process_file_data() with the current verbosity."""
135 return cpp_style.process_file_data(filename, file_extension, lines, error, self.verbosity
    [all...]
text.py 44 # FIXME: share with cpp_style.
cpp.py     [all...]
  /external/webkit/WebKitTools/
ChangeLog     [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/
changelogs_unittest.py 59 * Scripts/modules/cpp_style.py:
  /external/webkit/WebKitTools/Scripts/webkitpy/style/
checker.py 638 # raises since cpp_style already relies on the extension.
641 # reading from stdin, cpp_style tests should not rely on

Completed in 628 milliseconds