Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/coverity-scan/
H A Drun-coverity-scan270 TARBALL=cov-int.tar.xz
409 rm -rf cov-int
410 mkdir cov-int
411 cov-build --dir cov-int $COVERITY_BUILD_CMD
414 tar cvf - cov-int | xz > "$TARBALL"
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan/
H A D0001-meson.build-drop-unnecessary-build-dependencies.patch25 -pytest = find_program('pytest-3', 'pytest3') # also requires the pytest-cov plugin
27 +pytest = find_program('pytest-3', 'pytest3', required: false) # also requires the pytest-cov plug…
49 args: ['run', '-a', '-m', 'pytest', '-s', '-v', '--cov-append', meson.current_source_dir()],
/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/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-platformdirs_4.2.0.bb22 python3-pytest-cov \
H A Dpython3-multidict_6.0.5.bb21 python3-pytest-cov \
H A Dpython3-lz4_4.3.3.bb21 python3-pytest-cov \
/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/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.c1400 double cov = block_range__coverage(br); in annotate__address_color() local
1402 if (cov >= 0) { in annotate__address_color()
1404 if (cov > 0.75) in annotate__address_color()
1408 if (cov < 0.01) in annotate__address_color()
1417 double cov = block_range__coverage(br); in annotate__asm_color() local
1419 if (cov >= 0) { in annotate__asm_color()
1421 if (cov < 0.01) in annotate__asm_color()
/openbmc/qemu/docs/devel/
H A Dfuzzing.rst92 libFuzzer's output provides a "cov: " column that provides a total number of
109 llvm-cov show ./path/to/qemu-fuzz-i386 -instr-profile=default.profdata \