Home
last modified time | relevance | path

Searched +full:gcov +full:- +full:exec (Results 1 – 25 of 53) sorted by relevance

123

/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Dpigz.yml4 ci-cmake:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu GCC
12 os: ubuntu-latest
16 - name: Ubuntu GCC Symbol Prefix
17 os: ubuntu-latest
20 cmake-args: -DZLIB_SYMBOL_PREFIX=zTest_
22 - name: Ubuntu Clang
23 os: ubuntu-latest
[all …]
Dcmake.yml4 ci-cmake:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu 18.04 GCC
12 os: ubuntu-18.04
14 cxx-compiler: g++
16 - name: Ubuntu GCC ASAN
17 os: ubuntu-latest
19 cxx-compiler: g++
20 cmake-args: -DWITH_SANITIZER=Address
[all …]
/external/sdv/vsomeip/third_party/boost/any/.drone/
Dafter-success.sh8 mkdir -p $TRAVIS_BUILD_DIR/coverals
9 find ../../../bin.v2/ -name "*.gcda" -exec cp "{}" $TRAVIS_BUILD_DIR/coverals/ \;
10 find ../../../bin.v2/ -name "*.gcno" -exec cp "{}" $TRAVIS_BUILD_DIR/coverals/ \;
11 find ../../../bin.v2/ -name "*.da" -exec cp "{}" $TRAVIS_BUILD_DIR/coverals/ \;
12 find ../../../bin.v2/ -name "*.no" -exec cp "{}" $TRAVIS_BUILD_DIR/coverals/ \;
13 wget https://github.com/linux-test-project/lcov/archive/v1.14.zip
15 LCOV="`pwd`/lcov-1.14/bin/lcov --gcov-tool $GCOVTOOL"
16 mkdir -p ~/.local/bin
17 echo -e '#!/bin/bash\nexec llvm-cov gcov "$@"' > ~/.local/bin/gcov_for_clang.sh
19 …echo "$LCOV --directory $TRAVIS_BUILD_DIR/coverals --base-directory `pwd` --capture --output-file …
[all …]
/external/sdv/vsomeip/third_party/boost/variant/.drone/
Dafter-success.sh8 mkdir -p $TRAVIS_BUILD_DIR/coverals
9 find ../../../bin.v2/ -name "*.gcda" -exec cp "{}" $TRAVIS_BUILD_DIR/coverals/ \;
10 find ../../../bin.v2/ -name "*.gcno" -exec cp "{}" $TRAVIS_BUILD_DIR/coverals/ \;
11 find ../../../bin.v2/ -name "*.da" -exec cp "{}" $TRAVIS_BUILD_DIR/coverals/ \;
12 find ../../../bin.v2/ -name "*.no" -exec cp "{}" $TRAVIS_BUILD_DIR/coverals/ \;
13 wget https://github.com/linux-test-project/lcov/archive/v1.14.zip
15 LCOV="`pwd`/lcov-1.14/bin/lcov --gcov-tool $GCOVTOOL"
16 mkdir -p ~/.local/bin
17 echo -e '#!/bin/bash\nexec llvm-cov gcov "$@"' > ~/.local/bin/gcov_for_clang.sh
19 …echo "$LCOV --directory $TRAVIS_BUILD_DIR/coverals --base-directory `pwd` --capture --output-file …
[all …]
/external/sdv/vsomeip/third_party/boost/type_index/.drone/
Dafter-success.sh8 mkdir -p $TRAVIS_BUILD_DIR/coverals
9 find ../../../bin.v2/ -name "*.gcda" -exec cp "{}" $TRAVIS_BUILD_DIR/coverals/ \;
10 find ../../../bin.v2/ -name "*.gcno" -exec cp "{}" $TRAVIS_BUILD_DIR/coverals/ \;
11 find ../../../bin.v2/ -name "*.da" -exec cp "{}" $TRAVIS_BUILD_DIR/coverals/ \;
12 find ../../../bin.v2/ -name "*.no" -exec cp "{}" $TRAVIS_BUILD_DIR/coverals/ \;
13 wget https://github.com/linux-test-project/lcov/archive/v1.14.zip
15 LCOV="`pwd`/lcov-1.14/bin/lcov --gcov-tool $GCOVTOOL"
16 mkdir -p ~/.local/bin
17 echo -e '#!/bin/bash\nexec llvm-cov gcov "$@"' > ~/.local/bin/gcov_for_clang.sh
19 …echo "$LCOV --directory $TRAVIS_BUILD_DIR/coverals --base-directory `pwd` --capture --output-file …
[all …]
/external/sdv/vsomeip/third_party/boost/conversion/.drone/
Dafter-success.sh8 mkdir -p $TRAVIS_BUILD_DIR/coverals
9 find ../../../bin.v2/ -name "*.gcda" -exec cp "{}" $TRAVIS_BUILD_DIR/coverals/ \;
10 find ../../../bin.v2/ -name "*.gcno" -exec cp "{}" $TRAVIS_BUILD_DIR/coverals/ \;
11 find ../../../bin.v2/ -name "*.da" -exec cp "{}" $TRAVIS_BUILD_DIR/coverals/ \;
12 find ../../../bin.v2/ -name "*.no" -exec cp "{}" $TRAVIS_BUILD_DIR/coverals/ \;
13 wget https://github.com/linux-test-project/lcov/archive/v1.14.zip
15 LCOV="`pwd`/lcov-1.14/bin/lcov --gcov-tool $GCOVTOOL"
16 mkdir -p ~/.local/bin
17 echo -e '#!/bin/bash\nexec llvm-cov gcov "$@"' > ~/.local/bin/gcov_for_clang.sh
19 …echo "$LCOV --directory $TRAVIS_BUILD_DIR/coverals --base-directory `pwd` --capture --output-file …
[all …]
/external/sdv/vsomeip/third_party/boost/lexical_cast/.drone/
Dafter-success.sh8 mkdir -p $TRAVIS_BUILD_DIR/coverals
9 find ../../../bin.v2/ -name "*.gcda" -exec cp "{}" $TRAVIS_BUILD_DIR/coverals/ \;
10 find ../../../bin.v2/ -name "*.gcno" -exec cp "{}" $TRAVIS_BUILD_DIR/coverals/ \;
11 find ../../../bin.v2/ -name "*.da" -exec cp "{}" $TRAVIS_BUILD_DIR/coverals/ \;
12 find ../../../bin.v2/ -name "*.no" -exec cp "{}" $TRAVIS_BUILD_DIR/coverals/ \;
13 wget https://github.com/linux-test-project/lcov/archive/v1.14.zip
15 LCOV="`pwd`/lcov-1.14/bin/lcov --gcov-tool $GCOVTOOL"
16 mkdir -p ~/.local/bin
17 echo -e '#!/bin/bash\nexec llvm-cov gcov "$@"' > ~/.local/bin/gcov_for_clang.sh
19 …echo "$LCOV --directory $TRAVIS_BUILD_DIR/coverals --base-directory `pwd` --capture --output-file …
[all …]
/external/sdv/vsomeip/third_party/boost/any/
D.travis.yml5 # Copyright Antony Polukhin 2014-2021.
16 # `--coverage` flags required to generate coverage info for Coveralls
19- env: B2_ARGS='cxxstd=98,03,11,14,1y toolset=gcc-6 cxxflags="--coverage -fsanitize=address,leak,u…
20 name: "GCC-6, no RTTI"
23 sources: ubuntu-toolchain-r-test
24 packages: g++-6
26- env: B2_ARGS='cxxstd=98,03,11,14,1z toolset=gcc-8 cxxflags="--coverage -fsanitize=address,leak,u…
27 name: "GCC-8"
31 sources: ubuntu-toolchain-r-test
32 packages: g++-8
[all …]
/external/sdv/vsomeip/third_party/boost/variant/
D.travis.yml5 # Copyright Antony Polukhin 2014-2021.
17 # `--coverage` flags required to generate coverage info for Coveralls
20- env: B2_ARGS='cxxstd=98,03,11,14,1y toolset=gcc-6 cxxflags="--coverage -fsanitize=address,leak,u…
21 name: "GCC-6, no RTTI"
24 sources: ubuntu-toolchain-r-test
25 packages: g++-6
27- env: B2_ARGS='cxxstd=98,03,11,14,1z toolset=gcc-8 cxxflags="--coverage -fsanitize=address,leak,u…
28 name: "GCC-8"
32 sources: ubuntu-toolchain-r-test
33 packages: g++-8
[all …]
/external/sdv/vsomeip/third_party/boost/lexical_cast/
D.travis.yml5 # Copyright Antony Polukhin 2014-2021.
16 # `--coverage` flags required to generate coverage info for Coveralls
19- env: B2_ARGS='cxxstd=98,03,11,14,1y toolset=gcc-6 cxxflags="--coverage -fsanitize=address,leak,u…
20 name: "GCC-6"
23 sources: ubuntu-toolchain-r-test
24 packages: g++-6
26- env: B2_ARGS='cxxstd=98,03,11,14,1z toolset=gcc-8 cxxflags="--coverage -fsanitize=address,leak,u…
27 name: "GCC-8"
31 sources: ubuntu-toolchain-r-test
32 packages: g++-8
[all …]
/external/sdv/vsomeip/third_party/boost/type_index/
D.travis.yml5 # Copyright Antony Polukhin 2014-2021.
16 # `--coverage` flags required to generate coverage info for Coveralls
19- env: B2_ARGS='cxxstd=98,03,11,14,1z toolset=gcc-8 cxxflags="--coverage -fsanitize=address,leak,u…
20 name: "GCC-8"
24 sources: ubuntu-toolchain-r-test
25 packages: g++-8
27- env: B2_ARGS='cxxstd=98,0x toolset=gcc-4.6 cxxflags="--coverage -DBOOST_TRAVISCI_BUILD" linkflag…
28 name: "GCC-4.6"
31 sources: ubuntu-toolchain-r-test
32 packages: g++-4.6
[all …]
/external/sdv/vsomeip/third_party/boost/conversion/
D.travis.yml5 # Copyright Antony Polukhin 2014-2021.
16 # `--coverage` flags required to generate coverage info for Coveralls
19- env: B2_ARGS='cxxstd=98,03,11,14,1z toolset=gcc-8 cxxflags="--coverage -fsanitize=address,leak,u…
20 name: "GCC-8"
24 sources: ubuntu-toolchain-r-test
25 packages: g++-8
27- env: B2_ARGS='cxxstd=98,0x toolset=gcc-4.6 cxxflags="--coverage -DBOOST_TRAVISCI_BUILD" linkflag…
28 name: "GCC-4.6"
31 sources: ubuntu-toolchain-r-test
32 packages: g++-4.6
[all …]
/external/llvm/include/llvm/Transforms/
DInstrumentation.h1 //===- Transforms/Instrumentation.h - Instrumentation passes ----*- C++ -*-===//
8 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
23 extern __thread __attribute__((tls_model("initial-exec"))) in getDFSanArgTLSPtrForJIT()
29 extern __thread __attribute__((tls_model("initial-exec"))) in getDFSanRetValTLSPtrForJIT()
50 // Insert GCOV profiling instrumentation
60 // A four-byte version string. The meaning of a version string is described in
61 // gcc's gcov-io.h
121 // Options for EfficiencySanitizer sub-tools.
166 // BoundsChecking - This pass instruments the code to perform run-time bounds
[all …]
/external/sdv/vsomeip/third_party/boost/process/
D.travis.yml5 # Copyright Antony Polukhin 2014-2016.
20 - gcc
23 - linux
24 - osx
28 - BADGE=linux
29 - BADGE=osx
31 # Autodetect Boost branch by using the following code: - BRANCH_TO_TEST=$TRAVIS_BRANCH
33 - BRANCH_TO_TEST=$TRAVIS_BRANCH
36 # Example: - IGNORE_COVERAGE='*/boost/progress.hpp */filesystem/src/*'
37 - IGNORE_COVERAGE=''
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp1 //===- GCOVProfiling.cpp - Insert edge counters for gcov profiling --------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This pass implements GCOV-style profiling. When this pass is run it emits
14 //===----------------------------------------------------------------------===//
51 #define DEBUG_TYPE "insert-gcov-profiling"
62 static cl::opt<std::string> DefaultGCOVVersion("default-gcov-version",
66 static cl::opt<bool> AtomicCounter("gcov-atomic-counter", cl::Hidden,
71 // Length + NUL-terminated string + 0~3 padding NULs. in wordsOfString()
83 llvm::report_fatal_error(Twine("Invalid -default-gcov-version: ") + in getDefault()
[all …]
/external/openthread/script/
Dtest33 set -euo pipefail
35 OT_BUILDDIR="${OT_BUILDDIR:-${PWD}/build}"
53 OT_NODE_TYPE="${OT_NODE_TYPE:-cli}"
56 OT_NATIVE_IP="${OT_NATIVE_IP:-0}"
59 THREAD_VERSION="${THREAD_VERSION:-1.3}"
62 INTER_OP="${INTER_OP:-0}"
65 VERBOSE="${VERBOSE:-0}"
68 BORDER_ROUTING="${BORDER_ROUTING:-1}"
71 NAT64="${NAT64:-0}"
74 NAT64_SERVICE="${NAT64_SERVICE:-openthread}"
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp1 //===- GCOVProfiling.cpp - Insert edge counters for gcov profiling --------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This pass implements GCOV-style profiling. When this pass is run it emits
14 //===----------------------------------------------------------------------===//
50 #define DEBUG_TYPE "insert-gcov-profiling"
53 DefaultGCOVVersion("default-gcov-version", cl::init("402*"), cl::Hidden,
55 static cl::opt<bool> DefaultExitBlockBeforeBody("gcov-exit-block-before-body",
68 llvm::report_fatal_error(std::string("Invalid -default-gcov-version: ") + in getDefault()
127 // Reversed, NUL-terminated copy of Options.Version.
[all …]
/external/elfutils/tests/
DMakefile.am3 ## Copyright (C) 1996-2019 Red Hat, Inc.
22 AM_CPPFLAGS += -I$(top_srcdir)/libasm -I$(top_srcdir)/libdw \
23 -I$(top_srcdir)/libdwfl -I$(top_srcdir)/libdwelf \
24 -I$(top_srcdir)/libebl -I$(top_srcdir)/libelf \
25 -I$(top_srcdir)/lib -I..
26 AM_LDFLAGS = -Wl,-rpath-link,../libasm:../libdw:../libelf
29 AM_LDFLAGS += -Wl,-rpath,$(BUILD_RPATH)
36 showptable update1 update2 update3 update4 test-nlist \
37 show-die-info get-files next-files get-lines next-lines \
38 get-pubnames \
[all …]
/external/expat/expat/
DMakefile.am9 # Copyright (c) 2017-2023 Sebastian Pipping <sebastian@pipping.org>
35 dist-bzip2 \
36 dist-lzip \
37 dist-xz \
39 subdir-objects
41 ACLOCAL_AMFLAGS = -I m4
42 LIBTOOLFLAGS = --verbose
63 cmake/autotools/expat-config-version.cmake \
64 cmake/autotools/expat-noconfig.cmake \
65 cmake/expat-config.cmake
[all …]
/external/python/cpython2/
DREADME11 Copyright (c) 1995-2001 Corporation for National Research Initiatives.
14 Copyright (c) 1991-1995 Stichting Mathematisch Centrum.
19 -------------------
35 ---------------------------
41 ------------------------------
43 Congratulations on getting this far. :-)
54 ----------------------
56 Python is an interpreted, interactive object-oriented programming
65 ----------------------
76 -------------
[all …]
DMakefile.pre.in1 # Top-level Makefile for Python
65 # Also, making them read-only seems to be a good idea...
66 INSTALL_SHARED= ${INSTALL} -m 555
79 CPPFLAGS= -I. -IInclude -I$(srcdir)/Include @CPPFLAGS@
89 PY_CFLAGS= $(CFLAGS) $(CPPFLAGS) $(CFLAGSFORSHARED) -DPy_BUILD_CORE
92 # Machine-dependent subdirectories
98 # Install prefix for architecture-independent files
101 # Install prefix for architecture-dependent files
127 DESTSHARED= $(BINLIBDEST)/lib-dynload
155 # install process. Default to user-only-writable for all file types.
[all …]
/external/strace/
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
5 # Report bugs to <strace-devel@lists.strace.io>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
14 # Copyright (c) 1999-2018 The strace developers.
15 ## -------------------- ##
17 ## -------------------- ##
21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
26 alias -g '${1+"$@"}'='"$@"'
29 case `(set -o) 2>/dev/null` in #(
[all …]
/external/google-breakpad/src/client/mac/handler/minidump_test.xcodeproj/
Dproject.pbxproj27 … /* minidump_file_writer-inl.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9BE3C01E0B0CE32900…
97 9B7CA7700B12873A00CD3A1D /* minidump_file_writer-inl.h in CopyFiles */,
114 …rypto.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libc…
117 …nerator_test */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includ…
123 …/* unit_test */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includ…
125 …handler_test */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includ…
136-inl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = …
150 …B4C700026AF89 /* obj-cTestCases-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.…
165 …98454 /* minidump_tests32-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.…
168 …05983 /* minidump_tests64-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.…
[all …]
/external/bc/
DMakefile.in2 # SPDX-License-Identifier: BSD-2-Clause
4 # Copyright (c) 2018-2023 Gavin D. Howard and contributors.
121 MANPAGE_INSTALL_ARGS = -Dm644
122 BINARY_INSTALL_ARGS = -Dm755
138 EXEC = $(%%EXEC%%)
177 INSTALL = $(SCRIPTSDIR)/exec-install.sh
178 SAFE_INSTALL = $(SCRIPTSDIR)/safe-install.sh
185 VALGRIND_ARGS = --error-exitcode=100 --leak-check=full --show-leak-kinds=all --errors-for-leak-kind…
191 BC_DEFS0 = -DBC_DEFAULT_BANNER=$(BC_DEFAULT_BANNER)
192 BC_DEFS1 = -DBC_DEFAULT_SIGINT_RESET=$(BC_DEFAULT_SIGINT_RESET)
[all …]
/external/python/cpython3/
DMakefile.pre.in1 # Top-level Makefile for Python
74 INSTALL_SHARED= ${INSTALL} -m 755
91 # once Python is installed (bpo-35257)
99 # command line to append to these values without stomping the pre-set
102 PY_CFLAGS_NODIST=$(CONFIGURE_CFLAGS_NODIST) $(CFLAGS_NODIST) -I$(srcdir)/Include/internal
106 PY_CPPFLAGS= $(BASECPPFLAGS) -I. -I$(srcdir)/Include $(CONFIGURE_CPPFLAGS) $(CPPFLAGS)
113 # the python executable -- this is only needed for a few systems
120 PY_BUILTIN_MODULE_CFLAGS= $(PY_STDMODULE_CFLAGS) -DPy_BUILD_CORE_BUILTIN
121 PY_CORE_CFLAGS= $(PY_STDMODULE_CFLAGS) -DPy_BUILD_CORE
124 # Strict or non-strict aliasing flags used to compile dtoa.c, see above
[all …]

123