HomeSort by relevance Sort by last modified time
    Searched defs:NumLines (Results 1 - 8 of 8) sorted by null

  /external/llvm/utils/count/
count.c 14 unsigned Count, NumLines, NumRead;
28 NumLines = 0;
36 ++NumLines;
44 if (Count != NumLines) {
45 fprintf(stderr, "Expected %d lines, got %d.\n", Count, NumLines);
  /external/clang/lib/Index/
CommentToXML.cpp 417 unsigned NumLines = C->getNumLines();
418 if (NumLines == 0)
422 for (unsigned i = 0; i != NumLines; ++i) {
424 if (i + 1 != NumLines)
798 unsigned NumLines = C->getNumLines();
799 if (NumLines == 0)
810 for (unsigned i = 0; i != NumLines; ++i) {
812 if (i + 1 != NumLines)
    [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 189 mutable unsigned NumLines;
192 PreambleData() : File(nullptr), NumLines(0) { }
197 NumLines = 0;
200 void clear() { Buffer.clear(); File = nullptr; NumLines = 0; }
208 if (NumLines)
209 return NumLines;
211 return NumLines;
    [all...]
  /art/tools/
cpplint.py     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
cpplint.py     [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
cpplint.py     [all...]

Completed in 341 milliseconds