/external/icu/icu4c/source/test/perf/dicttrieperf/ |
D | dicttrieperf.cpp | 75 int32_t getNumLines() const { return numLines; } in getNumLines() function in DictionaryTriePerfTest 413 int32_t numLines=perf.getNumLines(); in UCharsTrieDictLookup() 446 int32_t numLines=perf.getNumLines(); in call() 470 int32_t numLines=perf.getNumLines(); in call() 516 int32_t numLines=perf.getNumLines(); in BytesTrieDictLookup() 595 int32_t numLines=perf.getNumLines(); in call() 622 int32_t numLines=perf.getNumLines(); in call()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/ |
D | CoverageReport.cpp | 232 (unsigned)File.LineCoverage.getNumLines()); in render() 234 "%*u", FileReportColumns[11], (unsigned)(File.LineCoverage.getNumLines() - in render() 236 if (File.LineCoverage.getNumLines()) in render() 267 (unsigned)Function.LineCoverage.getNumLines()); in render() 270 (unsigned)(Function.LineCoverage.getNumLines() - in render()
|
D | CoverageSummaryInfo.h | 93 size_t getNumLines() const { return NumLines; } in getNumLines() function
|
D | CoverageExporterJson.cpp | 346 emitDictElement("count", Summary.LineCoverage.getNumLines()); in renderSummary()
|
D | SourceCoverageViewHTML.cpp | 377 FCS.LineCoverage.getNumLines(), in emitFileSummary()
|
/external/swiftshader/third_party/LLVM/tools/llvm-diff/ |
D | DiffLog.cpp | 46 unsigned DiffLogBuilder::getNumLines() const { return Diff.size(); } in getNumLines() function in DiffLogBuilder
|
D | DiffLog.h | 72 unsigned getNumLines() const;
|
D | DiffConsumer.cpp | 188 for (unsigned I = 0, E = Log.getNumLines(); I != E; ++I) { in logd()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-diff/ |
D | DiffLog.cpp | 44 unsigned DiffLogBuilder::getNumLines() const { return Diff.size(); } in getNumLines() function in DiffLogBuilder
|
D | DiffLog.h | 76 unsigned getNumLines() const;
|
D | DiffConsumer.cpp | 193 for (unsigned I = 0, E = Log.getNumLines(); I != E; ++I) { in logd()
|
/external/llvm/tools/llvm-diff/ |
D | DiffLog.cpp | 45 unsigned DiffLogBuilder::getNumLines() const { return Diff.size(); } in getNumLines() function in DiffLogBuilder
|
D | DiffLog.h | 76 unsigned getNumLines() const;
|
D | DiffConsumer.cpp | 193 for (unsigned I = 0, E = Log.getNumLines(); I != E; ++I) { in logd()
|
/external/clang/unittests/AST/ |
D | CommentParser.cpp | 502 if (VBC->getNumLines() != 0) in HasVerbatimBlockAt() 504 << "VerbatimBlockComment has " << VBC->getNumLines() << " lines(s), " in HasVerbatimBlockAt() 523 if (VBC->getNumLines() != 1) in HasVerbatimBlockAt() 525 << "VerbatimBlockComment has " << VBC->getNumLines() << " lines(s), " in HasVerbatimBlockAt() 551 if (VBC->getNumLines() != 2) in HasVerbatimBlockAt() 553 << "VerbatimBlockComment has " << VBC->getNumLines() << " lines(s), " in HasVerbatimBlockAt() 1378 ASSERT_EQ(3U, VBC->getNumLines()); in TEST_F()
|
/external/clang/lib/Index/ |
D | CommentToXML.cpp | 416 unsigned NumLines = C->getNumLines(); in visitVerbatimBlockComment() 790 unsigned NumLines = C->getNumLines(); in visitVerbatimBlockComment()
|
/external/clang/include/clang/Frontend/ |
D | ASTUnit.h | 209 unsigned getNumLines() const { in getNumLines() function
|
/external/clang/include/clang/AST/ |
D | Comment.h | 937 unsigned getNumLines() const { in getNumLines() function
|