Home
last modified time | relevance | path

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

1234

/external/jemalloc/
D.gitignore25 /src/*.gcda
33 /test/integration/*.gcda
38 /test/src/*.gcda
44 /test/stress/*.gcda
51 /test/unit/*.gcda
/external/llvm/test/tools/llvm-cov/
Dllvm-cov.test20 RUN: cp test.gcno test.gcda %t/objdir
62 RUN: llvm-cov gcov -lp -gcno test_paths.gcno -gcda test_paths.gcda srcdir/../test_paths.cpp | diff …
100 # Missing gcda file just gives 0 counts.
101 RUN: llvm-cov gcov test.c -gcda=no_such_gcda_file | diff -u test_no_gcda.output -
108 # Bad file checksum on gcda.
109 RUN: llvm-cov gcov test.c -gcda=test_file_checksum_fail.gcda
111 # Bad function checksum on gcda
112 RUN: llvm-cov gcov test.c -gcda=test_func_checksum_fail.gcda
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cov/
Dllvm-cov.test20 RUN: cp test.gcno test.gcda %t/objdir
62 RUN: llvm-cov gcov -lp -gcno test_paths.gcno -gcda test_paths.gcda srcdir/../test_paths.cpp | diff …
100 # Missing gcda file just gives 0 counts.
101 RUN: llvm-cov gcov test.c -gcda=no_such_gcda_file | diff -u test_no_gcda.output -
108 # Bad file checksum on gcda.
109 RUN: llvm-cov gcov test.c -gcda=test_file_checksum_fail.gcda
111 # Bad function checksum on gcda
112 RUN: llvm-cov gcov test.c -gcda=test_func_checksum_fail.gcda
/external/elfutils/tests/
Dcoverage.sh19 gcda="$base.gcda"
20 if [ -f "$gcda" ]; then
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GCOVProfiling/
Dthree-element-mdnode.ll2 ; RUN: echo '!10 = !{!"%/t/aaa.gcno", !"%/t/bbb.gcda", !0}' > %t/1
6 ; RUN: grep bbb.gcda %t/3
/external/one-true-awk/
Dmakefile105 rm -f a.out *.o *.obj maketab maketab.exe *.bb *.bbg *.da *.gcov *.gcno *.gcda # proctab.c
108 rm -f a.out *.o *.obj maketab maketab.exe *.bb *.bbg *.da *.gcov *.gcno *.gcda proctab.c ytab*
/external/llvm/test/tools/llvm-cov/Inputs/
Dtest_missing.h.gcov3 -: 0:Data:test_paths.gcda
Dtest_no_options.h.gcov3 -: 0:Data:test.gcda
Dtest_paths.h.gcov3 -: 0:Data:test_paths.gcda
Dtest_-a.h.gcov3 -: 0:Data:test.gcda
Dtest_objdir.h.gcov3 -: 0:Data:objdir/test.gcda
Dtest_-a_-b.h.gcov3 -: 0:Data:test.gcda
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cov/Inputs/
Dtest_missing.h.gcov3 -: 0:Data:test_paths.gcda
Dtest_no_options.h.gcov3 -: 0:Data:test.gcda
Dtest_objdir.h.gcov3 -: 0:Data:objdir/test.gcda
Dtest_paths.h.gcov3 -: 0:Data:test_paths.gcda
Dtest_-a.h.gcov3 -: 0:Data:test.gcda
Dtest_-a_-b.h.gcov3 -: 0:Data:test.gcda
Dtest_-a_-b_-c_-u.h.gcov3 -: 0:Data:test.gcda
/external/selinux/libsepol/cil/
D.gitignore2 *.gcda
/external/wpa_supplicant_8/src/drivers/
DMakefile5 rm -f *~ *.o *.d *.gcno *.gcda *.gcov
/external/llvm/docs/CommandGuide/
Dllvm-cov.rst58 coverage data. The other half of the data comes from ``.gcda`` files that are
59 generated when you run the instrumented program, with a separate ``.gcda``
61 are summed into any existing ``.gcda`` files, so be sure to remove any old
64 By default, the ``.gcda`` files are written into the same directory as the
72 then need to copy the ``.gcda`` files back to the object file directories
130 with ``.gcno`` and ``.gcda`` extensions. If you specify a directory, the
/external/catch2/CMake/
Dllvm-cov-wrapper45 "gcda") exec $LLVM_COV_BIN --gcda="$1" ;;
/external/wpa_supplicant_8/src/l2_packet/
DMakefile4 rm -f *~ *.o *.d *.gcno *.gcda *.gcov libl2_packet.a
/external/wpa_supplicant_8/src/eapol_supp/
DMakefile4 rm -f *~ *.o *.d *.gcno *.gcda *.gcov libeapol_supp.a

1234