Home
last modified time | relevance | path

Searched refs:GENHTML (Results 1 – 6 of 6) sorted by relevance

/external/google-benchmark/test/
DCMakeLists.txt57 find_program(GENHTML genhtml)
59 if (GCOV AND LCOV AND GENHTML AND CTEST AND HAVE_CXX_FLAG_COVERAGE)
68 … COMMAND ${GENHTML} final.lcov -o lcov --demangle-cpp --sort -p "${CMAKE_BINARY_DIR}" -t benchmark
88 " genhtml: ${GENHTML}\n"
/external/libxml2/
DMakefile.am1261 GENHTML = /usr/bin/genhtml macro
1266 if [ ! -x $(LCOV) -o ! -x $(GENHTML) ] ; then \
1267 echo Need $(LCOV) and $(GENHTML) excecutables; exit 1 ; fi
1274 …$(GENHTML) -s -t "libxml2" -o $(top_builddir)/coverage --legend $(top_builddir)/coverage/libxml2.i…
/external/pcre/dist/
Dconfigure.ac1014 AC_ARG_VAR([GENHTML],[the ltp genhtml program])
1015 AC_PATH_PROG([GENHTML],[genhtml],[false])
1016 if test "x$GENHTML" = "xfalse"; then
DMakefile.am847 LANG=C $(GENHTML) $(coverage_quiet) \
Dconfigure1597 GENHTML the ltp genhtml program
20079 case $GENHTML in
20081 ac_cv_path_GENHTML="$GENHTML" # Let the user override the test with a path.
20103 GENHTML=$ac_cv_path_GENHTML
20104 if test -n "$GENHTML"; then
20105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GENHTML" >&5
20106 $as_echo "$GENHTML" >&6; }
20113 if test "x$GENHTML" = "xfalse"; then
DMakefile.in792 GENHTML = @GENHTML@
3261 @WITH_GCOV_TRUE@ LANG=C $(GENHTML) $(coverage_quiet) \