| /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/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/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/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/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, [2024-06-07]) 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/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 23 .\" HTML <a href="NON-AUTOTOOLS-BUILD.txt"> 25 \fBNON-AUTOTOOLS-BUILD\fP. 32 file if you are building in a non-Unix-like environment. 35 .SH "PCRE2 BUILD-TIME OPTIONS" 41 options to \fBconfigure\fP before running the \fBmake\fP command. However, the 42 same options can be selected in both Unix-like and non-Unix-like environments 48 .\" HTML <a href="NON-AUTOTOOLS-BUILD.txt"> 50 \fBNON-AUTOTOOLS-BUILD\fP. [all …]
|
| /third_party/curl/tests/ |
| D | README.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 21 To run the tests faster, pass the -j (parallelism) flag: 23 make test TFLAGS="-j10" 29 When you run tests via make, the flags `-a` and `-s` are passed, meaning 48 - perl (and a unix-style shell) 49 - python (and a unix-style shell, for SMB and TELNET tests) 50 - python-impacket (for SMB tests) 51 - diff (when a test fails, a diff is shown) [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 …]
|
| /third_party/curl/include/curl/ |
| 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/pcre2/pcre2/doc/html/ |
| D | pcre2build.html | 17 <li><a name="TOC2" href="#SEC2">PCRE2 BUILD-TIME OPTIONS</a> 18 <li><a name="TOC3" href="#SEC3">BUILDING 8-BIT, 16-BIT AND 32-BIT LIBRARIES</a> 22 <li><a name="TOC7" href="#SEC7">JUST-IN-TIME COMPILER SUPPORT</a> 27 <li><a name="TOC12" href="#SEC12">LIMITING VARIABLE-LENGTH LOOKBEHIND ASSERTIONS</a> 31 <li><a name="TOC16" href="#SEC16">PCRE2GREP OPTIONS FOR COMPRESSED FILE SUPPORT</a> 47 the library in Unix-like environments using the applications known as 57 <a href="NON-AUTOTOOLS-BUILD.txt"><b>NON-AUTOTOOLS-BUILD</b>.</a> 60 file if you are building in a non-Unix-like environment. 62 <br><a name="SEC2" href="#TOC1">PCRE2 BUILD-TIME OPTIONS</a><br> 67 options to <b>configure</b> before running the <b>make</b> command. However, the [all …]
|
| /third_party/libwebsockets/ |
| D | CMakeLists.txt | 2 # libwebsockets - small server side websockets and web server implementation 4 # Copyright (C) 2010 - 2020 Andy Green <andy@warmcat.com> 48 # For selecting between DEBUG / RELEASE, use -DCMAKE_BUILD_TYPE=DEBUG or =RELEASE 61 #set(CMAKE_TOOLCHAIN_FILE contrib/cross-esp32.cmake) 78 $ENV{IDF_PATH}/components/freertos/FreeRTOS-Kernel/include/ 79 $ENV{IDF_PATH}/components/freertos/FreeRTOS-Kernel/portable/linux/include/ 116 option(LWS_WITH_NETWORK "Compile with network-related code" ON) 125 option(LWS_WITH_CGI "Include CGI (spawn process with network-connected stdin/out/err) APIs" OFF) 131 option(LWS_WITH_ZIP_FOPS "Support serving pre-zipped files" OFF) 134 option(LWS_WITH_ACCESS_LOG "Support generating Apache-compatible access logs" OFF) [all …]
|
| /third_party/ffmpeg/doc/ |
| D | developer.texi | 1 \input texinfo @c -*- texinfo -*- 2 @documentencoding UTF-8 23 best way to proceed is to send your patches to the ffmpeg-devel 35 @item Submitting patches to the ffmpeg-devel mailing list. 68 The presentation is one inspired by 'indent -i4 -kr -nut'. 79 Avoid Qt-style and similar Doxygen syntax with @code{!} in it, i.e. replace 178 For file-scope variables and functions declared as @code{static}, no prefix 197 retro-compatibility reasons. These exceptions are declared in the 242 (c-add-style "ffmpeg" 244 (c-basic-offset . 4) [all …]
|