HomeSort by relevance Sort by last modified time
    Searched full:coverage (Results 51 - 75 of 1084) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/test/Driver/
coverage-ld.c 1 // Test coverage ld flags.
4 // RUN: -target i386-unknown-linux --coverage \
13 // RUN: -target x86_64-unknown-linux --coverage \
  /external/llvm/docs/CommandGuide/
llvm-cov.rst 1 llvm-cov - emit coverage information
13 by compiler and coverage data file generated by instrumented program. This
27 This option selects coverage data file generated by instrumented compiler.
  /external/llvm/utils/lit/tests/
lit.cfg 32 # Enable coverage.py reporting, assuming the coverage module has been installed
34 if lit.params.get('check-coverage', None):
  /hardware/invensense/60xx/mlsdk/mllite/
mlinclude.h 23 #ifdef COVERAGE
31 #ifdef COVERAGE
39 #endif // COVERAGE
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgram.cpp 80 // The prog will write a coverage value to the secondary
92 GrCrash("Unexpected coverage output");
114 // compute the partial coverage
123 // discard if coverage is zero
146 // Get coeff * coverage into modulate and then write that to the dual source output.
151 // combine color and coverage as frag color
153 // Get "color * coverage" into fragColor
155 // Now tack on "+(1-coverage)dst onto the frag color if we were asked to do so.
202 GrColor coverage; local
205 coverage = 0
    [all...]
GrGLProgramDesc.h 62 * outputs the color and coverage stages referenced by the generated descriptor. This may
63 * not contain all stages from the draw state and coverage stages from the drawState may
117 // modulate color and coverage, write result as the color output.
119 // Writes color*coverage as the primary color output and also writes coverage as the
122 // Writes color*coverage as the primary color output and also writes coverage * (1 - colorA)
125 // Writes color*coverage as the primary color output and also writes coverage *
128 // Combines the coverage, dst, and color as coverage * color + (1 - coverage) * dst. Thi
    [all...]
  /external/skia/src/gpu/gl/
GrGLProgram.cpp 80 // The prog will write a coverage value to the secondary
92 GrCrash("Unexpected coverage output");
114 // compute the partial coverage
123 // discard if coverage is zero
146 // Get coeff * coverage into modulate and then write that to the dual source output.
151 // combine color and coverage as frag color
153 // Get "color * coverage" into fragColor
155 // Now tack on "+(1-coverage)dst onto the frag color if we were asked to do so.
202 GrColor coverage; local
205 coverage = 0
    [all...]
GrGLProgramDesc.h 62 * outputs the color and coverage stages referenced by the generated descriptor. This may
63 * not contain all stages from the draw state and coverage stages from the drawState may
117 // modulate color and coverage, write result as the color output.
119 // Writes color*coverage as the primary color output and also writes coverage as the
122 // Writes color*coverage as the primary color output and also writes coverage * (1 - colorA)
125 // Writes color*coverage as the primary color output and also writes coverage *
128 // Combines the coverage, dst, and color as coverage * color + (1 - coverage) * dst. Thi
    [all...]
  /external/chromium_org/third_party/lcov/man/
lcov.1 180 is a graphical front\-end for GCC's coverage testing tool gcov. It collects
181 line, function and branch coverage data for multiple source files and creates
182 HTML pages containing the source code annotated with coverage information.
187 to collect coverage data and
189 to create HTML pages. Coverage data can either be collected from the
193 For Linux kernel coverage:
196 .I http://ltp.sourceforge.net/coverage/gcov.php
201 For user space application coverage:
204 "\-fprofile\-arcs" and "\-ftest\-coverage".
232 Specify several tracefiles using the \-a switch to combine the coverage dat
    [all...]
geninfo.1 51 converts all GCOV coverage data files found in
146 source code line and stored along with the coverage data. This checksum will
147 be used to prevent attempts to combine coverage data from different source
151 to speed up coverage data processing and to reduce the size of tracefiles.
161 modes when capturing coverage data. You can provide a comma-separated list
190 Enable this mode if you are capturing coverage data for a project that
199 Enable this mode if you are capturing coverage data for a project that
210 Enable this mode if you are capturing coverage data for a project that
213 when running geninfo on coverage data produced by such GCC versions are
238 libtool, disable this option to prevent problems when capturing coverage data
    [all...]
  /external/chromium_org/third_party/lcov/
README 14 * HTML based output: coverage rates are additionally indicated using bar
18 coverage data by providing three levels of detail: directory view,
21 LCOV was initially designed to support Linux kernel coverage measurements,
22 but works as well for coverage measurements on standard user space
30 3. An example of how to access kernel coverage data
31 4. An example of how to access coverage data for a user space program
40 bin/lcov - Tool for capturing LCOV coverage data
57 http://ltp.sourceforge.net/coverage/lcov.php
76 3. An example of how to access kernel coverage data
89 b) Capturing the current coverage state to a fil
    [all...]
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)
103 # Specify whether to capture coverage data for external source files (can
122 # when collecting coverage data.
153 # Specify if function coverage data should be collected and processed
    [all...]
  /external/emma/core/java12/com/vladium/emma/data/
CoverageData.java 71 public void addClass (final boolean [][] coverage, final String classVMName, final long stamp)
73 m_coverageMap.put (classVMName, new DataHolder (coverage, stamp));
117 final boolean [][] coverage = data.m_coverage;
119 // [assertion: both coverage and rhscoverage aren't null]
121 if ($assert.ENABLED) $assert.ASSERT (coverage.length == rhscoverage.length, "coverage.length [" + coverage.length + "] != rhscoverage.length [" + rhscoverage.length + "]");
122 for (int m = 0, mLimit = coverage.length; m < mLimit; ++ m)
125 final boolean [] mcoverage = coverage [m];
175 final boolean [][] coverage = new boolean [length][]
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/fullcoverage/
encodings.py 1 """Imposter encodings module that installs a coverage-style tracer.
7 using "coverage" to run Python's tests, then this file will become the very
9 coverage-compatible trace function that can watch Standard Library modules
11 a problem with coverage - that it starts too late to trace the coverage of many
  /packages/providers/CalendarProvider/tests/
EMMA_README 2 # the Calendar provider with EMMA coverage, executes the Calendar CTS
25 # rebuild provider with emma coverage
33 adb shell am instrument -w -e coverage true \
44 adb pull $output coverage.ec
47 emma report -r html -in coverage.ec \
49 -in ${ANDROID_BUILD_TOP}/out/target/common/obj/APPS/CalendarProvider_intermediates/coverage.em
59 # rebuild provider without emma coverage
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsubgpos-private.hh 220 typedef const Coverage &return_t;
223 static return_t default_return_value (void) { return Null(Coverage); }
638 const OffsetTo<Coverage> &coverage = (const OffsetTo<Coverage>&)value; local
639 return (data+coverage).intersects (glyphs);
666 const OffsetTo<Coverage> &coverage = (const OffsetTo<Coverage>&)value; local
667 (data+coverage).add_coverage (glyphs)
692 const OffsetTo<Coverage> &coverage = (const OffsetTo<Coverage>&)value; local
1305 coverage; \/* Offset to Coverage table--from member in struct:OT::ContextFormat1
1397 coverage; \/* Offset to Coverage table--from member in struct:OT::ContextFormat2
1494 coverage[VAR]; \/* Array of offsets to Coverage member in struct:OT::ContextFormat3
1864 coverage; \/* Offset to Coverage table--from member in struct:OT::ChainContextFormat1
1976 coverage; \/* Offset to Coverage table--from member in struct:OT::ChainContextFormat2
    [all...]
hb-ot-layout-gdef-table.hh 54 unsigned int index = (this+coverage).get_coverage (glyph_id);
76 return TRACE_RETURN (coverage.sanitize (c, this) && attachPoint.sanitize (c, this));
80 OffsetTo<Coverage>
81 coverage; /* Offset to Coverage table -- from member in struct:OT::AttachList
85 * in Coverage Index order */
245 unsigned int index = (this+coverage).get_coverage (glyph_id);
258 return TRACE_RETURN (coverage.sanitize (c, this) && ligGlyph.sanitize (c, this));
262 OffsetTo<Coverage>
263 coverage; /* Offset to Coverage table--fro member in struct:OT::LigCaretList
286 coverage; \/* Array of long offsets to mark set member in struct:OT::MarkGlyphSetsFormat1
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 215 typedef const Coverage &return_t;
218 static return_t default_return_value (void) { return Null(Coverage); }
622 const OffsetTo<Coverage> &coverage = (const OffsetTo<Coverage>&)value; local
623 return (data+coverage).intersects (glyphs);
650 const OffsetTo<Coverage> &coverage = (const OffsetTo<Coverage>&)value; local
651 (data+coverage).add_coverage (glyphs)
676 const OffsetTo<Coverage> &coverage = (const OffsetTo<Coverage>&)value; local
1288 coverage; \/* Offset to Coverage table--from member in struct:OT::ContextFormat1
1380 coverage; \/* Offset to Coverage table--from member in struct:OT::ContextFormat2
1477 coverage[VAR]; \/* Array of offsets to Coverage member in struct:OT::ContextFormat3
1846 coverage; \/* Offset to Coverage table--from member in struct:OT::ChainContextFormat1
1958 coverage; \/* Offset to Coverage table--from member in struct:OT::ChainContextFormat2
    [all...]
hb-ot-layout-gdef-table.hh 54 unsigned int index = (this+coverage).get_coverage (glyph_id);
76 return TRACE_RETURN (coverage.sanitize (c, this) && attachPoint.sanitize (c, this));
80 OffsetTo<Coverage>
81 coverage; /* Offset to Coverage table -- from member in struct:OT::AttachList
85 * in Coverage Index order */
245 unsigned int index = (this+coverage).get_coverage (glyph_id);
258 return TRACE_RETURN (coverage.sanitize (c, this) && ligGlyph.sanitize (c, this));
262 OffsetTo<Coverage>
263 coverage; /* Offset to Coverage table--fro member in struct:OT::LigCaretList
286 coverage; \/* Array of long offsets to mark set member in struct:OT::MarkGlyphSetsFormat1
    [all...]
  /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/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/build/android/
generate_emma_html.py 7 """Aggregates EMMA coverage files to produce html output."""
42 option_parser.add_option('--coverage-dir', default=None,
44 'coverage data (.ec) files.'))
47 'coverage metadata (.em) files.'))
49 help=('If set, removes coverage files generated at '
58 print 'Found coverage files: %s' % str(coverage_files)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
README.chromium 19 Name: coverage - code coverage metrics for python
20 Short Name: coverage
21 URL: http://pypi.python.org/packages/source/c/coverage/coverage-3.5.1.tar.gz#md5=410d4c8155a4dab222f2bc51212d4a24
26 Description: code coverage metrics gathering for test-webkitpy.
  /external/chromium_org/third_party/lcov/rpm/
lcov.spec 7 URL: http://ltp.sourceforge.net/coverage/lcov.php
14 LCOV is a graphical front-end for GCC's coverage testing tool gcov. It collects
16 source code annotated with coverage information. It also adds overview pages
  /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...]

Completed in 356 milliseconds

1 23 4 5 6 7 8 91011>>