/external/llvm/tools/llvm-cov/ |
D | CoverageSummaryInfo.cpp | 46 unsigned LineCount = LineEnd - LineStart + 1; in get() local 50 ExecutionCounts.resize(LineCount, 0); in get() 57 LineCount -= CR.LineEnd - CR.LineStart + 1; in get() 63 CoveredLines += LineCount - std::count(ExecutionCounts.begin(), in get() 65 NumLines += LineCount; in get()
|
D | SourceCoverageView.cpp | 177 LineCoverageStats LineCount; in print() local 179 LineCount.addRegionCount(WrappedSegment->Count); in print() 182 LineCount.addRegionStartCount(S->Count); in print() 186 renderLineCoverageColumn(OS, LineCount); in print() 201 if (shouldRenderRegionMarkers(LineCount.hasMultipleRegions())) in print()
|
/external/pdfium/third_party/lcms/src/ |
D | cmsxform.c | 216 cmsUInt32Number LineCount, in cmsDoTransformLineStride() argument 231 p->xform(p, InputBuffer, OutputBuffer, PixelsPerLine, LineCount, &stride); in cmsDoTransformLineStride() 245 cmsUInt32Number LineCount, in FloatXFORM() argument 254 _cmsHandleExtraChannels(p, in, out, PixelsPerLine, LineCount, Stride); in FloatXFORM() 259 for (i = 0; i < LineCount; i++) { in FloatXFORM() 309 cmsUInt32Number LineCount, in NullFloatXFORM() argument 318 _cmsHandleExtraChannels(p, in, out, PixelsPerLine, LineCount, Stride); in NullFloatXFORM() 323 for (i = 0; i < LineCount; i++) { in NullFloatXFORM() 347 cmsUInt32Number LineCount, in NullXFORM() argument 355 _cmsHandleExtraChannels(p, in, out, PixelsPerLine, LineCount, Stride); in NullXFORM() [all …]
|
D | cmsalpha.c | 413 cmsUInt32Number LineCount, in _cmsHandleExtraChannels() argument 458 for (i = 0; i < LineCount; i++) { in _cmsHandleExtraChannels() 489 for (i = 0; i < LineCount; i++) { in _cmsHandleExtraChannels()
|
D | lcms2_internal.h | 1026 cmsUInt32Number LineCount,
|
/external/giflib/ |
D | gif_font.c | 213 int j = 0, LineCount = 0, TextWidth = 0; in GifDrawBoxedText8x8() local 223 LineCount++; in GifDrawBoxedText8x8() 226 LineCount++; /* count last line */ in GifDrawBoxedText8x8() 238 border + LineCount * GIF_FONT_HEIGHT + border - 1, bg); in GifDrawBoxedText8x8() 255 border + LineCount * GIF_FONT_HEIGHT + border, fg); in GifDrawBoxedText8x8()
|
/external/libcups/filter/ |
D | rastertoepson.c | 65 LineCount, /* # of lines processed */ variable 318 LineCount = 0; in StartPage() 662 if (Shingling && LineCount != 0) in OutputLine() 668 if (LineCount & 1) in OutputLine() 707 if (Shingling && LineCount != 0) in OutputLine() 736 LineCount ++; in OutputLine() 868 if (Shingling && LineCount != 0) in OutputRows() 875 if (Shingling && LineCount != 0) in OutputRows()
|
/external/clang/lib/Format/ |
D | FormatToken.cpp | 240 Format.LineCount = 1; in precomputeFormattingInfos() 246 ++Format.LineCount; in precomputeFormattingInfos() 292 if (BestFormat && I->LineCount > BestFormat->LineCount) in getColumnFormat()
|
D | FormatToken.h | 544 unsigned LineCount; member
|
/external/llvm/lib/IR/ |
D | GCOV.cpp | 609 uint64_t LineCount = 0; in print() local 614 LineCount = LineCount > BlockCount ? LineCount : BlockCount; in print() 617 LineCount += Block->getCount(); in print() 655 if (LineCount == 0) in print() 658 CovOS << format("%9" PRIu64 ":", LineCount); in print()
|
/external/libevent/ |
D | event_rpcgen.py | 370 def LineCount(self): member in Entry 402 'around line %d' % (self._name, self.LineCount())) 406 'around line %d' % (self._name, self.LineCount())) 410 'around line %d' % (self._name, self.LineCount())) 600 'around line %d' % (self._name, self.LineCount()))
|
/external/pdfium/third_party/lcms/include/ |
D | lcms2_plugin.h | 594 cmsUInt32Number LineCount,
|
D | lcms2.h | 1745 cmsUInt32Number LineCount,
|