Searched refs:RemoveMultiLineCommentsFromRange (Results 1 – 5 of 5) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | cpplint.py | 946 def RemoveMultiLineCommentsFromRange(lines, begin, end): function 966 RemoveMultiLineCommentsFromRange(lines, lineix_begin, lineix_end + 1)
|
/external/libvpx/libvpx/tools/ |
D | cpplint.py | 1132 def RemoveMultiLineCommentsFromRange(lines, begin, end): function 1152 RemoveMultiLineCommentsFromRange(lines, lineix_begin, lineix_end + 1)
|
/external/libaom/libaom/tools/ |
D | cpplint.py | 1132 def RemoveMultiLineCommentsFromRange(lines, begin, end): function 1152 RemoveMultiLineCommentsFromRange(lines, lineix_begin, lineix_end + 1)
|
/external/google-styleguide/cpplint/ |
D | cpplint.py | 1378 def RemoveMultiLineCommentsFromRange(lines, begin, end): function 1398 RemoveMultiLineCommentsFromRange(lines, lineix_begin, lineix_end + 1)
|
D | cpplint_unittest.py | 359 cpplint.RemoveMultiLineCommentsFromRange(lines, 1, 4)
|