Searched refs:RemoveMultiLineCommentsFromRange (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/scripts/ |
H A D | cpplint.py | 946 def RemoveMultiLineCommentsFromRange(lines, begin, end): function 966 RemoveMultiLineCommentsFromRange(lines, lineix_begin, lineix_end + 1)
|
/aosp_15_r20/external/google-styleguide/cpplint/ |
H A D | cpplint.py | 1384 def RemoveMultiLineCommentsFromRange(lines, begin, end): function 1404 RemoveMultiLineCommentsFromRange(lines, lineix_begin, lineix_end + 1)
|
H A D | cpplint_unittest.py | 366 cpplint.RemoveMultiLineCommentsFromRange(lines, 1, 4)
|
/aosp_15_r20/external/libaom/tools/ |
H A D | cpplint.py | 1384 def RemoveMultiLineCommentsFromRange(lines, begin, end): function 1404 RemoveMultiLineCommentsFromRange(lines, lineix_begin, lineix_end + 1)
|
/aosp_15_r20/external/libvpx/tools/ |
H A D | cpplint.py | 1384 def RemoveMultiLineCommentsFromRange(lines, begin, end): function 1404 RemoveMultiLineCommentsFromRange(lines, lineix_begin, lineix_end + 1)
|
/aosp_15_r20/tools/repohooks/tools/ |
H A D | cpplint.py | 1862 def RemoveMultiLineCommentsFromRange(lines, begin, end): function 1882 RemoveMultiLineCommentsFromRange(lines, lineix_begin, lineix_end + 1)
|