Searched refs:coverage (Results 126 - 150 of 173) sorted by relevance

1234567

/external/chromium/third_party/libjingle/source/talk/
H A Dmain.scons203 BUILD_TYPE = 'coverage',
204 BUILD_TYPE_DESCRIPTION = 'Windows code coverage build',
/external/chromium_org/third_party/skia/src/core/
H A DSkDraw.cpp991 SkScalar* coverage) {
992 SkASSERT(coverage);
998 *coverage = SK_Scalar1;
1019 *coverage = SkScalarAve(len0, len1);
1065 SkScalar coverage; local
1066 if (SkDrawTreatAsHairline(origPaint, *matrix, &coverage)) {
1067 if (SK_Scalar1 == coverage) {
1072 newAlpha = SkToU8(SkScalarRoundToInt(coverage *
1078 int scale = (int)SkScalarMul(coverage, 256);
990 SkDrawTreatAsHairline(const SkPaint& paint, const SkMatrix& matrix, SkScalar* coverage) argument
/external/chromium_org/third_party/lcov/bin/
H A Dgeninfo40 # 2003-09-18 / Nigel Hinds: capture branch coverage data from GCOV
47 # 2008-07-14 / Tom Zoerner: added --function-coverage command line option
48 # 2008-08-13 / Peter Oberparleiter: modified function coverage
60 our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php";
421 -i, --initial Capture initial zero coverage data
431 --function-coverage Capture function call counts
448 # containing source code and coverage data:
840 # Write coverage information for each instrumented line
866 #-- BA: <code-line>, <branch-coverage>
869 #-- conditional. <branch-coverage> value
[all...]
/external/chromium_org/third_party/sqlite/src/
H A Dconfigure.ac680 [Enable coverage testing using gcov]),
H A DMakefile.in120 # causes build errors with -fprofile-arcs -ftest-coverage with some GCCs.
121 # Supposedly GCC does the right thing if you use --coverage, but in
128 GCOV_CFLAGS1 = -DSQLITE_COVERAGE_TEST=1 -fprofile-arcs -ftest-coverage
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/chromium_org/third_party/lcov/contrib/galaxy/
H A Dgenflat.pl39 # Specify coverage rate limits (in %) for classifying file entries
197 Create HTML output for coverage data found in INFOFILE. Note that INFOFILE
310 info("Overall coverage rate: %d of %d lines (%.1f%%)\n",
/external/chromium_org/third_party/lcov-1.9/contrib/galaxy/
H A Dgenflat.pl39 # Specify coverage rate limits (in %) for classifying file entries
197 Create HTML output for coverage data found in INFOFILE. Note that INFOFILE
310 info("Overall coverage rate: %d of %d lines (%.1f%%)\n",
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_context.h1189 unsigned num_samples, float coverage,
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_context.h1189 unsigned num_samples, float coverage,
/external/chromium_org/third_party/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp700 GrColor coverage,
720 (*vert)[i].fCoverage = coverage;
991 // position + coverage
697 add_line(const SkPoint p[2], int rtHeight, const SkMatrix* toSrc, GrColor coverage, LineVertex** vert) argument
/external/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp700 GrColor coverage,
720 (*vert)[i].fCoverage = coverage;
991 // position + coverage
697 add_line(const SkPoint p[2], int rtHeight, const SkMatrix* toSrc, GrColor coverage, LineVertex** vert) argument
/external/chromium_org/third_party/lcov-1.9/bin/
H A Dgeninfo40 # 2003-09-18 / Nigel Hinds: capture branch coverage data from GCOV
47 # 2008-07-14 / Tom Zoerner: added --function-coverage command line option
48 # 2008-08-13 / Peter Oberparleiter: modified function coverage
62 our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php";
444 warn("Note: --initial does not generate branch coverage ".
473 -i, --initial Capture initial zero coverage data
483 --function-coverage Capture function call counts
536 # containing source code and coverage data:
632 # Convert line coverage data to function data
1010 # If requested, derive function coverage dat
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Drecognizers.rb1229 This is just a lose overview of parsing. For considerably more in-depth coverage
H A Dtree.rb83 For more in-depth coverage of the topic, check out the ANTLR documentation
/external/chromium_org/third_party/libjingle/source/talk/
H A Dmain.scons306 BUILD_TYPE = 'coverage',
307 BUILD_TYPE_DESCRIPTION = 'Windows code coverage build',
/external/llvm/test/MC/ARM/
H A Dbasic-thumb-instructions.s13 @ This gives us good coverage while keeping the overall size of the test
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/tools/scan-build/
H A Dscan-build1138 Default is 4. Increase for more comprehensive coverage at a cost of speed.
/external/chromium_org/third_party/libxml/src/
H A Dconfigure1704 --with-coverage build for code coverage with GCC (off)
11538 # Check whether --with-coverage was given.
14442 echo Enabling code coverage for GCC
14443 CFLAGS="$CFLAGS -fprofile-arcs -ftest-coverage"
14444 LDFLAGS="$LDFLAGS -fprofile-arcs -ftest-coverage"
14446 echo Disabling code coverage for GCC
/external/chromium/sdch/open-vcdiff/
H A Dltmain.sh1675 # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC
1679 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*)
/external/chromium/third_party/libevent/
H A Dltmain.sh1675 # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC
1679 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*)
/external/chromium_org/third_party/libevent/
H A Dltmain.sh1675 # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC
1679 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*)
/external/libffi/
H A Dltmain.sh1662 # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC
1666 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*)

Completed in 674 milliseconds

1234567