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

  /external/llvm/tools/llvm-cov/
CoverageSummaryInfo.cpp 46 unsigned LineCount = LineEnd - LineStart + 1;
50 ExecutionCounts.resize(LineCount, 0);
57 LineCount -= CR.LineEnd - CR.LineStart + 1;
63 CoveredLines += LineCount - std::count(ExecutionCounts.begin(),
65 NumLines += LineCount;
SourceCoverageView.cpp 189 LineCoverageInfo LineCount;
191 LineCount.addRegionCount(WrappedSegment->Count);
194 LineCount.addRegionStartCount(S->Count);
199 renderLineCoverageColumn(OS, LineCount);
215 LineCount.hasMultipleRegions()) &&
  /external/giflib/
gif_font.c 212 int i, j = 0, LineCount = 0, TextWidth = 0;
221 LineCount++;
224 LineCount++; /* count last line */
231 border + LineCount * GIF_FONT_HEIGHT + border - 1, bg);
249 border + LineCount * GIF_FONT_HEIGHT + border, fg);
  /external/libevent/
event_rpcgen.py 364 def LineCount(self):
396 'around line %d' % (self._name, self.LineCount()))
400 'around line %d' % (self._name, self.LineCount()))
404 'around line %d' % (self._name, self.LineCount()))
594 'around line %d' % (self._name, self.LineCount()))
    [all...]
  /external/clang/lib/Format/
FormatToken.h 501 unsigned LineCount;
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 300 milliseconds