/external/chromium_org/third_party/lcov-1.9/rpm/ |
lcov.spec | 7 URL: http://ltp.sourceforge.net/coverage/lcov.php 13 LCOV is a graphical front-end for GCC's coverage testing tool gcov. It collects 15 source code annotated with coverage information. It also adds overview pages
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLCaps.h | 31 * Represents a supported multisampling/coverage-sampling mode. 34 // "Coverage samples" includes samples that actually have color, depth, 35 // stencil, ... as well as those that don't (coverage only). All samples 36 // are coverage samples. (We're using the word "coverage sample" to 41 // depth) rather than just representing coverage. They are a subset 42 // of coverage samples. (Again the wording was chosen to match the 96 * No coverage sample support 186 * Reports the type of coverage sample AA support. 191 * Chooses a supported coverage mode based on a desired sample count. Th [all...] |
/external/emma/core/res/ |
emma_default.properties | 7 # -Dreport.txt.out.file=coverage.txt 16 # -Demma.report.txt.out.file=coverage.txt 44 session.out.file: coverage.es 49 # runtime coverage data output properties: 51 coverage.out.file: /sdcard/coverage.ec 52 coverage.out.merge: true 58 metadata.out.file: coverage.em 76 report.txt.out.file: coverage.txt 81 #report.html.out.dir: coverage [all...] |
/external/skia/src/gpu/gl/ |
GrGLCaps.h | 31 * Represents a supported multisampling/coverage-sampling mode. 34 // "Coverage samples" includes samples that actually have color, depth, 35 // stencil, ... as well as those that don't (coverage only). All samples 36 // are coverage samples. (We're using the word "coverage sample" to 41 // depth) rather than just representing coverage. They are a subset 42 // of coverage samples. (Again the wording was chosen to match the 96 * No coverage sample support 186 * Reports the type of coverage sample AA support. 191 * Chooses a supported coverage mode based on a desired sample count. Th [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-layout-gpos-table.hh | 385 struct MarkArray : ArrayOf<MarkRecord> /* Array of MarkRecords--in Coverage order */ 431 (this+coverage).add_coverage (c->input); 434 inline const Coverage &get_coverage (void) const 436 return this+coverage; 442 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); 454 return TRACE_RETURN (c->check_struct (this) && coverage.sanitize (c, this) && valueFormat.sanitize_value (c, this, values)); 459 OffsetTo<Coverage> 460 coverage; /* Offset to Coverage table--from member in struct:OT::SinglePosFormat1 466 * the Coverage table * 508 coverage; \/* Offset to Coverage table--from member in struct:OT::SinglePosFormat2 691 coverage; \/* Offset to Coverage table--from member in struct:OT::PairPosFormat1 781 coverage; \/* Offset to Coverage table--from member in struct:OT::PairPosFormat2 965 coverage; \/* Offset to Coverage table--from member in struct:OT::CursivePosFormat1 1446 const Coverage *coverage = &get_subtable (i).dispatch (&c, get_type ()); local [all...] |
/external/ceres-solver/docs/source/ |
reading.rst | 10 provides a thorough coverage of the bundle adjustment problem.
|
/external/chromium/build/linux/ |
chrome_linux.croc | 4 # TODO(jhawkins): We'll need to add a chromeos.croc once we get a coverage bot
|
/external/chromium_org/build/linux/ |
chrome_linux.croc | 4 # TODO(jhawkins): We'll need to add a chromeos.croc once we get a coverage bot
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
html.py | 1 """HTML reporting for Coverage.""" 5 import coverage namespace 6 from coverage.backward import pickle, write_encoded 7 from coverage.misc import CoverageException, Hasher 8 from coverage.phystokens import source_token_lines 9 from coverage.report import Reporter 10 from coverage.templite import Templite 49 '__url__': coverage.__url__, 50 '__version__': coverage.__version__, 56 self.coverage = co [all...] |
data.py | 0 """Coverage data for Coverage.""" 5 from coverage.backward import pickle, sorted # pylint: disable=W0622 6 from coverage.files import PathAliases 10 """Manages collected coverage data, including file storage. 30 `collector` is a string describing the coverage measurement software. 39 self.filename = basename or ".coverage" 72 """Read coverage data from the coverage data file (if it exists).""" 79 """Write the collected coverage data to a file [all...] |
/external/chromium_org/third_party/lcov/ |
README.chromium | 3 URL: http://ltp.sourceforge.net/coverage/lcov.php
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/ |
IFlyoutMenuContributor.java | 19 * @coverage core.control
|
/external/emma/core/java12/com/vladium/emma/data/ |
ICoverageData.java | 22 public DataHolder (final boolean [][] coverage, final long stamp) 24 m_coverage = coverage; 45 //void setImmutable (); // TODO: this only disables addClass(), not coverage array updates; rename 46 void addClass (boolean [][] coverage, String classVMName, long stamp);
|
/external/expat/tests/ |
README.txt | 2 tests provide general unit testing and regression coverage. The tests
|
/external/icu4c/layout/ |
KernTable.h | 32 le_uint16 coverage; member in class:KernTable
|
SubtableProcessor.h | 33 SubtableCoverage coverage; member in class:SubtableProcessor
|
SubtableProcessor2.h | 33 SubtableCoverage2 coverage; member in class:SubtableProcessor2
|
/external/harfbuzz/src/ |
harfbuzz-dump.c | 187 DEF_DUMP (Coverage) 191 DUMP_FUINT (Coverage, CoverageFormat); 193 if (Coverage->CoverageFormat == 1) 196 DUMP_FUINT (&Coverage->cf.cf1, GlyphCount); 198 for (i = 0; i < Coverage->cf.cf1.GlyphCount; i++) 200 Coverage->cf.cf1.GlyphArray[i], i); 205 DUMP_FUINT (&Coverage->cf.cf2, RangeCount); 207 for ( i = 0; i < Coverage->cf.cf2.RangeCount; i++ ) 209 Coverage->cf.cf2.RangeRecord[i].Start, 210 Coverage->cf.cf2.RangeRecord[i].End, i) [all...] |
/external/emma/core/java12/com/vladium/emma/report/txt/ |
ReportGenerator.java | 108 outFile = new File ("coverage.txt"); 144 // [all] coverage summary row: 145 addTitleRow ("OVERALL COVERAGE SUMMARY", 0, 1); 150 // coverage row: 173 addTitleRow ("COVERAGE BREAKDOWN BY PACKAGE", 1, 1); 188 // coverage row: 206 // coverage summary row: 207 addTitleRow ("COVERAGE SUMMARY FOR PACKAGE [".concat (item.getName ()).concat ("]"), 0, 1); 212 // coverage row: 221 final String summaryTitle = m_srcView ? "COVERAGE BREAKDOWN BY SOURCE FILE" : "COVERAGE BREAKDOWN BY CLASS" [all...] |
/external/chromium_org/third_party/lcov-1.9/man/ |
geninfo.1 | 38 converts all GCOV coverage data files found in 117 get partial coverage information for each base directory which can then be 134 source code line and stored along with the coverage data. This checksum will 135 be used to prevent attempts to combine coverage data from different source 139 to speed up coverage data processing and to reduce the size of tracefiles. 159 libtool, disable this option to prevent problems when capturing coverage data. 206 Capture initial zero coverage data. 209 files before running any test case. The result is a "baseline" coverage data 210 file that contains zero coverage for every instrumented line and function. 211 Combine this data file (using lcov \-a) with coverage data files capture [all...] |
/external/chromium_org/tools/code_coverage/ |
process_coverage.py | 31 # Number of lines of a new coverage data set 41 This method is required only for code coverage on Win32. Due to a known issue 66 hierarchy for the coverage data and then runs genhtml to get the actual HTML 67 formatted coverage data. 74 Code coverage percentage on sucess. 98 # TODO(niranjan): Parse the stdout and return coverage percentage. 152 # we can estimate the code coverage perscentage accurately. We use a 190 """Parse code coverage data into coverage results per source node. 196 lcov_path: File path to lcov coverage data [all...] |
coverage_posix.py | 6 """Generate and process code coverage. 11 to generate coverage numbers, please run from within a gyp-generated 14 All platforms, to set up coverage: 17 Run coverage on... 19 ( cd src/chrome ; xcodebuild -configuration Debug -target coverage ) 21 ( cd src/chrome ; hammer coverage ) 22 # In particular, don't try and run 'coverage' from src/build 26 a "coverage" directory will be created containing the output html. 53 --bundles=BUNDLEFILE: a file containing a python list of coverage 56 This is used as part of the coverage bot [all...] |
/cts/tools/cts-api-coverage/src/ |
Android.mk | 18 # cts-api-coverage java library 26 LOCAL_MODULE := cts-api-coverage
|
/cts/tools/cts-api-coverage/src/res/ |
api-coverage.xsl | 81 <h1><xsl:value-of select="api-coverage/@title" /></h1> 83 Generated: <xsl:value-of select="api-coverage/@generatedTime" /> 86 Total: <xsl:value-of select="api-coverage/total/@coveragePercentage" />% 87 (<xsl:value-of select="api-coverage/total/@numCovered" />/<xsl:value-of select="api-coverage/total/@numTotal" />) 90 Source APKs (<xsl:value-of select="count(api-coverage/debug/sources/apk)" />) 94 <xsl:for-each select="api-coverage/debug/sources/apk"> 100 <xsl:for-each select="api-coverage/api/package">
|
/external/emma/core/res/com/vladium/emma/instr/ |
instr_usage.res | 15 "metadata output file (defaults to 'coverage.em')"; 30 "coverage inclusion/exclusion patterns {?,*}";
|