Home
last modified time | relevance | path

Searched refs:sourcefiles (Results 1 – 12 of 12) sorted by relevance

/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
DCoverageBuilder.java41 private final Map<String, ISourceFileCoverage> sourcefiles; field in CoverageBuilder
49 this.sourcefiles = new HashMap<String, ISourceFileCoverage>(); in CoverageBuilder()
67 return Collections.unmodifiableCollection(sourcefiles.values()); in getSourceFiles()
79 sourcefiles.values()); in getBundle()
121 SourceFileCoverageImpl sourcefile = (SourceFileCoverageImpl) sourcefiles in getSourceFile()
125 sourcefiles.put(key, sourcefile); in getSourceFile()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
DBundleCoverageImplTest.java36 Collection<ISourceFileCoverage> sourcefiles = Collections.emptySet(); in testProperties() local
39 classes, sourcefiles)); in testProperties()
50 Collection<ISourceFileCoverage> sourcefiles = Collections.emptySet(); in testCounters() local
52 sourcefiles) { in testCounters()
62 sourcefiles) { in testCounters()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DBundleCoverageImpl.java64 final Collection<ISourceFileCoverage> sourcefiles) { in BundleCoverageImpl() argument
65 this(name, groupByPackage(classes, sourcefiles)); in BundleCoverageImpl()
70 final Collection<ISourceFileCoverage> sourcefiles) { in groupByPackage() argument
77 for (final ISourceFileCoverage s : sourcefiles) { in groupByPackage()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/analysis/
DCoverageBuilderTest.java154 final Collection<ISourceFileCoverage> sourcefiles = coverageBuilder in testCreateSourceFile() local
156 assertEquals(1, sourcefiles.size()); in testCreateSourceFile()
157 ISourceFileCoverage s = sourcefiles.iterator().next(); in testCreateSourceFile()
175 final Collection<ISourceFileCoverage> sourcefiles = coverageBuilder in testCreateSourceFileDuplicateClassNameIdentical() local
177 assertEquals(1, sourcefiles.size()); in testCreateSourceFileDuplicateClassNameIdentical()
178 ISourceFileCoverage s = sourcefiles.iterator().next(); in testCreateSourceFileDuplicateClassNameIdentical()
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
DReportTask.java106 private final SourceFilesElement sourcefiles = new SourceFilesElement(); field in ReportTask.GroupElement
146 return sourcefiles; in createSourcefiles()
543 final SourceFilesElement sourcefiles = group.sourcefiles; in createReport() local
545 sourcefiles.encoding, sourcefiles.tabWidth); in createReport()
546 locator.addAll(sourcefiles.iterator()); in createReport()
/external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/commands/
DReport.java54 List<File> sourcefiles = new ArrayList<File>(); field in Report
167 for (final File f : sourcefiles) { in getSourceLocator()
/external/elfutils/debuginfod/
Ddebuginfod.cxx2330 set<string> sourcefiles; in scan_source_file() local
2336 elf_classify (fd, executable_p, debuginfo_p, buildid, sourcefiles); in scan_source_file()
2396 if (sourcefiles.size() && buildid != "") in scan_source_file()
2398 fts_sourcefiles += sourcefiles.size(); in scan_source_file()
2400 for (auto&& dwarfsrc : sourcefiles) in scan_source_file()
2563 set<string> sourcefiles; in archive_classify() local
2564 elf_classify (fd, executable_p, debuginfo_p, buildid, sourcefiles); in archive_classify()
2580 if (sourcefiles.size() > 0) // sref records needed in archive_classify()
2590 for (auto&& s : sourcefiles) in archive_classify()
2655 << " sourcefiles=" << sourcefiles.size() << endl; in archive_classify()
/external/elfutils/tests/
Drun-debuginfod-find.sh272 sourcefiles=$(find -name \*\\.debug \
279 wait_ready $PORT1 'found_sourcerefs_total{source=".rpm archive"}' $sourcefiles
DChangeLog448 metrics instead of sleeping. Calculate rpms and sourcefiles
/external/mtools/
Dmtools.texi1559 @code{mcopy} [@code{-bspanvmQT}] [@code{-D} @var{clash_option}] @var{sourcefile} [ @var{sourcefiles
2144 @code{mmove} [@code{-v}] [@code{-D} @var{clash_option}] @var{sourcefile} [ @var{sourcefiles}@dots{…
/external/python/cpython2/Misc/
DHISTORY6002 - The default encoding for Python sourcefiles in MacPython-OS9 is no longer
6004 other platforms. If you really need sourcefiles with Mac characters in them
/external/python/cpython3/Misc/
DHISTORY23386 - The default encoding for Python sourcefiles in MacPython-OS9 is no longer
23388 other platforms. If you really need sourcefiles with Mac characters in them