Home
last modified time | relevance | path

Searched refs:CleanseComments (Results 1 – 5 of 5) sorted by relevance

/external/google-styleguide/cpplint/
Dcpplint_unittest.py1144 cpplint.CleanseComments('int foo = 0; // danger!'))
1146 cpplint.CleanseComments('int /* foo */ o = 0;'))
1148 cpplint.CleanseComments('foo(int a /* abc */, int b);'))
1150 cpplint.CleanseComments('f(a, /* name */ b);'))
1152 cpplint.CleanseComments('f(a /* name */, b);'))
1154 cpplint.CleanseComments('f(a, /* name */b);'))
1156 cpplint.CleanseComments('f(a, /**/b, /**/c);'))
1158 cpplint.CleanseComments('f(a, /**/b/**/, c);'))
Dcpplint.py1402 def CleanseComments(line): function
1436 self.lines.append(CleanseComments(
1439 self.elided.append(CleanseComments(elided))
4064 CleanseComments(clean_lines.raw_lines[opening_linenum])):
5474 clean_line = CleanseComments(line)
/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py970 def CleanseComments(line): function
1001 self.lines.append(CleanseComments(lines[linenum]))
1003 self.elided.append(CleanseComments(elided))
3647 clean_line = CleanseComments(line)
/external/libvpx/libvpx/tools/
Dcpplint.py1156 def CleanseComments(line): function
1188 self.lines.append(CleanseComments(
1191 self.elided.append(CleanseComments(elided))
4364 clean_line = CleanseComments(line)
/external/libaom/libaom/tools/
Dcpplint.py1156 def CleanseComments(line): function
1188 self.lines.append(CleanseComments(
1191 self.elided.append(CleanseComments(elided))
4364 clean_line = CleanseComments(line)