Home
last modified time | relevance | path

Searched refs:cov (Results 1 – 14 of 14) sorted by relevance

/openbmc/qemu/scripts/coverity-scan/
H A Drun-coverity-scan295 TARBALL=cov-int.tar.xz
434 rm -rf cov-int
435 mkdir cov-int
436 cov-build --dir cov-int $COVERITY_BUILD_CMD
439 tar cvf - cov-int | xz > "$TARBALL"
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/
H A D0005-pip-requirements-Don-t-install-requirements-with-pip.patch97 -pytest-cov==2.5.1
98 -cov-core==1.15.0
H A D0001-Remove-python-venv.patch118 pytest test/unittests/ --cov=mycroft "$@"
/openbmc/linux/net/dccp/
H A Ddccp.h206 unsigned int cov = dccp_csum_coverage(skb); in dccp_csum_outgoing() local
208 if (cov >= skb->len) in dccp_csum_outgoing()
211 skb->csum = skb_checksum(skb, 0, (cov > skb->len)? skb->len : cov, 0); in dccp_csum_outgoing()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pytest-cov_5.0.0.bb2 HOMEPAGE = "https://github.com/pytest-dev/pytest-cov"
H A Dpython3-fsspec_2024.10.0.bb18 python3-pytest-cov \
H A Dpython3-platformdirs_4.3.6.bb22 python3-pytest-cov \
H A Dpython3-multidict_6.1.0.bb21 python3-pytest-cov \
H A Dpython3-lz4_4.3.3.bb21 python3-pytest-cov \
H A Dpython3-typer_0.14.0.bb34 python3-pytest-cov \
/openbmc/linux/Documentation/translations/zh_CN/dev-tools/
H A Dgcov.rst174 .. _llvm-cov: https://llvm.org/docs/CommandGuide/llvm-cov.html
/openbmc/linux/Documentation/dev-tools/
H A Dgcov.rst179 .. _llvm-cov: https://llvm.org/docs/CommandGuide/llvm-cov.html
/openbmc/linux/tools/perf/util/
H A Dannotate.c1408 double cov = block_range__coverage(br); in annotate__address_color() local
1410 if (cov >= 0) { in annotate__address_color()
1412 if (cov > 0.75) in annotate__address_color()
1416 if (cov < 0.01) in annotate__address_color()
1425 double cov = block_range__coverage(br); in annotate__asm_color() local
1427 if (cov >= 0) { in annotate__asm_color()
1429 if (cov < 0.01) in annotate__asm_color()
/openbmc/qemu/docs/devel/testing/
H A Dfuzzing.rst93 libFuzzer's output provides a "cov: " column that provides a total number of
110 llvm-cov show ./path/to/qemu-fuzz-i386 -instr-profile=default.profdata \