/third_party/node/deps/cares/m4/ |
D | ax_code_coverage.m4 | 2 # https://www.gnu.org/software/autoconf-archive/ax_code_coverage.html 18 # value of the --enable-code-coverage option, which defaults to being 21 # Test also for gcov program and create GCOV variable that could be 42 # clean-local: code-coverage-clean 43 # distclean-local: code-coverage-dist-clean 45 # This results in a "check-code-coverage" rule being added to any 47 # (assuming the module has been configured with --enable-code-coverage). 48 # Running `make check-code-coverage` in that directory will run the 84 # - CODE_COVERAGE_DIRECTORY: Top-level directory for code coverage reporting. 87 # - CODE_COVERAGE_OUTPUT_FILE: Filename and path for the .info file generated [all …]
|
/third_party/skia/third_party/externals/harfbuzz/m4/ |
D | ax_code_coverage.m4 | 2 # https://www.gnu.org/software/autoconf-archive/ax_code_coverage.html 19 # --enable-code-coverage option, which defaults to being disabled. 21 # Test also for gcov program and create GCOV variable that could be 41 # This results in a "check-code-coverage" rule being added to any 43 # has been configured with --enable-code-coverage). Running `make 44 # check-code-coverage` in that directory will run the module's test suite 81 dnl Check for --enable-code-coverage 84 # allow to override gcov location 85 AC_ARG_WITH([gcov], 86 [AS_HELP_STRING([--with-gcov[=GCOV]], [use given GCOV for coverage (GCOV=gcov).])], [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | GCOV.h | 1 //===- GCOV.h - LLVM coverage tool ------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // use 'gcov' format. 12 //===----------------------------------------------------------------------===// 41 namespace GCOV { 45 /// A struct for passing gcov options between functions. 46 struct Options { struct 47 Options(bool A, bool B, bool C, bool F, bool P, bool U, bool L, bool N, bool X) in Options() argument 63 } // end namespace GCOV [all …]
|
/third_party/ltp/testcases/kernel/mce-test/doc/ |
D | howto.txt | 13 -------- 20 ------------------ 22 - Install the Linux kernel with full MCE injection support, including 25 sure following configuration options are enabled: 31 - Get mcelog git version from 40 - Get mce-inject git version from 41 git://git.kernel.org/pub/scm/utils/cpu/mce/mce-inject.git. 43 git clone git://git.kernel.org/pub/scm/utils/cpu/mce/mce-inject.git 44 cd mce-inject 48 - Install page-types tool (sec 3.4), which is accompanied with Linux kernel [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | GCOV.cpp | 1 //===- GCOV.cpp - LLVM coverage tool --------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // GCOV implements the interface to read and write coverage files that use 10 // 'gcov' format. 12 //===----------------------------------------------------------------------===// 14 #include "llvm/ProfileData/GCOV.h" 16 #include "llvm/Config/llvm-config.h" 28 //===----------------------------------------------------------------------===// 31 /// readGCNO - Read GCNO buffer. [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 1 //===- 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", 59 GCOVOptions Options; in getDefault() local 60 Options.EmitNotes = true; in getDefault() [all …]
|
/third_party/node/deps/cares/ |
D | aminclude_static.am | 9 # - CODE_COVERAGE_DIRECTORY: Top-level directory for code coverage reporting. 12 # - CODE_COVERAGE_OUTPUT_FILE: Filename and path for the .info file generated 14 # $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info) 15 # - CODE_COVERAGE_OUTPUT_DIRECTORY: Directory for generated code coverage 17 # $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage) 18 # - CODE_COVERAGE_BRANCH_COVERAGE: Set to 1 to enforce branch coverage, 21 # - CODE_COVERAGE_LCOV_SHOPTS_DEFAULT: Extra options shared between both lcov 23 # - CODE_COVERAGE_LCOV_SHOPTS: Extra options to shared between both lcov 25 # - CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH: --gcov-tool pathtogcov 26 # - CODE_COVERAGE_LCOV_OPTIONS_DEFAULT: Extra options to pass to the [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/ |
D | GCOVProfiler.h | 1 //===- Transforms/Instrumentation/GCOVProfiler.h ----------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 /// This file provides the interface for the GCOV style profiler pass. 10 //===----------------------------------------------------------------------===// 19 /// The gcov-style instrumentation pass 22 GCOVProfilerPass(const GCOVOptions &Options = GCOVOptions::getDefault()) : GCOVOpts(Options) { } in GCOVOpts() argument
|
/third_party/libevdev/doc/html/ |
D | testing.html | 1 <!-- HTML header for doxygen 1.8.8--> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xht… 5 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 6 <!-- For Mobile Devices --> 7 <meta name="viewport" content="width=device-width, initial-scale=1"> 8 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> 10 <script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script> 11 <title>libevdev: libevdev-internal test suite</title> 12 <!--<link href="tabs.css" rel="stylesheet" type="text/css"/>--> 22 <script type="text/javascript" src="doxy-boot.js"></script> [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/ |
D | Instrumentation.h | 1 //===- Transforms/Instrumentation.h - Instrumentation passes ----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 40 // Create a constant for Str so that we can pass it to the run-time lib. 51 // Insert GCOV profiling instrumentation 61 // A four-byte version string. The meaning of a version string is described in 62 // gcc's gcov-io.h 80 // Regexes separated by a semi-colon to filter the files to instrument. 83 // Regexes separated by a semi-colon to filter the files to not instrument. [all …]
|
/third_party/ltp/ |
D | README.kernel_config | 1 --------------------------------- 3 --------------------------------- 4 1) Apply kernel-gcov patch(s) against the corresponding Kernel. They are available here: 5 http://ltp.cvs.sourceforge.net/viewvc/ltp/utils/analysis/gcov-kernel/linux-2.*.*-gcov.patch?view=lo… 6 2) Also enable the following options in your .config file before building the kernel 12 --------------------------------- 14 --------------------------------- 31 --------------------------------- 33 --------------------------------- 43 --------------------------------- [all …]
|
/third_party/libcoap/ |
D | configure.ac | 3 # Copyright (C) 2010-2023 Olaf Bergmann <bergmann@tzi.org> 4 # Copyright (C) 2015-2018 Carsten Schoenert <c.schoenert@t-online.de> 5 # Copyright (C) 2018-2023 Jon Shallow <supjps-libcoap@jpshallow.com> 7 # SPDX-License-Identifier: BSD-2-Clause 20 # define an appending release state if needed, for example for pre-releases 27 AC_INIT([libcoap], [libcoap_version], [libcoap-developers@lists.sourceforge.net], [libcoap], [https… 29 AM_INIT_AUTOMAKE([1.10 -Wall no-define no-dist-gzip dist-bzip2]) 56 # To set the version of the library, libtool provides the -version-info # 84 # --> Increase the 'LT_LIBCOAP_REVISION' value with *every* new software release 93 # --> Increase the 'LT_LIBCOAP_CURRENT' value whenever as an interface has been added [all …]
|
/third_party/elfutils/ |
D | ChangeLog | 1 2022-11-02 Mark Wielaard <mark@klomp.org> 6 2022-10-31 Aaron Merey <amerey@redhat.com> 10 2022-10-20 Mark Wielaard <mark@klomp.org> 12 * Makefile.am (rpm): Remove --sign. 14 2022-10-22 Mark Wielaard <mark@klomp.org> 19 2022-09-13 Aleksei Vetrov <vvvvvv@google.com> 23 2022-09-27 Taketo Kabe <kabe@sra-tohoku.co.jp> 25 * debuginfod/debuginfod-client.c: Correctly get timestamp when 26 compiling with -D_TIME_BITS=64 on 32bit environment. 28 2022-04-28 Di Chen <dichen@redhat.com> [all …]
|
/third_party/popt/ |
D | CHANGES | 1 1.15 -> 1.16: 2 - add lv.po, update translations (Translation Project). 3 - include xcode project files in distributed popt tar ball. 4 - make distcheck is now squeaky clean. 5 - permit VPATH builds. 6 - add shallow tests using ISP/RAS api-sanity-autotest.pl. 7 - prefix bit set routines with popt to avoid symbol coolisions w rpm. 8 - add tdict.c to exercise popt bit sets against /usr/dict/words. 9 - add poptBitsArgs() method to generate args bit set. 10 - add methods for bit set union and intersection. [all …]
|
/third_party/libwebsockets/READMEs/ |
D | README.build.md | 8 ./bootstrap-vcpkg.sh 16 CMake is a multi-platform build tool that can generate build files for many 19 CMake also allows/recommends you to do "out of source"-builds, that is, 27 - Windows (Visual Studio) 28 - Windows (MinGW) 29 - Linux (x86 and ARM) 30 - OSX 31 - NetBSD 42 see below on how to toggle compile options. 71 as --prefix= with autotools. It defaults to /usr/local. [all …]
|
/third_party/libevdev/test/ |
D | Makefile.in | 4 # Copyright (C) 1994-2021 Free Software Foundation, Inc. 19 if test -z '$(MAKELEVEL)'; then \ 21 elif test -n '$(MAKE_HOST)'; then \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 30 case $${target_option-} in \ 33 "target option '$${target_option-}' specified" >&2; \ 56 *=*|--*) continue;; \ 57 -*I) strip_trailopt 'I'; skip_next=yes;; \ 58 -*I?*) strip_trailopt 'I';; \ 59 -*O) strip_trailopt 'O'; skip_next=yes;; \ [all …]
|
/third_party/benchmark/ |
D | .travis.yml | 7 - compiler: gcc 11 - lcov 13 - compiler: gcc 17 - g++-multilib 18 - libc6:i386 20 - COMPILER=g++ 21 - C_COMPILER=gcc 22 - BUILD_TYPE=Debug 23 - BUILD_32_BITS=ON 24 - EXTRA_FLAGS="-m32" [all …]
|
/third_party/pcre2/pcre2/ |
D | configure.ac | 9 dnl be defined as -RC2, for example. For real releases, it should be empty. 14 m4_define(pcre2_date, [2022-12-11]) 28 AM_INIT_AUTOMAKE([dist-bzip2 dist-zip]) 32 # This was added at the suggestion of libtoolize (03-Jan-10) 35 # The default CFLAGS in Autoconf are "-g -O2" for gcc and just "-g" for any 37 # -g (which I don't think is needed for a production library). This fudge seems 39 # CFLAGS. Then call the AC_PROG_CC macro to find the compiler - if CFLAGS is 41 # values were not set, remove the -g from the Autoconf defaults. 51 if test "$CFLAGS" = "-g -O2" 53 CFLAGS="-O2" [all …]
|
D | CMakeLists.txt | 9 # 2007-09-14 mod by Sheri so 7.4 supported configuration options can be entered 10 # 2007-09-19 Adjusted by PH to retain previous default settings 11 # 2007-12-26 (a) On UNIX, use names libpcre instead of just pcre 13 # not a previously-installed one. 16 # 2008-01-20 Brought up to date to include several new features by Christian 18 # 2008-01-22 Sheri added options for backward compatibility of library names 24 # be built with suffix of "-0.dll". (The libraries will be named 25 # libpcre-0.dll, libpcreposix-0.dll and libpcrecpp-0.dll - same names 27 # 2008-01-23 PH removed the automatic build of pcredemo. 28 # 2008-04-22 PH modified READLINE support so it finds NCURSES when needed. [all …]
|
/third_party/skia/third_party/externals/tint/ |
D | CMakeLists.txt | 7 # http://www.apache.org/licenses/LICENSE-2.0 68 …_PARTY_DIR "${tint_SOURCE_DIR}/third_party" "Directory in which to find third-party dependencies.") 73 option_if_not_defined(TINT_BUILD_SPV_READER "Build the SPIR-V input reader" ON) 78 option_if_not_defined(TINT_BUILD_SPV_WRITER "Build the SPIR-V output writer" ON) 81 option_if_not_defined(TINT_BUILD_SPIRV_TOOLS_FUZZER "Build SPIRV-Tools fuzzer" OFF) 86 option_if_not_defined(TINT_BUILD_REMOTE_COMPILE "Build the remote-compile tool for validating shade… 88 …IB_FUZZING_ENGINE_LINK_OPTIONS "" CACHE STRING "Used by OSS-Fuzz to control, via link options, whi… 96 option_if_not_defined(TINT_CHECK_CHROMIUM_STYLE "Check for [chromium-style] issues during build" OF… 103 message(STATUS "Tint build SPIR-V reader: ${TINT_BUILD_SPV_READER}") 108 message(STATUS "Tint build SPIR-V writer: ${TINT_BUILD_SPV_WRITER}") [all …]
|
/third_party/libexif/ |
D | .travis.yml | 16 - autopoint 21 - CONFIG=normal 22 - CONFIG=c90 23 - CONFIG=stackprotect 24 - CONFIG=disable-nls 26 - MAKEFLAGS='-j 2' 29 - clang 30 - gcc 33 - linux 34 - osx [all …]
|
/third_party/pcre2/pcre2/doc/ |
D | pcre2build.3 | 3 PCRE2 - Perl-compatible regular expressions (revised API) 10 the library in Unix-like environments using the applications known as 22 .\" HTML <a href="NON-AUTOTOOLS-BUILD.txt"> 24 \fBNON-AUTOTOOLS-BUILD\fP. 31 file if you are building in a non-Unix-like environment. 34 .SH "PCRE2 BUILD-TIME OPTIONS" 40 options to \fBconfigure\fP before running the \fBmake\fP command. However, the 41 same options can be selected in both Unix-like and non-Unix-like environments 47 .\" HTML <a href="NON-AUTOTOOLS-BUILD.txt"> 49 \fBNON-AUTOTOOLS-BUILD\fP. [all …]
|
/third_party/curl/tests/ |
D | README.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 13 - perl (and a unix-style shell) 14 - python (and a unix-style shell, for SMB and TELNET tests) 15 - python-impacket (for SMB tests) 16 - diff (when a test fails, a diff is shown) 17 - stunnel (for HTTPS and FTPS tests) 18 - OpenSSH or SunSSH (for SCP, SFTP and SOCKS4/5 tests) 19 - nghttpx (for HTTP/2 and HTTP/3 tests) [all …]
|
D | Makefile.in | 4 # Copyright (C) 1994-2021 Free Software Foundation, Inc. 37 # SPDX-License-Identifier: curl 42 if test -z '$(MAKELEVEL)'; then \ 44 elif test -n '$(MAKE_HOST)'; then \ 46 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 53 case $${target_option-} in \ 56 "target option '$${target_option-}' specified" >&2; \ 79 *=*|--*) continue;; \ 80 -*I) strip_trailopt 'I'; skip_next=yes;; \ 81 -*I?*) strip_trailopt 'I';; \ [all …]
|
/third_party/curl/docs/cmdline-opts/ |
D | Makefile.in | 4 # Copyright (C) 1994-2021 Free Software Foundation, Inc. 37 # SPDX-License-Identifier: curl 61 # SPDX-License-Identifier: curl 67 if test -z '$(MAKELEVEL)'; then \ 69 elif test -n '$(MAKE_HOST)'; then \ 71 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 78 case $${target_option-} in \ 81 "target option '$${target_option-}' specified" >&2; \ 104 *=*|--*) continue;; \ 105 -*I) strip_trailopt 'I'; skip_next=yes;; \ [all …]
|