HomeSort by: relevance | last modified time | path
    Searched refs:endswith (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py 380 if category.startswith('(') and category.endswith(')'):
940 if lines[lineix].strip().endswith('*/'):
2934 if (filename.endswith(suffix) and len(filename) > len(suffix) and
2949 if (filename.endswith('_test.cc') or
2950 filename.endswith('_unittest.cc') or
2951 filename.endswith('_regtest.cc')):
3479 if (line[0:match.start(1) - 1].endswith(' operator++') or
3480 line[0:match.start(1) - 1].endswith(' operator--')):
3603 if not filename_cc.endswith('.cc'):
3606 if filename_cc.endswith('_unittest')
    [all...]
sancov.py 174 assert path.endswith('.sancov.raw')
186 if not f.endswith('.sancov.raw'):

Completed in 15 milliseconds