Searched refs:lcov (Results 1 - 22 of 22) sorted by relevance

/external/libbrillo/
H A Dgen_coverage_html.sh11 lcov -d . --zerocounters
13 lcov --base-directory . --directory . --capture --output-file app.info
/external/curl/scripts/
H A Dcoverage.sh14 lcov -d . -c -o cov.lcov
15 genhtml cov.lcov --output-directory coverage --title "curl code coverage"
/external/boringssl/src/util/
H A Dgenerate-coverage.sh22 LCOV=$(mktemp -d '/tmp/boringssl-lcov.XXXXXX')
40 util/generate-asm-lcov.py "$BUILD/callgrind" "$BUILD" > "$BUILD/asm.info"
48 lcov -c -d "$BUILD" -b "$BUILD" -o "$BUILD/lcov.info"
49 lcov -r "$BUILD/lcov.info" -o "$BUILD/filtered.info" "*_test.c" "*_test.cc" "*/third_party/googletest/*"
H A Dgenerate-asm-lcov.py151 lcov = generate(annotated) variable
152 print output(lcov)
/external/skia/bin/
H A Dcoverage47 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/baseline -i
52 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/coverage
54 lcov -q -a "$DIR"/baseline -a "$DIR"/coverage -o "$DIR"/merged
/external/skqp/bin/
H A Dcoverage47 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/baseline -i
52 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/coverage
54 lcov -q -a "$DIR"/baseline -a "$DIR"/coverage -o "$DIR"/merged
/external/nanopb-c/tests/
H A DMakefile18 lcov --base-directory . --directory build/ --gcov-tool gcov-4.6 -c -o build/coverage/nanopb.info
/external/expat/
H A Dcoverage.sh120 lcov -c -d "${capture_dir}" -i -o "${coverage_info}-zero" &> run.log
133 lcov -c -d "${capture_dir}" -o "${coverage_info}-test" &>> run.log
134 lcov \
168 lcov "${lcov_merge_args[@]}"
181 lcov -q -l "${coverage_dir}/${coverage_info}" | grep -v '^\['
/external/skia/fuzz/
H A Dcoverage50 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/baseline -i
77 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/coverage
79 lcov -q -a "$DIR"/baseline -a "$DIR"/coverage -o "$DIR"/merged
/external/skqp/fuzz/
H A Dcoverage50 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/baseline -i
77 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/coverage
79 lcov -q -a "$DIR"/baseline -a "$DIR"/coverage -o "$DIR"/merged
/external/emma/
H A Dtest.sh76 GOLDEN=$TESTDIR/golden.lcov
121 java -cp dist/emma.jar emmarun -r lcov -cp $JAVADIR \
122 -sp $JAVADIR -Dreport.lcov.out.file=$COVERAGE com.android.bunnies.Bunny
/external/pdfium/testing/tools/coverage/
H A Dcoverage_report.py6 """Generates a coverage report for given binaries using llvm-gcov & lcov.
9 Requires lcov 1.11 or later.
72 self.lcov = self.determine_proper_lcov()
73 if not self.lcov:
74 print 'Unable to find appropriate lcov to use'
134 """Wrapper to call lcov that adds appropriate arguments as needed."""
136 self.lcov, '--config-file',
186 # lcov and llvm-cov
212 """Find a version of lcov that will work with the script."""
214 return self.find_acceptable_binary('lcov', version_rege
[all...]
/external/emma/core/java12/com/vladium/emma/report/
H A DAbstractReportGenerator.java46 else if ("lcov".equals (type))
47 return new com.vladium.emma.report.lcov.ReportGenerator ();
/external/minijail/
H A Dcommon.mk732 lcov --capture --directory . \
733 --output-file=lcov-coverage.info; \
734 genhtml lcov-coverage.info \
735 --output-directory lcov-html; \
883 clean: CLEAN($(OUT)lcov-coverage.info) CLEAN($(OUT)lcov-html)
928 clean: CLEAN($(OUT)$(MODULE)/*.gcov) CLEAN($(OUT)lcov-coverage.info)
929 clean: CLEAN($(OUT)lcov-html)
/external/modp_b64/
H A Dcommon.mk728 lcov --capture --directory . \
729 --output-file=lcov-coverage.info; \
730 genhtml lcov-coverage.info \
731 --output-directory lcov-html; \
872 clean: CLEAN($(OUT)lcov-coverage.info) CLEAN($(OUT)lcov-html)
917 clean: CLEAN($(OUT)$(MODULE)/*.gcov) CLEAN($(OUT)lcov-coverage.info)
918 clean: CLEAN($(OUT)lcov-html)
/external/vboot_reference/
H A DMakefile1376 lcov -c -i -d . -b . -o ${COV_INFO}.initial
1380 lcov -c -d . -b . -o ${COV_INFO}.tests
1381 lcov -a ${COV_INFO}.initial -a ${COV_INFO}.tests -o ${COV_INFO}.total
1382 lcov -r ${COV_INFO}.total '/usr/*' '*/linktest/*' -o ${COV_INFO}.local
1387 lcov -r ${COV_INFO}.local '*/stub/*' -o ${COV_INFO}.nostub
1388 lcov -e ${COV_INFO}.nostub '${SRCDIR}/firmware/*' \
/external/emma/core/java12/com/vladium/emma/report/lcov/
H A DReportGenerator.java11 package com.vladium.emma.report.lcov;
110 outFile = new File("coverage.lcov");
409 private static final String TYPE = "lcov";
/external/libxml2/
H A DMakefile.am1302 # Both binaries comes from the lcov package in Fedora
1304 LCOV = /usr/bin/lcov
/external/toolchain-utils/cros_utils/
H A Dstats.py643 def lcov(x, y, keepdims=0): function
651 Usage: lcov(x,y,keepdims=0)
883 covar = lcov(x, y) * (len(x) - 1) / float(len(x)) # correct denom to n
/external/pcre/dist2/
H A Dconfigure1575 LCOV the ltp lcov program
15792 # Extract the first word of "lcov", so it can be a program name with args.
15793 set dummy lcov; ac_word=$2
15834 as_fn_error $? "lcov not found" "$LINENO" 5
/external/strace/
H A Dconfigure8594 # Extract the first word of "lcov", so it can be a program name with args.
8595 set dummy lcov; ac_word=$2
8611 ac_cv_prog_LCOV="lcov"
8671 as_fn_error $? "To enable code coverage reporting you must have lcov installed" "$LINENO" 5
8677 as_fn_error $? "Could not find genhtml from the lcov package" "$LINENO" 5
8731 # by lcov for code coverage. (Default:
8739 # - CODE_COVERAGE_LCOV_SHOPTS_DEFAULT: Extra options shared between both lcov
8741 # - CODE_COVERAGE_LCOV_SHOPTS: Extra options to shared between both lcov
8745 # collecting lcov instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH)
8746 # - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the collecting lcov
[all...]
/external/curl/
H A Dconfigure5217 # Extract the first word of "lcov", so it can be a program name with args.
5218 set dummy lcov; ac_word=$2
5234 ac_cv_prog_LCOV="lcov"
5294 as_fn_error $? "To enable code coverage reporting you must have lcov installed" "$LINENO" 5
5300 as_fn_error $? "Could not find genhtml from the lcov package" "$LINENO" 5
5354 # by lcov for code coverage. (Default:
5362 # - CODE_COVERAGE_LCOV_SHOPTS_DEFAULT: Extra options shared between both lcov
5364 # - CODE_COVERAGE_LCOV_SHOPTS: Extra options to shared between both lcov
5368 # collecting lcov instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH)
5369 # - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the collecting lcov
[all...]

Completed in 795 milliseconds