HomeSort by relevance Sort by last modified time
    Searched full:coverage (Results 151 - 175 of 1099) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/icu4c/layout/
KernTable.cpp 42 le_uint16 coverage; member in struct:SubtableHeader
100 coverage = SWAPW(subhead->coverage);
102 if (coverage & COVERAGE_HORIZONTAL) { // only handle horizontal kerning
120 fprintf(stderr, "coverage: %0.4x nPairs: %d pairs 0x%x\n", coverage, nPairs, pairs);
MorphTables2.cpp 152 le_uint32 coverage = SWAPL(subtableHeader->coverage); local
154 // should check coverage more carefully...
155 if (((coverage & scfIgnoreVt2) || !(coverage & scfVertical2)) && (subtableFeatures & flag) != 0) {
168 switch (SWAPL(coverage) & scfTypeMask2)
  /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/icu/source/common/
servloc.h 186 * <p>Coverage may be either of the values VISIBLE or INVISIBLE.
203 * Coverage value indicating that the factory makes
210 * Coverage value indicating that the factory does not make
226 LocaleKeyFactory(int32_t coverage);
231 LocaleKeyFactory(int32_t coverage, const UnicodeString& name);
247 * on the coverage rule for this factory.
310 int32_t coverage);
315 int32_t coverage);
329 * on the coverage rule for this factory.
488 * registerObject(Object, Locale, int32_t kind, int coverage)
    [all...]
  /external/chromium_org/third_party/lcov/
CHANGES 9 - Added function coverage data display patch by tomzo@nefkom.net (default is on)
10 - Added --function-coverage to enable function coverage display
11 - Added --no-function-coverage to disable function coverage display
17 - Fixed problem when using --baseline-file on coverage data files that
23 - Added function coverage data collection patch by tomzo@nefkom.net
39 - Added support for function coverage data for adding/diffing tracefiles
72 - Added --initial option to generate zero coverage from graph files
84 - Added --initial option to generate zero coverage from graph file
    [all...]
  /external/chromium_org/tools/code_coverage/
croc_html.py 14 """Coverage HTML error."""
122 self.time_string = 'Coverage information generated %s.' % time.asctime()
161 hdr.Text('Coverage for ')
178 hdr.Text('Coverage for ')
187 """Adds a section header to the coverage table.
204 sec_hdr.E('th', e_class='section').Text('Coverage')
292 title = 'Coverage for ' + cov_file.filename
305 body.E('h2').Text('Line-by-line coverage:')
307 # Print line-by-line coverage
326 body.Text('Line-by-line coverage not available. Make sure the directory
    [all...]
  /external/icu4c/common/
servloc.h 186 * <p>Coverage may be either of the values VISIBLE or INVISIBLE.
203 * Coverage value indicating that the factory makes
210 * Coverage value indicating that the factory does not make
226 LocaleKeyFactory(int32_t coverage);
231 LocaleKeyFactory(int32_t coverage, const UnicodeString& name);
247 * on the coverage rule for this factory.
310 int32_t coverage);
315 int32_t coverage);
329 * on the coverage rule for this factory.
487 * registerObject(Object, Locale, int32_t kind, int coverage)
    [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')
130 # FIXME: unittest2 and coverage need to be in sys.path for their internal imports to work.
135 if self._options.coverage:
136 _log.warning("Checking code coverage, so running things serially")
139 import coverage namespace
140 cov = coverage.coverage(omit=["/usr/*", "*/webkitpy/thirdparty/*", "/Library/*"])
160 if self._options.coverage:
  /external/chromium_org/third_party/freetype/src/smooth/
ftgrays.c 48 /* coverage of the outline on each pixel cell. */
57 /* compared to Raph's. Coverage information is stored in a very */
69 /* - A perfect anti-aliaser, i.e., it computes the _exact_ coverage on */
1180 unsigned char coverage = spans->coverage; local
1222 int coverage; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_rast_debug.c 6 int coverage; member in struct:tile
120 tile->coverage++;
242 tile->coverage = 0;
306 ((float)tile.overdraw + tile.coverage)/(float)tile.coverage);
355 total += tile.coverage;
358 if (tile.coverage == 64*64)
360 else if (tile.coverage) {
361 int bit = tile.coverage/(64.0*64.0)*10;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_debug.c 6 int coverage; member in struct:tile
120 tile->coverage++;
242 tile->coverage = 0;
306 ((float)tile.overdraw + tile.coverage)/(float)tile.coverage);
355 total += tile.coverage;
358 if (tile.coverage == 64*64)
360 else if (tile.coverage) {
361 int bit = tile.coverage/(64.0*64.0)*10;
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
XmlReport.java 30 * a browser when used with the api-coverage.css and api-coverage.xsl files.
38 out.println("<?xml-stylesheet type=\"text/xsl\" href=\"api-coverage.xsl\"?>");
42 out.println("<api-coverage generatedTime=\"" + date + "\" title=\"" + reportTitle +"\">");
132 out.println("</api-coverage>");
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen6_multisample_state.c 118 unsigned num_samples, float coverage,
126 int coverage_int = (int) (num_samples * coverage + 0.5);
142 float coverage = 1.0; local
150 coverage = ctx->Multisample.SampleCoverageValue;
158 gen6_emit_3dstate_sample_mask(brw, num_samples, coverage, coverage_invert);
  /external/chromium_org/third_party/ots/src/
kern.cc 58 if (!table.ReadU16(&subtable.coverage)) {
62 if (!(subtable.coverage & 0x1)) {
67 if (subtable.coverage & 0xF0) {
72 const uint32_t format = (subtable.coverage & 0xFF00) >> 8;
173 !out->WriteU16(kern->subtables[i].coverage) ||
  /external/emma/
test.sh 120 COVERAGE=$TESTDIR/coverage.dat
122 -sp $JAVADIR -Dreport.lcov.out.file=$COVERAGE com.android.bunnies.Bunny
126 if ! diff <(sort $GOLDEN) <(sort $COVERAGE) >$TESTDIR/diff-sorted; then
130 if ! diff $GOLDEN $COVERAGE >$TESTDIR/diff-ordered; then
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_multisample_state.c 118 unsigned num_samples, float coverage,
126 int coverage_int = (int) (num_samples * coverage + 0.5);
142 float coverage = 1.0; local
150 coverage = ctx->Multisample.SampleCoverageValue;
158 gen6_emit_3dstate_sample_mask(brw, num_samples, coverage, coverage_invert);
  /external/chromium_org/third_party/skia/src/gpu/
GrAARectRenderer.cpp 71 // value of coverage that is used. In other words it is the coverage that is
76 // Compute the coverage for the rect's width
78 "\tfloat coverage = scaleW*clamp((%s.z-abs(%s.x))/spanW, 0.0, 1.0);\n", fsRectName,
80 // Compute the coverage for the rect's height and merge with the width
82 "\tcoverage = coverage*scaleH*clamp((%s.w-abs(%s.y))/spanH, 0.0, 1.0);\n",
86 GrGLSLModulatef<4>(&modulate, inputColor, "coverage");
127 * The output of this effect is a modulation of the input color and coverage
196 // value of coverage that is used. In other words it is the coverage that i
    [all...]
  /external/skia/src/gpu/
GrAARectRenderer.cpp 71 // value of coverage that is used. In other words it is the coverage that is
76 // Compute the coverage for the rect's width
78 "\tfloat coverage = scaleW*clamp((%s.z-abs(%s.x))/spanW, 0.0, 1.0);\n", fsRectName,
80 // Compute the coverage for the rect's height and merge with the width
82 "\tcoverage = coverage*scaleH*clamp((%s.w-abs(%s.y))/spanH, 0.0, 1.0);\n",
86 GrGLSLModulatef<4>(&modulate, inputColor, "coverage");
127 * The output of this effect is a modulation of the input color and coverage
196 // value of coverage that is used. In other words it is the coverage that i
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
codeunit.py 1 """Code unit (module) handling for Coverage."""
5 from coverage.backward import open_source, string_class, StringIO
6 from coverage.misc import CoverageException
  /external/emma/core/java12/com/vladium/emma/report/
IItem.java 47 // (coverage data) measured in counts:
51 // (coverage data) measured in counts or instrs:
55 int COVERAGE_LINE_INSTR = 3; // total line instr coverage, scaled up by PRECISION
  /external/emma/core/java12/com/vladium/emma/report/lcov/
ReportGenerator.java 110 outFile = new File("coverage.lcov");
175 /** Issue a coverage report for all lines in the file, and for each
201 // coverage is found. Report coverage or non-coverage on the
238 $assert.ASSERT(ccoverage[methodID] != null, "null: coverage");
280 // TODO: Add partial coverage support to LCOV
289 $assert.ASSERT(false, "invalid line coverage status: "
  /external/zlib/src/
INDEX 12 test/infcover.c inf*.c code coverage for build coverage testing
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgram.cpp 101 // The prog will write a coverage value to the secondary
113 GrCrash("Unexpected coverage output");
256 builder->addVarying(kVec4f_GrSLType, "Coverage", &vsName, &fsName);
265 kVec4f_GrSLType, "Coverage", &name);
537 // compute the partial coverage
556 // discard if coverage is zero
599 // Get coeff * coverage into modulate and then write that to the dual source output.
612 // combine color and coverage as frag color
614 // Get "color * coverage" into fragColor
622 // Now tack on "+(1-coverage)dst onto the frag color if we were asked to do so
816 GrColor coverage; local
    [all...]
  /external/skia/src/gpu/gl/
GrGLProgram.cpp 101 // The prog will write a coverage value to the secondary
113 GrCrash("Unexpected coverage output");
256 builder->addVarying(kVec4f_GrSLType, "Coverage", &vsName, &fsName);
265 kVec4f_GrSLType, "Coverage", &name);
537 // compute the partial coverage
556 // discard if coverage is zero
599 // Get coeff * coverage into modulate and then write that to the dual source output.
612 // combine color and coverage as frag color
614 // Get "color * coverage" into fragColor
622 // Now tack on "+(1-coverage)dst onto the frag color if we were asked to do so
816 GrColor coverage; local
    [all...]
  /development/testrunner/coverage/
coverage_target.py 17 """ Represents a code coverage target definition"""

Completed in 447 milliseconds

1 2 3 4 5 67 8 91011>>