Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py946 def RemoveMultiLineCommentsFromRange(lines, begin, end): function
966 RemoveMultiLineCommentsFromRange(lines, lineix_begin, lineix_end + 1)
/external/libvpx/libvpx/tools/
Dcpplint.py1132 def RemoveMultiLineCommentsFromRange(lines, begin, end): function
1152 RemoveMultiLineCommentsFromRange(lines, lineix_begin, lineix_end + 1)
/external/libaom/libaom/tools/
Dcpplint.py1132 def RemoveMultiLineCommentsFromRange(lines, begin, end): function
1152 RemoveMultiLineCommentsFromRange(lines, lineix_begin, lineix_end + 1)
/external/google-styleguide/cpplint/
Dcpplint.py1378 def RemoveMultiLineCommentsFromRange(lines, begin, end): function
1398 RemoveMultiLineCommentsFromRange(lines, lineix_begin, lineix_end + 1)
Dcpplint_unittest.py359 cpplint.RemoveMultiLineCommentsFromRange(lines, 1, 4)