/external/jacoco/org.jacoco.report/src/org/jacoco/report/html/ |
HTMLFormatter.java | 12 package org.jacoco.report.html; 23 import org.jacoco.report.ILanguageNames; 24 import org.jacoco.report.IMultiReportOutput; 25 import org.jacoco.report.IReportGroupVisitor; 26 import org.jacoco.report.IReportVisitor; 27 import org.jacoco.report.ISourceFileLocator; 28 import org.jacoco.report.JavaNames; 29 import org.jacoco.report.internal.ReportOutputFolder; 30 import org.jacoco.report.internal.html.HTMLGroupVisitor; 31 import org.jacoco.report.internal.html.IHTMLReportContext [all...] |
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/ |
Table.java | 12 package org.jacoco.report.internal.html.table; 21 import org.jacoco.report.internal.ReportOutputFolder; 22 import org.jacoco.report.internal.html.HTMLElement; 23 import org.jacoco.report.internal.html.resources.Resources; 24 import org.jacoco.report.internal.html.resources.Styles;
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/ |
HTMLElementTest.java | 12 package org.jacoco.report.internal.html;
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/table/ |
BarColumnTest.java | 12 package org.jacoco.report.internal.html.table; 27 import org.jacoco.report.MemoryMultiReportOutput; 28 import org.jacoco.report.internal.ReportOutputFolder; 29 import org.jacoco.report.internal.html.HTMLDocument; 30 import org.jacoco.report.internal.html.HTMLElement; 31 import org.jacoco.report.internal.html.HTMLSupport; 32 import org.jacoco.report.internal.html.resources.Resources;
|
CounterColumnTest.java | 12 package org.jacoco.report.internal.html.table; 29 import org.jacoco.report.MemoryMultiReportOutput; 30 import org.jacoco.report.internal.ReportOutputFolder; 31 import org.jacoco.report.internal.html.HTMLDocument; 32 import org.jacoco.report.internal.html.HTMLElement; 33 import org.jacoco.report.internal.html.HTMLSupport; 34 import org.jacoco.report.internal.html.resources.Resources;
|
LabelColumnTest.java | 12 package org.jacoco.report.internal.html.table; 22 import org.jacoco.report.MemoryMultiReportOutput; 23 import org.jacoco.report.internal.ReportOutputFolder; 24 import org.jacoco.report.internal.html.HTMLDocument; 25 import org.jacoco.report.internal.html.HTMLElement; 26 import org.jacoco.report.internal.html.HTMLSupport; 27 import org.jacoco.report.internal.html.resources.Resources;
|
PercentageColumnTest.java | 12 package org.jacoco.report.internal.html.table; 26 import org.jacoco.report.MemoryMultiReportOutput; 27 import org.jacoco.report.internal.ReportOutputFolder; 28 import org.jacoco.report.internal.html.HTMLDocument; 29 import org.jacoco.report.internal.html.HTMLElement; 30 import org.jacoco.report.internal.html.HTMLSupport; 31 import org.jacoco.report.internal.html.resources.Resources;
|
/external/llvm/tools/llvm-cov/ |
CodeCoverage.cpp | 11 // report coverage information using the profiling instrumentation and code 47 /// \brief The report command. 48 Report 80 int report(int argc, const char **argv, 374 case Report: 375 return report(argc, argv, commandLineParser); 476 int CodeCoverageTool::report(int argc, const char **argv, function in class:CodeCoverageTool 486 CoverageReport Report(ViewOpts, std::move(Coverage)); 488 Report.renderFileReports(llvm::outs()); 490 Report.renderFunctionReports(SourceFiles, llvm::outs()) [all...] |
/external/tcpdump/ |
print-mpcp.c | 48 { MPCP_OPCODE_REPORT, "Report" }, 139 uint8_t queue_sets, queue_set, report_bitmap, report; local 195 ND_PRINT((ndo, "\n\t Queue-Set #%u, Report-Bitmap [ %s ]", 200 report=1; 204 ND_PRINT((ndo, "\n\t Q%u Report, Duration %u ticks", 205 report, 209 report++;
|
/external/webrtc/talk/app/webrtc/ |
statstypes.cc | 747 StatsReport* report = new StatsReport(id); local 748 list_.push_back(report); 749 return report; 764 StatsReport* report = new StatsReport((*it)->id()); local 766 *it = report; 767 return report; 772 // Looks for a report with the given |id|. If one is not found, NULL
|
/external/webrtc/webrtc/base/ |
socketadapters.cc | 406 static bool report = false; local 407 if (!unknown_mechanisms_.empty() && !report) { 408 report = true; 418 //std::string msg("Please report the following information to foo@bar.com:\r\nUnknown methods: ");
|
/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/ |
SimpleCompilationTest.java | 103 ScopedErrorReport report = scopedException.getScopedErrorReport(); local 104 assertNotNull(report); 105 assertEquals(1, report.getLocations().size()); 106 Location loc = report.getLocations().get(0); 111 final File errorFile = new File(report.getFilePath()); 136 ScopedErrorReport report = exception.getScopedErrorReport(); local 137 final File errorFile = new File(report.getFilePath()); 150 assertEquals(1, report.getLocations().size()); 151 Location loc = report.getLocations().get(0); 274 final ScopedErrorReport report = ex.getScopedErrorReport() local [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
modulefinder.py | 489 def report(self): member in class:ModuleFinder 490 """Print a report to stdout, listing the found modules with their 663 mf.report()
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
modulefinder.py | 489 def report(self): member in class:ModuleFinder 490 """Print a report to stdout, listing the found modules with their 663 mf.report()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
modulefinder.py | 489 def report(self): member in class:ModuleFinder 490 """Print a report to stdout, listing the found modules with their 663 mf.report()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
modulefinder.py | 489 def report(self): member in class:ModuleFinder 490 """Print a report to stdout, listing the found modules with their 663 mf.report()
|
/toolchain/binutils/binutils-2.25/binutils/ |
bucomm.c | 121 report (const char * format, va_list args) 136 report (format, args); 148 report (format, args); 119 report (const char * format, va_list args) function
|
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.1.201405082137/ |
org.jacoco.ant-0.7.1.201405082137-nodeps.jar | |
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.3.201501221555/ |
org.jacoco.ant-0.7.3.201501221555-nodeps.jar | |
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.4.201502262128/ |
org.jacoco.ant-0.7.4.201502262128-nodeps.jar | |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
WifiLogger.java | 197 BugReport report = captureBugreport(reason, isVerboseLoggingEnabled()); local 198 mLastBugReports.addLast(report); 203 BugReport report = captureBugreport(errorCode, isVerboseLoggingEnabled()); local 204 report.alertData = alertData; 205 mLastAlerts.addLast(report); 502 BugReport report = new BugReport(); local 503 report.errorCode = errorCode; 504 report.systemTimeMs = System.currentTimeMillis(); 505 report.kernelTimeNanos = System.nanoTime(); 516 report.ringBuffers.put(buffer.name, buffers) [all...] |
/cts/common/util/src/com/android/compatibility/common/util/ |
ReportLog.java | 33 * Utility class to add results to the report. 69 * Creates a metric array to be included in the report. Each object has a message 175 * Adds a double array of metrics to the report. 182 * Adds a double array of metrics to the report. 190 * Adds a double metric to the report. 197 * Adds a double metric to the report. 205 * Adds an int metric to the report. 212 * Adds a long metric to the report. 219 * Adds a float metric to the report. 226 * Adds a boolean metric to the report 368 ReportLog report = new ReportLog(); local [all...] |
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
TestPackageResult.java | 250 ReportLog report = null; local 253 report = ReportLog.parse(perfResult); 259 if (report != null && !result.getResult().equals(CtsTestStatus.FAIL)) { 261 result.setReportLog(report); 267 * Report the given test as a failure. 280 * Report that the given test has completed.
|
/external/antlr/antlr-3.4/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/ |
GUnitExecuteMojo.java | 100 * @parameter expression="${basedir}/target/gunit-report" 275 getLog().info( "gUnit report directory : " + reportDirectory.getAbsolutePath() ); 279 getLog().warn( "mkdirs() reported problem creating report directory" ); 305 String report = executor.execTest(); local 306 writeReportFile( new File( reportDirectory, scriptBaseName + ".txt" ), report ); 390 getLog().warn( "Error writing gUnit report file", e );
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
control.py | 943 def report( member in class:Coverage [all...] |