Home
last modified time | relevance | path

Searched refs:gcov (Results 1 – 25 of 91) sorted by relevance

1234

/third_party/libevdev/test/
DMakefile.am107 CLEANFILES = gcov-reports/*.gcov gcov-reports/summary.txt *.gcno *.gcda
109 gcov-report: generate-gcov-report.sh check-TESTS
110 $(AM_V_GEN)$(srcdir)/generate-gcov-report.sh gcov-reports $(top_builddir)/libevdev $(builddir)
112 gcov: gcov-report target
113 @cat gcov-reports/summary.txt
115 check_local_deps += gcov
119 gcov-report.txt:
122 gcov: target
128 .PHONY: gcov gcov-clean gcov-report
140 EXTRA_DIST = valgrind.suppressions generate-gcov-report.sh test-static-symbols-leak.sh
Dgenerate-gcov-report.sh20 rm -f "$target_dir"/*.gcov
25 find ./ -name "*${file/\.c/.gcda}" -exec gcov {} \; > /dev/null
32 for file in "$target_dir"/*.gcov; do
DMakefile.in100 @ENABLE_RUNTIME_TESTS_TRUE@@GCOV_ENABLED_TRUE@am__append_6 = gcov
738 @ENABLE_RUNTIME_TESTS_TRUE@@GCOV_ENABLED_TRUE@CLEANFILES = gcov-reports/*.gcov gcov-reports/summary…
739 EXTRA_DIST = valgrind.suppressions generate-gcov-report.sh test-static-symbols-leak.sh
1418 @ENABLE_RUNTIME_TESTS_TRUE@@GCOV_ENABLED_TRUE@gcov-report: generate-gcov-report.sh check-TESTS
1419 @ENABLE_RUNTIME_TESTS_TRUE@@GCOV_ENABLED_TRUE@ $(AM_V_GEN)$(srcdir)/generate-gcov-report.sh gcov-re…
1421 @ENABLE_RUNTIME_TESTS_TRUE@@GCOV_ENABLED_TRUE@gcov: gcov-report
1422 @ENABLE_RUNTIME_TESTS_TRUE@@GCOV_ENABLED_TRUE@ @cat gcov-reports/summary.txt
1424 @ENABLE_RUNTIME_TESTS_TRUE@@GCOV_ENABLED_FALSE@gcov-report.txt:
1427 @ENABLE_RUNTIME_TESTS_TRUE@@GCOV_ENABLED_FALSE@gcov:
1430 @ENABLE_RUNTIME_TESTS_TRUE@.PHONY: gcov gcov-clean gcov-report
/third_party/unity/test/
DMakefile48 gcov unity.c | head -3
49 grep '###' $(BUILD_DIR)/unity.c.gcov -C2 || true
55 gcov unity.c | head -3
56 grep '###' $(BUILD_DIR)/unity.c.gcov -C2 || true
62 gcov unity.c | head -3
63 grep '###' $(BUILD_DIR)/unity.c.gcov -C2 || true
69 gcov unity.c | head -3
70 grep '###' $(BUILD_DIR)/unity.c.gcov -C2 || true
76 gcov unity.c | head -3
77 grep '###' $(BUILD_DIR)/unity.c.gcov -C2 || true
[all …]
/third_party/ltp/testcases/kernel/mce-test/lib/
Dmce.sh105 if [ -f /sys/kernel/debug/gcov/reset ] && which gcov > /dev/null; then
119 echo 1 > /sys/kernel/debug/gcov/reset
143 for f in /sys/kernel/debug/gcov/$abs_dir/*.gc*; do
156 if ! (cd $KSRC_DIR; gcov -o $src_dir $src_fn &> /dev/null) || \
157 ! [ -s $KSRC_DIR/$src_fn.gcov ]; then
161 cp $KSRC_DIR/$src_fn.gcov $RDIR/$this_case
/third_party/openh264/
Dcode-coverage.sh3 lcov -e tmp.info \*/codec/\* -o gcov.info
5 genhtml gcov.info -o ./code-coverage
6 rm -f tmp.info gcov.info
/third_party/skia/third_party/externals/expat/expat/
Dqa.sh111 gcov) BASE_COMPILE_FLAGS+=" --coverage -O0" ;;
198 gcov)
203 RUN gcov -s .libs/ ${gcda_file}
269 egypt|gcov) ;;
292 QA_PROCESSOR=(egypt|gcov) # default: gcov
/third_party/ltp/testcases/kernel/mce-test/doc/
Dhowto.txt104 KSRC_DIR (for gcov) kernel source code directory
105 GCOV (for gcov) gcov collection method
130 invoking gcovdump command to get gcov data file.
152 VMLINUX (for kdump, gcov) vmlinux of Linux kernel
153 GCOV (for gcov) Enable GCOV if set none zero.
154 KSRC_DIR (for gcov) Kernel source code directory
184 results/<driver_name>/<injection_tool>/<case_name>/mce_64.c.gcov (for gcov)
185 gcov output file
215 gcov is a test coverage tool, the original implementation is used for
217 gcov support. But MCE test involves panic or kdump, so gcovdump is
[all …]
/third_party/node/deps/cares/m4/
Dax_code_coverage.m421 # Test also for gcov program and create GCOV variable that could be
100 # - CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH: --gcov-tool pathtogcov
130 CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH ?= --gcov-tool \"\$(GCOV)\"
174 -find . \\( -name \"*.gcda\" -o -name \"*.gcno\" -o -name \"*.gcov\" \\) -delete
211 # check for gcov
216 AC_MSG_ERROR([gcov is needed to do coverage]))
221 AC_MSG_ERROR([not compiling with gcc, which is required for gcov code coverage])
251 # allow to override gcov location
252 AC_ARG_WITH([gcov],
253 [AS_HELP_STRING([--with-gcov[=GCOV]], [use given GCOV for coverage (GCOV=gcov).])],
[all …]
/third_party/skia/third_party/externals/harfbuzz/m4/
Dax_code_coverage.m421 # Test also for gcov program and create GCOV variable that could be
84 # allow to override gcov location
85 AC_ARG_WITH([gcov],
86 [AS_HELP_STRING([--with-gcov[=GCOV]], [use given GCOV for coverage (GCOV=gcov).])],
88 [_AX_CODE_COVERAGE_GCOV_PROG_WITH=gcov])
101 # check for gcov
106 [AC_MSG_ERROR([gcov is needed to do coverage])])
111 AC_MSG_ERROR([not compiling with gcc, which is required for gcov code coverage])
156 -find . \( -name "*.gcda" -o -name "*.gcno" -o -name "*.gcov" \) -delete
186 # - CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH: --gcov-tool pathtogcov
[all …]
/third_party/harfbuzz/m4/
Dax_code_coverage.m421 # Test also for gcov program and create GCOV variable that could be
84 # allow to override gcov location
85 AC_ARG_WITH([gcov],
86 [AS_HELP_STRING([--with-gcov[=GCOV]], [use given GCOV for coverage (GCOV=gcov).])],
88 [_AX_CODE_COVERAGE_GCOV_PROG_WITH=gcov])
101 # check for gcov
106 [AC_MSG_ERROR([gcov is needed to do coverage])])
111 AC_MSG_ERROR([not compiling with gcc, which is required for gcov code coverage])
156 -find . \( -name "*.gcda" -o -name "*.gcno" -o -name "*.gcov" \) -delete
186 # - CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH: --gcov-tool pathtogcov
[all …]
/third_party/libinput/test/
Dgenerate-gcov-report.sh18 rm -f "$target_dir"/*.gcov
25 -exec gcov {} \; > /dev/null
34 for file in "$target_dir"/*.gcov; do
/third_party/popt/
Dconfigure.ac42 AC_ARG_ENABLE(build-gcov,
43 AS_HELP_STRING([--enable-build-gcov], [build POPT instrumented for gcov]), [dnl
/third_party/skia/bin/
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
/third_party/flutter/skia/bin/
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
/third_party/zlib/contrib/puff/
DMakefile17 @rm -f *.gcov *.gcda
39 @gcov -n puff.c
/third_party/skia/fuzz/
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
/third_party/flutter/skia/fuzz/
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
/third_party/unity/extras/memory/test/
DMakefile59 gcov unity_memory.c | head -3
60 grep '###' $(BUILD_DIR)/unity_memory.c.gcov -C2 || true # Show uncovered lines
/third_party/unity/extras/fixture/test/
DMakefile53 gcov unity_fixture.c | head -3
54 grep '###' $(BUILD_DIR)/unity_fixture.c.gcov -C2 || true # Show uncovered lines
/third_party/cJSON/tests/unity/extras/fixture/test/
DMakefile56 gcov unity_fixture.c | head -3
57 grep '###' $(BUILD_DIR)/unity_fixture.c.gcov -C2 || true # Show uncovered lines
/third_party/cJSON/tests/unity/test/
DMakefile38 gcov unity.c | head -3
39 grep '###' $(BUILD_DIR)/unity.c.gcov -C2 || true
/third_party/libevdev/
Dconfigure.ac99 AC_MSG_CHECKING([whether to build with gcov])
100 AC_ARG_ENABLE([gcov], optenable
101 [AS_HELP_STRING([--enable-gcov],
/third_party/node/deps/cares/
Daminclude_static.am25 # - CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH: --gcov-tool pathtogcov
54 CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH ?= --gcov-tool "$(GCOV)"
96 -find . \( -name "*.gcda" -o -name "*.gcno" -o -name "*.gcov" \) -delete
/third_party/libwebsockets/scripts/
Dgcov.sh3 gcov `find . -name *.c.gcno | grep -v test-apps` -b | sed "/\.h.\$/,/^$/d"

1234