Home
last modified time | relevance | path

Searched refs:sourcefiles (Results 1 – 9 of 9) 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()
125 SourceFileCoverageImpl sourcefile = (SourceFileCoverageImpl) sourcefiles in getSourceFile()
129 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.java158 final Collection<ISourceFileCoverage> sourcefiles = coverageBuilder in testCreateSourceFile() local
160 assertEquals(1, sourcefiles.size()); in testCreateSourceFile()
161 ISourceFileCoverage s = sourcefiles.iterator().next(); in testCreateSourceFile()
179 final Collection<ISourceFileCoverage> sourcefiles = coverageBuilder in testCreateSourceFileDuplicateClassNameIdentical() local
181 assertEquals(1, sourcefiles.size()); in testCreateSourceFileDuplicateClassNameIdentical()
182 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
168 for (final File f : sourcefiles) { in getSourceLocator()
/external/epid-sdk/ext/argtable3/
Dargtable3.parts21 # sourcefiles
/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