HomeSort by relevance Sort by last modified time
    Searched refs:cpp_style (Results 1 - 3 of 3) 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
47 # This class works as an error collector and replaces cpp_style.Error
118 self.assertEqual(cpp_style._convert_to_lower_with_underscores('ABC'), 'abc')
119 self.assertEqual(cpp_style._convert_to_lower_with_underscores('aB'), 'a_b')
120 self.assertEqual(cpp_style._convert_to_lower_with_underscores('isAName'), 'is_a_name')
121 self.assertEqual(cpp_style._convert_to_lower_with_underscores('AnotherTest'), 'another_test')
122 self.assertEqual(cpp_style._convert_to_lower_with_underscores('PassRefPtr<MyClass>'), 'pass_ref_ptr<my_class>')
123 self.assertEqual(cpp_style._convert_to_lower_with_underscores('_ABC'), '_abc')
126 self.assertEqual(cpp_style._create_acronym('ABC'), 'ABC'
    [all...]
  /external/chromium_org/ppapi/generators/
idl_c_proto.py 595 def Copyright(self, node, cpp_style=False):
597 if cpp_style:
idl_thunk.py 442 out.Write('%s\n' % cgen.Copyright(cright_node, cpp_style=True))

Completed in 174 milliseconds