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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp_unittest.py 34 """Unit test for cpp_style.py."""
43 import cpp as cpp_style namespace
48 # This class works as an error collector and replaces cpp_style.Error
108 self.assertEqual(cpp_style._convert_to_lower_with_underscores('ABC'), 'abc')
109 self.assertEqual(cpp_style._convert_to_lower_with_underscores('aB'), 'a_b')
110 self.assertEqual(cpp_style._convert_to_lower_with_underscores('isAName'), 'is_a_name')
111 self.assertEqual(cpp_style._convert_to_lower_with_underscores('AnotherTest'), 'another_test')
112 self.assertEqual(cpp_style._convert_to_lower_with_underscores('PassRefPtr<MyClass>'), 'pass_ref_ptr<my_class>')
113 self.assertEqual(cpp_style._convert_to_lower_with_underscores('_ABC'), '_abc')
116 self.assertEqual(cpp_style._create_acronym('ABC'), 'ABC'
    [all...]
common.py 69 # FIXME: share with cpp_style.
cpp.py     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
checker.py 447 # raises since cpp_style already relies on the extension.
450 # reading from stdin, cpp_style tests should not rely on
  /external/chromium_org/ppapi/generators/
idl_c_proto.py 663 def Copyright(self, node, cpp_style=False):
665 if cpp_style:
idl_thunk.py 447 out.Write('%s\n' % cgen.Copyright(cright_node, cpp_style=True))

Completed in 573 milliseconds