HomeSort by relevance Sort by last modified time
    Searched refs:coverage (Results 76 - 100 of 202) sorted by null

1 2 34 5 6 7 8 9

  /development/testrunner/test_defs/
instrumentation_test.py 25 from coverage import coverage namespace
76 Used for generating code coverage metrics.
130 if options.coverage:
131 instrumentation_args["coverage"] = "true"
143 elif options.coverage:
144 coverage_gen = coverage.CoverageGenerator(adb)
150 # need to parse test output to determine path to coverage file
151 logger.Log("Running in coverage mode, suppressing test output")
163 logger.Log("Error: could not find coverage data on device"
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
main.py 93 parser.add_option('-c', '--coverage', action='store_true', default=False,
94 help='generate code coverage info')
119 # FIXME: unittest2 and coverage need to be in sys.path for their internal imports to work.
136 if self._options.coverage:
137 _log.warning("Checking code coverage, so running things serially")
140 import coverage namespace
141 cov = coverage.coverage(omit=["/usr/*", "*/webkitpy/thirdparty/*", "/Library/*"])
161 if self._options.coverage:
  /external/chromium_org/third_party/skia/include/gpu/
GrPaint.h 19 * The paint describes how color and coverage are computed at each pixel by GrContext draw
22 * The paint allows installation of custom color and coverage stages. New types of stages are
30 * Fractional pixel coverage follows a similar flow. The coverage is initially the value specified
31 * by setCoverage(). This is input to the first coverage stage. Coverage stages are chained
33 * fractional coverage produced by anti-aliasing. This last step produces the final coverage, C.
39 * Note that the coverage is applied after the blend. This is why they are computed as distinct
70 * Applies fractional coverage to the entire drawn primitive. Defaults to 0xff
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/
ClassItem.java 27 public ClassItem (final IItem parent, final ClassDescriptor cls, final boolean [][] coverage)
32 m_coverage = coverage;
  /external/emma/core/java12/com/vladium/emma/rt/
RT.java 61 // note: no attempt is made to execute the existing hook, so its coverage
86 // FR SF978671: fault all classes that we might need to do coverage
105 public static void r (final boolean [][] coverage, final String classVMName, final long stamp)
126 cdata.addClass (coverage, classVMName, stamp);
142 * Public API for forcing coverage data dump.
237 // load app props, create coverage data, and register an exit hook for it:
244 log.info ("collecting runtime coverage data ...");
  /external/icu4c/layout/
MorphTables.h 78 SubtableCoverage coverage; member in struct:MorphSubtableHeader
96 SubtableCoverage2 coverage; member in struct:MorphSubtableHeader2
  /external/skia/include/gpu/
GrPaint.h 19 * The paint describes how color and coverage are computed at each pixel by GrContext draw
22 * The paint allows installation of custom color and coverage stages. New types of stages are
30 * Fractional pixel coverage follows a similar flow. The coverage is initially the value specified
31 * by setCoverage(). This is input to the first coverage stage. Coverage stages are chained
33 * fractional coverage produced by anti-aliasing. This last step produces the final coverage, C.
39 * Note that the coverage is applied after the blend. This is why they are computed as distinct
70 * Applies fractional coverage to the entire drawn primitive. Defaults to 0xff
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
phystokens.py 1 """Better tokenizing for coverage.py."""
4 from coverage.backward import StringIO # pylint: disable=W0622
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aalinetemp.h 42 const GLfloat coverage = compute_coveragef(line, ix, iy); local
47 if (coverage == 0.0)
51 line->span.array->coverage[i] = coverage;
s_points.c 325 /* compute coverage for each pixel in span */
330 GLfloat coverage; local
334 /* compute partial coverage */
335 coverage = 1.0F - (dist2 - rmin2) * cscale;
338 /* full coverage */
339 coverage = 1.0F;
344 /* zero coverage - fragment outside the radius */
345 coverage = 0.0;
348 span.array->coverage[ix - xmin] = coverage;
    [all...]
s_span.h 57 #define SPAN_COVERAGE 0x40 /**< array.coverage[] valid? */
92 GLfloat coverage[SWRAST_MAX_WIDTH]; /**< Fragment coverage for AA/smoothing */ member in struct:sw_span_arrays
  /external/mesa3d/src/mesa/swrast/
s_aalinetemp.h 42 const GLfloat coverage = compute_coveragef(line, ix, iy); local
47 if (coverage == 0.0)
51 line->span.array->coverage[i] = coverage;
s_points.c 325 /* compute coverage for each pixel in span */
330 GLfloat coverage; local
334 /* compute partial coverage */
335 coverage = 1.0F - (dist2 - rmin2) * cscale;
338 /* full coverage */
339 coverage = 1.0F;
344 /* zero coverage - fragment outside the radius */
345 coverage = 0.0;
348 span.array->coverage[ix - xmin] = coverage;
    [all...]
s_span.h 57 #define SPAN_COVERAGE 0x40 /**< array.coverage[] valid? */
92 GLfloat coverage[SWRAST_MAX_WIDTH]; /**< Fragment coverage for AA/smoothing */ member in struct:sw_span_arrays
  /external/chromium_org/v8/tools/
run-deopt-fuzzer.py 163 result.add_option("--coverage", help=("Exponential test coverage "
166 result.add_option("--coverage-lift", help=("Lifts test coverage for tests "
253 if options.coverage < 0.0 or options.coverage > 1.0:
254 print ("Coverage %s is out of range. Defaulting to 0.4"
255 % options.coverage)
256 options.coverage = 0.4
258 print ("Coverage lift %s is out of range. Defaulting to 0
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeVerticalData.cpp 137 const CoverageTable* coverage(const SharedBuffer& buffer) const { return validateOffset<CoverageTable>(buffer, coverageOffset); } function in struct:WebCore::OpenType::SubstitutionSubTable
163 const CoverageTable* coverage = substitution->coverage(buffer); local
164 if (!coverage)
174 switch (coverage->coverageFormat) {
175 case 1: { // Coverage Format 1 (e.g., MS Gothic)
176 const Coverage1Table* coverage1 = validatePtr<Coverage1Table>(buffer, coverage);
186 case 2: { // Coverage Format 2 (e.g., Adobe Kozuka Gothic)
187 const Coverage2Table* coverage2 = validatePtr<Coverage2Table>(buffer, coverage);
  /external/elfutils/tests/
Makefile.am 130 coverage.sh test-subr.sh test-wrapper.sh \
240 check: check-am coverage
241 .PHONY: coverage
242 coverage:
243 -$(srcdir)/coverage.sh
  /system/core/libpixelflinger/
trap.cpp 174 // This way of computing the coverage factor, is more accurate and gives
234 int16_t* covPtr = c->state.buffers.coverage;
244 // compute coverage factors for each pixel
257 // This is a cheap way of computing the coverage factor for a circle.
299 int16_t* covPtr = c->state.buffers.coverage;
317 // compute coverage factors for each pixel
949 * coverage values may not be correct.
980 int16_t* const covPtr = c->state.buffers.coverage;
993 int16_t* coverage; local
1019 // make sure we're not touching coverage values outside of th
    [all...]
  /development/testrunner/coverage/
coverage.py 18 """Utilities for generating code coverage reports for Android tests."""
36 """Helper utility for obtaining code coverage results on Android.
39 coverage results for a pre-defined set of tests and targets
45 # root path of generated coverage report files, relative to Android build root
74 """Extract runtime coverage data and generate code coverage report.
78 test_suite_name: name of TestSuite to generate coverage data for
79 target: the CoverageTarget to use as basis for coverage calculation
80 device_coverage_path: location of coverage file on device
112 """Generate the code coverage report
    [all...]
  /external/chromium_org/third_party/lcov/example/
Makefile 11 CFLAGS := -Wall -I. -fprofile-arcs -ftest-coverage
  /external/chromium_org/third_party/skia/src/gpu/
GrDrawState.cpp 220 // Check whether coverage is treated as color. If so we run through the coverage computation.
241 // If we're drawing coverage directly then coverage is effectively treated as color.
246 GrColor coverage;
248 // Initialize to an unknown starting coverage if per-vertex coverage is specified.
252 coverage = fCommon.fCoverage;
256 // Run through the coverage stages and see if the coverage will be all ones at the end
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgram.h 69 * and coverage attributes can be global state. This struct is read and updated by
125 * GrGpuGL object to bind the textures required by the GrGLEffects. The color and coverage
175 // Helper for setData(). Makes GL calls to specify the initial coverage when there is not
177 void setCoverage(const GrDrawState&, GrColor coverage, SharedGLState*);
  /external/skia/src/gpu/
GrDrawState.cpp 220 // Check whether coverage is treated as color. If so we run through the coverage computation.
241 // If we're drawing coverage directly then coverage is effectively treated as color.
246 GrColor coverage;
248 // Initialize to an unknown starting coverage if per-vertex coverage is specified.
252 coverage = fCommon.fCoverage;
256 // Run through the coverage stages and see if the coverage will be all ones at the end
    [all...]
  /external/skia/src/gpu/gl/
GrGLProgram.h 69 * and coverage attributes can be global state. This struct is read and updated by
125 * GrGpuGL object to bind the textures required by the GrGLEffects. The color and coverage
175 // Helper for setData(). Makes GL calls to specify the initial coverage when there is not
177 void setCoverage(const GrDrawState&, GrColor coverage, SharedGLState*);
  /external/zlib/src/contrib/puff/
Makefile 13 cc -fprofile-arcs -ftest-coverage -o puft puff.c pufftest.o
15 # puff full coverage test (should say 100%)

Completed in 367 milliseconds

1 2 34 5 6 7 8 9