Searched full:lcov (Results 1 – 25 of 244) sorted by relevance
12345678910
/external/libcxx/utils/google-benchmark/test/ |
D | CMakeLists.txt | 224 find_program(LCOV lcov) 227 if (GCOV AND LCOV AND GENHTML AND CTEST AND HAVE_CXX_FLAG_COVERAGE) 229 OUTPUT ${CMAKE_BINARY_DIR}/lcov/index.html 230 COMMAND ${LCOV} -q -z -d . 231 COMMAND ${LCOV} -q --no-external -c -b "${CMAKE_SOURCE_DIR}" -d . -o before.lcov -i 233 COMMAND ${LCOV} -q --no-external -c -b "${CMAKE_SOURCE_DIR}" -d . -o after.lcov 234 COMMAND ${LCOV} -q -a before.lcov -a after.lcov --output-file final.lcov 235 COMMAND ${LCOV} -q -r final.lcov "'${CMAKE_SOURCE_DIR}/test/*'" -o final.lcov 236 … COMMAND ${GENHTML} final.lcov -o lcov --demangle-cpp --sort -p "${CMAKE_BINARY_DIR}" -t benchmark 239 COMMENT "Running LCOV" [all …]
|
/external/cronet/tot/third_party/google_benchmark/src/test/ |
D | CMakeLists.txt | 285 find_program(LCOV lcov) 288 if (GCOV AND LCOV AND GENHTML AND CTEST AND HAVE_CXX_FLAG_COVERAGE) 290 OUTPUT ${CMAKE_BINARY_DIR}/lcov/index.html 291 COMMAND ${LCOV} -q -z -d . 292 COMMAND ${LCOV} -q --no-external -c -b "${CMAKE_SOURCE_DIR}" -d . -o before.lcov -i 294 COMMAND ${LCOV} -q --no-external -c -b "${CMAKE_SOURCE_DIR}" -d . -o after.lcov 295 COMMAND ${LCOV} -q -a before.lcov -a after.lcov --output-file final.lcov 296 COMMAND ${LCOV} -q -r final.lcov "'${CMAKE_SOURCE_DIR}/test/*'" -o final.lcov 297 … COMMAND ${GENHTML} final.lcov -o lcov --demangle-cpp --sort -p "${CMAKE_BINARY_DIR}" -t benchmark 300 COMMENT "Running LCOV" [all …]
|
/external/google-benchmark/test/ |
D | CMakeLists.txt | 285 find_program(LCOV lcov) 288 if (GCOV AND LCOV AND GENHTML AND CTEST AND HAVE_CXX_FLAG_COVERAGE) 290 OUTPUT ${CMAKE_BINARY_DIR}/lcov/index.html 291 COMMAND ${LCOV} -q -z -d . 292 COMMAND ${LCOV} -q --no-external -c -b "${CMAKE_SOURCE_DIR}" -d . -o before.lcov -i 294 COMMAND ${LCOV} -q --no-external -c -b "${CMAKE_SOURCE_DIR}" -d . -o after.lcov 295 COMMAND ${LCOV} -q -a before.lcov -a after.lcov --output-file final.lcov 296 COMMAND ${LCOV} -q -r final.lcov "'${CMAKE_SOURCE_DIR}/test/*'" -o final.lcov 297 … COMMAND ${GENHTML} final.lcov -o lcov --demangle-cpp --sort -p "${CMAKE_BINARY_DIR}" -t benchmark 300 COMMENT "Running LCOV" [all …]
|
/external/cronet/stable/third_party/google_benchmark/src/test/ |
D | CMakeLists.txt | 285 find_program(LCOV lcov) 288 if (GCOV AND LCOV AND GENHTML AND CTEST AND HAVE_CXX_FLAG_COVERAGE) 290 OUTPUT ${CMAKE_BINARY_DIR}/lcov/index.html 291 COMMAND ${LCOV} -q -z -d . 292 COMMAND ${LCOV} -q --no-external -c -b "${CMAKE_SOURCE_DIR}" -d . -o before.lcov -i 294 COMMAND ${LCOV} -q --no-external -c -b "${CMAKE_SOURCE_DIR}" -d . -o after.lcov 295 COMMAND ${LCOV} -q -a before.lcov -a after.lcov --output-file final.lcov 296 COMMAND ${LCOV} -q -r final.lcov "'${CMAKE_SOURCE_DIR}/test/*'" -o final.lcov 297 … COMMAND ${GENHTML} final.lcov -o lcov --demangle-cpp --sort -p "${CMAKE_BINARY_DIR}" -t benchmark 300 COMMENT "Running LCOV" [all …]
|
/external/sdv/vsomeip/third_party/boost/variant/.drone/ |
D | after-success.sh | 13 wget https://github.com/linux-test-project/lcov/archive/v1.14.zip 15 LCOV="`pwd`/lcov-1.14/bin/lcov --gcov-tool $GCOVTOOL" 19 …echo "$LCOV --directory $TRAVIS_BUILD_DIR/coverals --base-directory `pwd` --capture --output-file … 20 …$LCOV --directory $TRAVIS_BUILD_DIR/coverals --base-directory `pwd` --capture --output-file $TRAVI… 22 …$LCOV --remove $TRAVIS_BUILD_DIR/coverals/coverage.info "/usr*" "*/$BOOST_LIBS_FOLDER/test/*" $IGN… 25 …eval "$LCOV --remove $TRAVIS_BUILD_DIR/coverals/coverage.info $OTHER_LIBS -o $TRAVIS_BUILD_DIR/cov… 27 gem install coveralls-lcov || echo "ERROR. Failed to install coveralls-lcov" 28 coveralls-lcov coverals/coverage.info
|
/external/sdv/vsomeip/third_party/boost/conversion/.drone/ |
D | after-success.sh | 13 wget https://github.com/linux-test-project/lcov/archive/v1.14.zip 15 LCOV="`pwd`/lcov-1.14/bin/lcov --gcov-tool $GCOVTOOL" 19 …echo "$LCOV --directory $TRAVIS_BUILD_DIR/coverals --base-directory `pwd` --capture --output-file … 20 …$LCOV --directory $TRAVIS_BUILD_DIR/coverals --base-directory `pwd` --capture --output-file $TRAVI… 22 …$LCOV --remove $TRAVIS_BUILD_DIR/coverals/coverage.info "/usr*" "*/$BOOST_LIBS_FOLDER/test/*" $IGN… 25 …eval "$LCOV --remove $TRAVIS_BUILD_DIR/coverals/coverage.info $OTHER_LIBS -o $TRAVIS_BUILD_DIR/cov… 27 gem install coveralls-lcov || echo "ERROR. Failed to install coveralls-lcov" 28 coveralls-lcov coverals/coverage.info
|
/external/sdv/vsomeip/third_party/boost/lexical_cast/.drone/ |
D | after-success.sh | 13 wget https://github.com/linux-test-project/lcov/archive/v1.14.zip 15 LCOV="`pwd`/lcov-1.14/bin/lcov --gcov-tool $GCOVTOOL" 19 …echo "$LCOV --directory $TRAVIS_BUILD_DIR/coverals --base-directory `pwd` --capture --output-file … 20 …$LCOV --directory $TRAVIS_BUILD_DIR/coverals --base-directory `pwd` --capture --output-file $TRAVI… 22 …$LCOV --remove $TRAVIS_BUILD_DIR/coverals/coverage.info "/usr*" "*/$BOOST_LIBS_FOLDER/test/*" $IGN… 25 …eval "$LCOV --remove $TRAVIS_BUILD_DIR/coverals/coverage.info $OTHER_LIBS -o $TRAVIS_BUILD_DIR/cov… 27 gem install coveralls-lcov || echo "ERROR. Failed to install coveralls-lcov" 28 coveralls-lcov coverals/coverage.info
|
/external/sdv/vsomeip/third_party/boost/any/.drone/ |
D | after-success.sh | 13 wget https://github.com/linux-test-project/lcov/archive/v1.14.zip 15 LCOV="`pwd`/lcov-1.14/bin/lcov --gcov-tool $GCOVTOOL" 19 …echo "$LCOV --directory $TRAVIS_BUILD_DIR/coverals --base-directory `pwd` --capture --output-file … 20 …$LCOV --directory $TRAVIS_BUILD_DIR/coverals --base-directory `pwd` --capture --output-file $TRAVI… 22 …$LCOV --remove $TRAVIS_BUILD_DIR/coverals/coverage.info "/usr*" "*/$BOOST_LIBS_FOLDER/test/*" $IGN… 25 …eval "$LCOV --remove $TRAVIS_BUILD_DIR/coverals/coverage.info $OTHER_LIBS -o $TRAVIS_BUILD_DIR/cov… 27 gem install coveralls-lcov || echo "ERROR. Failed to install coveralls-lcov" 28 coveralls-lcov coverals/coverage.info
|
/external/sdv/vsomeip/third_party/boost/type_index/.drone/ |
D | after-success.sh | 13 wget https://github.com/linux-test-project/lcov/archive/v1.14.zip 15 LCOV="`pwd`/lcov-1.14/bin/lcov --gcov-tool $GCOVTOOL" 19 …echo "$LCOV --directory $TRAVIS_BUILD_DIR/coverals --base-directory `pwd` --capture --output-file … 20 …$LCOV --directory $TRAVIS_BUILD_DIR/coverals --base-directory `pwd` --capture --output-file $TRAVI… 22 …$LCOV --remove $TRAVIS_BUILD_DIR/coverals/coverage.info "/usr*" "*/$BOOST_LIBS_FOLDER/test/*" $IGN… 25 …eval "$LCOV --remove $TRAVIS_BUILD_DIR/coverals/coverage.info $OTHER_LIBS -o $TRAVIS_BUILD_DIR/cov… 27 gem install coveralls-lcov || echo "ERROR. Failed to install coveralls-lcov" 28 coveralls-lcov coverals/coverage.info
|
/external/boringssl/src/util/ |
D | generate-coverage.sh | 22 LCOV=$(mktemp -d '/tmp/boringssl-lcov.XXXXXX') 25 LCOV=$(readlink -f "$1") 26 mkdir -p "$LCOV" 40 util/generate-asm-lcov.py "$BUILD/callgrind" "$BUILD" > "$BUILD/asm.info" 47 cd "$LCOV" 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/googlete…
|
/external/cronet/tot/third_party/boringssl/src/util/ |
D | generate-coverage.sh | 22 LCOV=$(mktemp -d '/tmp/boringssl-lcov.XXXXXX') 25 LCOV=$(readlink -f "$1") 26 mkdir -p "$LCOV" 40 util/generate-asm-lcov.py "$BUILD/callgrind" "$BUILD" > "$BUILD/asm.info" 47 cd "$LCOV" 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/googlete…
|
/external/cronet/stable/third_party/boringssl/src/util/ |
D | generate-coverage.sh | 22 LCOV=$(mktemp -d '/tmp/boringssl-lcov.XXXXXX') 25 LCOV=$(readlink -f "$1") 26 mkdir -p "$LCOV" 40 util/generate-asm-lcov.py "$BUILD/callgrind" "$BUILD" > "$BUILD/asm.info" 47 cd "$LCOV" 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/googlete…
|
/external/grpc-grpc/src/php/ext/grpc/ |
D | config.m4 | 99 AC_CHECK_PROG(LCOV, lcov, lcov) 101 PHP_SUBST(LCOV) 104 if test "$LCOV"; then 105 AC_CACHE_CHECK([for lcov version], php_cv_lcov_version, [ 107 lcov_version=`$LCOV -v 2>/dev/null | $SED -e 's/^.* //'` #' 115 …lcov_msg="To enable code coverage reporting you must have one of the following LCOV versions insta… 121 …lcov_msg="You must have one of the following versions of LCOV: $lcov_version_list (found: $lcov_ve… 123 LCOV="exit 0;" 128 AC_MSG_ERROR([Could not find genhtml from the LCOV package])
|
/external/strace/m4/ |
D | ax_code_coverage.m4 | 116 AC_CHECK_PROG([LCOV], [lcov], [lcov]) 119 AS_IF([ test -z "$LCOV" ], [ 120 AC_MSG_ERROR([To enable code coverage reporting you must have lcov installed]) 124 AC_MSG_ERROR([Could not find genhtml from the lcov package]) 146 …$(code_coverage_v_lcov_cap)$(LCOV) $(code_coverage_quiet) $(addprefix --directory ,$(CODE_COVERAGE… 147 …$(code_coverage_v_lcov_ign)$(LCOV) $(code_coverage_quiet) $(addprefix --directory ,$(CODE_COVERAGE… 156 -$(LCOV) --directory $(top_builddir) -z 176 # by lcov for code coverage. (Default: 184 # - CODE_COVERAGE_LCOV_SHOPTS_DEFAULT: Extra options shared between both lcov 186 # - CODE_COVERAGE_LCOV_SHOPTS: Extra options to shared between both lcov [all …]
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/m4/ |
D | ax_code_coverage.m4 | 88 # by lcov for code coverage. (Default: 96 # - CODE_COVERAGE_LCOV_SHOPTS_DEFAULT: Extra options shared between both lcov 98 # - CODE_COVERAGE_LCOV_SHOPTS: Extra options to shared between both lcov 102 # collecting lcov instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH) 103 # - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the collecting lcov 106 # lcov instance. (Default: empty) 107 # - CODE_COVERAGE_LCOV_RMOPTS: Extra options to pass to the filtering lcov 144 code_coverage_v_lcov_cap_0 = @echo \" LCOV --capture\" \$(CODE_COVERAGE_OUTPUT_FILE); 147 code_coverage_v_lcov_ign_0 = @echo \" LCOV --remove /tmp/*\" \$(CODE_COVERAGE_IGNORE_PATTERN); 165 …\$(code_coverage_v_lcov_cap)\$(LCOV) \$(code_coverage_quiet) \$(addprefix --directory ,\$(CODE_COV… [all …]
|
/external/rust/android-crates-io/crates/managed/ |
D | coverage.sh | 10 lcov "${LCOVOPTS[@]}" --capture --directory . --base-directory . \ 11 -o target/coverage/raw.lcov 12 lcov "${LCOVOPTS[@]}" --extract target/coverage/raw.lcov "$(pwd)/*" \ 13 -o target/coverage/raw_crate.lcov 17 target/coverage/raw_crate.lcov
|
/external/openthread/third_party/mbedtls/repo/scripts/ |
D | lcov.sh | 42 # Pass absolute paths as lcov output files. This works around a bug 43 # whereby lcov tries to create the output file in the root directory 44 # if it has emitted a warning. A fix was released in lcov 1.13 in 2016. 46 # https://github.com/linux-test-project/lcov/commit/632c25a0d1f5e4d2f4fd5b28ce7c8b86d388c91f 48 lcov --capture --initial --directory $library_dir -o "$COVTMP/files.info" 49 lcov --rc lcov_branch_coverage=1 --capture --directory $library_dir -o "$COVTMP/tests.info" 50 …lcov --rc lcov_branch_coverage=1 --add-tracefile "$COVTMP/files.info" --add-tracefile "$COVTMP/tes… 51 lcov --rc lcov_branch_coverage=1 --remove "$COVTMP/all.info" -o "$COVTMP/final.info" '*.h'
|
/external/sdv/vsomeip/third_party/boost/process/ |
D | .travis.yml | 67 # - lcov 113 - git clone https://github.com/linux-test-project/lcov.git lcov_dir 116 - LCOV="$BOOST/libs/$PROJECT_TO_TEST/test/lcov_dir/bin/lcov $GCOV_VERSION" 117 …- $LCOV --directory $TRAVIS_BUILD_DIR/coverals --base-directory ./ --capture --output-file $TRAVIS… 121 …- $LCOV --remove $TRAVIS_BUILD_DIR/coverals/coverage.info "*.cpp" "/usr*" "*/$PROJECT_TO_TEST/test… 126 …- eval "$LCOV --remove $TRAVIS_BUILD_DIR/coverals/coverage.info $OTHER_LIBS -o $TRAVIS_BUILD_DIR/c… 130 - gem install coveralls-lcov 131 - coveralls-lcov coverals/coverage.info
|
/external/bazelbuild-rules_go/go/tools/bzltestutil/ |
D | lcov.go | 66 lcov := bufio.NewWriter(lcovWriter) 67 defer lcov.Flush() 82 if err := emitLcovLines(lcov, currentPath, lineCounts); err != nil { 110 if err := emitLcovLines(lcov, currentPath, lineCounts); err != nil { 117 func emitLcovLines(lcov io.StringWriter, path string, lineCounts map[uint32]uint32) error { 118 _, err := lcov.WriteString(fmt.Sprintf("SF:%s\n", path)) 135 _, err := lcov.WriteString(fmt.Sprintf("DA:%d,%d\n", line, count)) 141 …_, err = lcov.WriteString(fmt.Sprintf("LH:%d\nLF:%d\nend_of_record\n", numCovered, len(sortedLines…
|
/external/kmod/ |
D | Makefile.am | 334 .PHONY: coverage lcov-run lcov-report coverage-sync 336 # run lcov from scratch, always 338 $(MAKE) lcov-run 339 $(MAKE) lcov-report 347 lcov-run: 349 lcov $(coverage_opts) --zerocounters 353 lcov-report: 355 lcov $(coverage_opts) --capture --no-external --ignore-errors graph \ 356 | sed 's|$(abspath $(builddir))|$(abspath $(srcdir))|' > $(coverage_dir)/.lcov.info 357 lcov --remove $(coverage_dir)/.lcov.info --output-file $(coverage_dir)/.lcov-clean.info 'test-*' [all …]
|
/external/cn-cbor/cmake/ |
D | LCov.cmake | 1 FIND_PROGRAM( LCOV_PATH lcov ) 5 # message ( "lcov: ${LCOV_PATH}" ) 9 …COMMAND "${GENHTML_PATH}" --rc genhtml_branch_coverage=1 --output-directory lcov ${PROJECT_NAME}.i… 10 COMMAND echo "Coverage report in: file://${CMAKE_BINARY_DIR}/lcov/index.html"
|
/external/sdv/vsomeip/third_party/boost/type_index/ |
D | .travis.yml | 124 - wget https://github.com/linux-test-project/lcov/archive/v1.14.zip 126 - LCOV="`pwd`/lcov-1.14/bin/lcov --gcov-tool $GCOVTOOL" 132 …- echo "$LCOV --directory $TRAVIS_BUILD_DIR/coverals --base-directory `pwd` --capture --output-fil… 133 …- $LCOV --directory $TRAVIS_BUILD_DIR/coverals --base-directory `pwd` --capture --output-file $TRA… 137 …- $LCOV --remove $TRAVIS_BUILD_DIR/coverals/coverage.info "/usr*" "*/$BOOST_LIBS_FOLDER/test/*" $I… 142 …- eval "$LCOV --remove $TRAVIS_BUILD_DIR/coverals/coverage.info $OTHER_LIBS -o $TRAVIS_BUILD_DIR/c… 146 - gem install coveralls-lcov 147 - coveralls-lcov coverals/coverage.info
|
/external/pigweed/pw_build/py/pw_build/ |
D | generate_report.py | 39 choices=['text', 'html', 'lcov', 'json'], 140 if format_type in ['lcov', 'json']: 142 output_dir / 'report.lcov' 143 if format_type == 'lcov' 158 else: # format_type in ['lcov', 'json'] 163 format_type if format_type == 'lcov' else 'text', 172 # LCOV, and text reports. 215 else: # format_type in ['lcov', 'json'] 225 if format_type in ['lcov', 'json']:
|
/external/sdv/vsomeip/third_party/boost/any/ |
D | .travis.yml | 136 - wget https://github.com/linux-test-project/lcov/archive/v1.14.zip 138 - LCOV="`pwd`/lcov-1.14/bin/lcov --gcov-tool $GCOVTOOL" 144 …- echo "$LCOV --directory $TRAVIS_BUILD_DIR/coverals --base-directory `pwd` --capture --output-fil… 145 …- $LCOV --directory $TRAVIS_BUILD_DIR/coverals --base-directory `pwd` --capture --output-file $TRA… 149 …- $LCOV --remove $TRAVIS_BUILD_DIR/coverals/coverage.info "/usr*" "*/$BOOST_LIBS_FOLDER/test/*" $I… 154 …- eval "$LCOV --remove $TRAVIS_BUILD_DIR/coverals/coverage.info $OTHER_LIBS -o $TRAVIS_BUILD_DIR/c… 158 - gem install coveralls-lcov 159 - coveralls-lcov coverals/coverage.info
|
/external/sdv/vsomeip/third_party/boost/variant/ |
D | .travis.yml | 136 - wget https://github.com/linux-test-project/lcov/archive/v1.14.zip 138 - LCOV="`pwd`/lcov-1.14/bin/lcov --gcov-tool $GCOVTOOL" 144 …- echo "$LCOV --directory $TRAVIS_BUILD_DIR/coverals --base-directory `pwd` --capture --output-fil… 145 …- $LCOV --directory $TRAVIS_BUILD_DIR/coverals --base-directory `pwd` --capture --output-file $TRA… 149 …- $LCOV --remove $TRAVIS_BUILD_DIR/coverals/coverage.info "/usr*" "*/$BOOST_LIBS_FOLDER/test/*" $I… 154 …- eval "$LCOV --remove $TRAVIS_BUILD_DIR/coverals/coverage.info $OTHER_LIBS -o $TRAVIS_BUILD_DIR/c… 158 - gem install coveralls-lcov 159 - coveralls-lcov coverals/coverage.info
|
12345678910