/external/emma/core/res/com/vladium/emma/report/ |
report_usage.res | 5 "list of meta/coverage data files"; 10 "coverage report type list";
|
/packages/providers/CalendarProvider/ |
Android.mk | 33 # The Emma tool analyzes code coverage when running unit tests on the 36 # would dilute the coverage results. These options do not affect regular
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/ |
index.html | 5 <title>Coverage report</title> 12 jQuery(document).ready(coverage.index_ready); 19 <h1>Coverage report: 57 <th class='right shortkey_c'>coverage</th> 95 <a class='nav' href='{{__url__}}'>coverage.py v{{__version__}}</a>
|
/external/chromium_org/third_party/icu/source/common/ |
servlkf.cpp | 30 LocaleKeyFactory::LocaleKeyFactory(int32_t coverage) 32 , _coverage(coverage) 36 LocaleKeyFactory::LocaleKeyFactory(int32_t coverage, const UnicodeString& name) 38 , _coverage(coverage) 132 result.append(", coverage: ");
|
/external/chromium_org/third_party/lcov/ |
lcovrc | 11 # Specify coverage rate limits (in %) for classifying file entries 16 # For line coverage 20 # For function coverage 82 # Include function coverage data display (can be disabled by the 83 # --no-func-coverage option of genhtml)
|
/external/icu4c/common/ |
servlkf.cpp | 30 LocaleKeyFactory::LocaleKeyFactory(int32_t coverage) 32 , _coverage(coverage) 36 LocaleKeyFactory::LocaleKeyFactory(int32_t coverage, const UnicodeString& name) 38 , _coverage(coverage) 132 result.append(", coverage: ");
|
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
CtsApiCoverage.java | 47 System.out.println("Usage: cts-api-coverage [OPTION]... [APK]..."); 62 System.out.println(" -p PACKAGENAMEPREFIX report coverage only for package that start with"); 76 String reportTitle = "CTS API Coverage"; 111 * in current.xml. The object will have no information about the coverage for each 115 * call methods on the ApiCoverage object to cumulatively add coverage stats. 117 * 3. Output a report based on the coverage stats in the ApiCoverage object. 139 * Creates an object representing the API that will be used later to collect coverage 144 * coverage statistics yet 167 * Adds coverage information gleamed from running dexdeps on the APK to the 170 * @param apiCoverage object to which the coverage statistics will be added t [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_aatritemp.h | 169 * edges, stopping when we find that coverage = 0. If the long edge 192 GLfloat coverage = 0.0F; 198 /* skip over fragments with zero coverage */ 200 coverage = compute_coveragef(pMin, pMid, pMax, startX, iy); 201 if (coverage > 0.0F) 221 while (coverage > 0.0F) { 225 array->coverage[count] = coverage; 235 coverage = compute_coveragef(pMin, pMid, pMax, ix, iy); 261 GLfloat coverage = 0.0F [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_aatritemp.h | 169 * edges, stopping when we find that coverage = 0. If the long edge 192 GLfloat coverage = 0.0F; 198 /* skip over fragments with zero coverage */ 200 coverage = compute_coveragef(pMin, pMid, pMax, startX, iy); 201 if (coverage > 0.0F) 221 while (coverage > 0.0F) { 225 array->coverage[count] = coverage; 235 coverage = compute_coveragef(pMin, pMid, pMax, ix, iy); 261 GLfloat coverage = 0.0F [all...] |
/external/chromium_org/third_party/lcov-1.9/ |
lcovrc | 11 # Specify coverage rate limits (in %) for classifying file entries 18 # Width of line coverage field in source code view 21 # Width of branch coverage field in source code view 82 # Include function coverage data display (can be disabled by the 83 # --no-func-coverage option of genhtml) 86 # Include branch coverage data display (can be disabled by the 87 # --no-branch-coverage option of genhtml)
|
CHANGES | 9 - Improved warning message about --initial not generating branch coverage data 15 - Fixed problem where coverage data is missing for some files. Reported by 18 initial coverage data. Reported by ahmed_osman@mentor.com. 44 - Added support for branch coverage measurements 48 - Improved coverage rate limits: all coverage types use the same limits 56 coverage data (Can't use an undefined value as a HASH reference at genhtml 66 - Added support for branch coverage measurements 68 coverage reports by adding keywords to the source code. 88 - Added support for branch coverage measurement [all...] |
/external/chromium_org/third_party/skia/src/gpu/ |
GrDrawState.h | 238 * Determines whether the output coverage is guaranteed to be one for all pixels hit by a draw. 314 /// @name Coverage 318 * Sets a constant fractional coverage to be applied to the draw. The 320 * coverage is ignored when per-vertex coverage is provided. 322 void setCoverage(uint8_t coverage) { 323 fCommon.fCoverage = GrColorPackRGBA(coverage, coverage, coverage, coverage); [all...] |
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLProgramDesc.cpp | 162 // For constant color and coverage we need an attribute with an index beyond those already set 183 // Here we deal with whether/how we handle color and coverage separately. 185 // Set these defaults and then possibly change our mind if there is coverage. 189 // If we do have coverage determine whether it matters. 193 // color filter is applied between color/coverage computation 198 // If we're stenciling then we want to discard samples that have zero coverage 208 // write the coverage value to second color 212 // SA dst coeff becomes 1-(1-SA)*coverage when dst is partially covered. 216 // SA dst coeff becomes 1-(1-SA)*coverage when dst is partially covered.
|
/external/skia/src/gpu/ |
GrDrawState.h | 238 * Determines whether the output coverage is guaranteed to be one for all pixels hit by a draw. 314 /// @name Coverage 318 * Sets a constant fractional coverage to be applied to the draw. The 320 * coverage is ignored when per-vertex coverage is provided. 322 void setCoverage(uint8_t coverage) { 323 fCommon.fCoverage = GrColorPackRGBA(coverage, coverage, coverage, coverage); [all...] |
/external/skia/src/gpu/gl/ |
GrGLProgramDesc.cpp | 162 // For constant color and coverage we need an attribute with an index beyond those already set 183 // Here we deal with whether/how we handle color and coverage separately. 185 // Set these defaults and then possibly change our mind if there is coverage. 189 // If we do have coverage determine whether it matters. 193 // color filter is applied between color/coverage computation 198 // If we're stenciling then we want to discard samples that have zero coverage 208 // write the coverage value to second color 212 // SA dst coeff becomes 1-(1-SA)*coverage when dst is partially covered. 216 // SA dst coeff becomes 1-(1-SA)*coverage when dst is partially covered.
|
/external/chromium_org/third_party/lcov/man/ |
geninfo.1 | 38 converts all GCOV coverage data files found in 90 get partial coverage information for each base directory which can then be 107 source code line and stored along with the coverage data. This checksum will 108 be used to prevent attempts to combine coverage data from different source 112 to speed up coverage data processing and to reduce the size of tracefiles. 132 libtool, disable this option to prevent problems when capturing coverage data. 179 Capture initial zero coverage data. 182 files before running any test case. The result is a "baseline" coverage data 183 file that contains zero coverage for every instrumented line. Combine this 184 data file (using lcov \-a) with coverage data files captured after a tes [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_quad.h | 60 * Quad stage inputs (pos, coverage, front/back face, etc) 65 float coverage[TGSI_QUAD_SIZE]; /**< fragment coverage for antialiasing */ member in struct:quad_header_input
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_quad.h | 60 * Quad stage inputs (pos, coverage, front/back face, etc) 65 float coverage[TGSI_QUAD_SIZE]; /**< fragment coverage for antialiasing */ member in struct:quad_header_input
|
/external/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 783 coverage; \/* Offset to Coverage table--from member in struct:OT::PairPosFormat2 967 coverage; \/* Offset to Coverage table--from member in struct:OT::CursivePosFormat1 1451 const Coverage *coverage = &get_subtable (i).dispatch (&c, get_type ()); local [all...] |
/development/testrunner/coverage/ |
coverage_targets.py | 27 """Accessor for the code coverage target xml file 56 """Parse the coverage target data from from given file path, and add it to 102 """Parse coverage data from XML. 105 target: the Coverage object to populate
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
misc.py | 1 """Miscellaneous stuff for Coverage.""" 4 from coverage.backward import md5, sorted # pylint: disable=W0622 5 from coverage.backward import string_class, to_bytes 122 """An exception specific to Coverage."""
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
dtfmapts.h | 41 * Add better code coverage.
|
trnserr.h | 46 // JitterBug 4452, for coverage. The reason to put this method here is
|
/external/chromium_org/third_party/ots/src/ |
kern.h | 22 uint16_t coverage; member in struct:ots::OpenTypeKERNFormat0
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/ |
EnvironmentUtils.java | 19 * @coverage core
|