Searched +full:check +full:- +full:build (Results 1 – 25 of 1243) sorted by relevance
12345678910>>...50
| /external/clang/test/Modules/ |
| D | explicit-build.cpp | 1 // RUN: rm -rf %t 3 // ------------------------------- 4 // Build chained modules A, B, and C 5 // RUN: %clang_cc1 -x c++ -std=c++11 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -Rmod… 6 // RUN: -fmodule-name=a -emit-module %S/Inputs/explicit-build/module.modulemap -o %t/a.p… 7 // RUN: 2>&1 | FileCheck --check-prefix=CHECK-NO-IMPLICIT-BUILD %s --allow-empty 9 // RUN: %clang_cc1 -x c++ -std=c++11 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -Rmod… 10 // RUN: -fmodule-file=%t/a.pcm \ 11 // RUN: -fmodule-name=b -emit-module %S/Inputs/explicit-build/module.modulemap -o %t/b.p… 12 // RUN: 2>&1 | FileCheck --check-prefix=CHECK-NO-IMPLICIT-BUILD %s --allow-empty [all …]
|
| D | relative-dep-gen.cpp | 2 // RUN: rm -rf %t 5 …-cc1 -fno-implicit-modules -fmodule-name=relative-dep-gen -emit-module -x c++ Inputs/relative-dep-… 6 …-cc1 -fno-implicit-modules -fmodule-map-file=Inputs/relative-dep-gen.modulemap -fmodule-file=%t/mo… 7 …-cc1 -fno-implicit-modules -fmodule-map-file=Inputs/relative-dep-gen.modulemap -dependency-file %t… 9 // RUN: FileCheck --check-prefix=CHECK-BUILD %s < %t/build.d 10 // RUN: FileCheck --check-prefix=CHECK-USE %s < %t/use-explicit.d 11 // RUN: FileCheck --check-prefix=CHECK-USE %s < %t/use-implicit.d 13 …-cc1 -fno-implicit-modules -fmodule-name=relative-dep-gen -emit-module -x c++ Inputs/relative-dep-… 14 …-cc1 -fno-implicit-modules -fmodule-map-file=Inputs/relative-dep-gen-cwd.modulemap -fmodule-file=%… 15 …-cc1 -fno-implicit-modules -fmodule-map-file=Inputs/relative-dep-gen-cwd.modulemap -dependency-fil… [all …]
|
| D | build-fail-notes.m | 1 // RUN: rm -rf %t 2 // RUN: not %clang_cc1 -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -F %S/Inputs -DgetM… 6 // CHECK: While building module 'DependsOnModule' imported from 7 // CHECK: While building module 'Module' imported from 8 // CHECK: error: expected ';' after top level declarator 9 // CHECK: note: expanded from here 10 // CHECK: fatal error: could not build module 'Module' 11 // CHECK: fatal error: could not build module 'DependsOnModule' 12 // CHECK-NOT: error: 14 …1 -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -F %S/Inputs %s -fdiagnostics-show-note… [all …]
|
| /external/sdv/vsomeip/third_party/boost/tti/test/ |
| D | Jamfile.v2 | 15 <toolset>gcc-4.3.0:<cxxflags>-Wno-variadic-macros 16 <toolset>gcc-4.4.0:<cxxflags>-Wno-variadic-macros 17 <toolset>gcc-4.4.7:<cxxflags>-Wno-variadic-macros 18 <toolset>gcc-4.5.0:<cxxflags>-Wno-variadic-macros 19 <toolset>gcc-4.5.0:<linkflags>"-Wl,--enable-auto-import" 20 <toolset>gcc-4.5.2:<cxxflags>-Wno-variadic-macros 21 <toolset>gcc-4.6.0:<cxxflags>-Wno-variadic-macros 22 <toolset>gcc-4.6.1:<cxxflags>-Wno-variadic-macros 23 <toolset>gcc-4.6.2:<cxxflags>-Wno-variadic-macros 24 <toolset>gcc-4.6.3:<cxxflags>-Wno-variadic-macros [all …]
|
| /external/clang/test/Driver/ |
| D | modules.m | 1 // RUN: %clang -fmodules -fno-modules -### %s 2>&1 | FileCheck -check-prefix=CHECK-NO-MODULES %s 2 // CHECK-NO-MODULES-NOT: -fmodules 4 // RUN: %clang -fmodules -fno-modules -fmodules -### %s 2>&1 | FileCheck -check-prefix=CHECK-HAS-MO… 5 // CHECK-HAS-MODULES: -fmodules 7 // RUN: %clang -fbuild-session-file=doesntexist -### %s 2>&1 | FileCheck -check-prefix=NOFILE %s 10 // RUN: touch -m -a -t 201008011501 %t.build-session-file 11 // RUN: %clang -fbuild-session-file=%t.build-session-file -### %s 2>&1 | FileCheck -check-prefix=TI… 13 // RUN: %clang -fbuild-session-timestamp=1280703457 -### %s 2>&1 | FileCheck -check-prefix=TIMESTAM… 14 // TIMESTAMP_ONLY: -fbuild-session-timestamp=128 16 // RUN: %clang -fbuild-session-file=%t.build-session-file -fbuild-session-timestamp=123 -### %s 2>&… [all …]
|
| D | msc-version.c | 2 // Verify -fms-compatibility-version parsing 5 …lang -target i686-windows -fms-compatibility -fms-compatibility-version=14 -dM -E - </dev/null -o … 7 // CHECK-MSC-VERSION-MAJOR: _MSC_BUILD 1 8 // CHECK-MSC-VERSION-MAJOR: _MSC_FULL_VER 140000000 9 // CHECK-MSC-VERSION-MAJOR: _MSC_VER 1400 11 … -target i686-windows -fms-compatibility -fms-compatibility-version=15.00 -dM -E - </dev/null -o -… 13 // CHECK-MSC-VERSION-MAJOR-MINOR: _MSC_BUILD 1 14 // CHECK-MSC-VERSION-MAJOR-MINOR: _MSC_FULL_VER 150000000 15 // CHECK-MSC-VERSION-MAJOR-MINOR: _MSC_VER 1500 17 …-target i686-windows -fms-compatibility -fms-compatibility-version=15.00.20706 -dM -E - </dev/null… [all …]
|
| D | cl-pch.cpp | 1 // Note: %s and %S must be preceded by --, otherwise it may be interpreted as a 2 // command-line option, e.g. on Mac where %s is commonly under /Users. 5 // RUN: %clang_cl -Werror /Ycpchfile.h /FIpchfile.h /c -### -- %s 2>&1 \ 6 // RUN: | FileCheck -check-prefix=CHECK-YC %s 7 // 1. Build .pch file. 8 // CHECK-YC: cc1 9 // CHECK-YC: -emit-pch 10 // CHECK-YC: -o 11 // CHECK-YC: pchfile.pch 12 // CHECK-YC: -x [all …]
|
| /external/sdv/vsomeip/third_party/boost/regex/test/ |
| D | Jamfile.v2 | 10 <toolset>msvc-7.1:<define>TEST_MFC=1 11 <toolset>msvc-7.0:<define>TEST_MFC=1 12 <toolset>msvc:<asynch-exceptions>on 14 <toolset>mipspro-7.4:<link>static 15 <toolset>sun-5.9:<link>static 17 <toolset>gcc:<cxxflags>-Wextra 18 <toolset>gcc:<cxxflags>-Wshadow 20 #<toolset>gcc-mw:<link>static 21 #<toolset>gcc-mingw:<link>static 22 #<toolset>gcc-cygwin:<link>static [all …]
|
| /external/fsverity-utils/scripts/ |
| D | run-tests.sh | 2 # SPDX-License-Identifier: MIT 5 # Use of this source code is governed by an MIT-style 10 # Test script for fsverity-utils. Runs 'make check' in lots of configurations, 13 # Note: for more test coverage, in addition to running this script, also build 14 # fsverity-utils into a kvm-xfstests test appliance and run 15 # 'kvm-xfstests -c ext4,f2fs -g verity' 17 set -e -u -o pipefail 31 TMPDIR=$(mktemp -d -t libfsverity_test.XXXXXXXXX) 32 trap 'rm -r "$TMPDIR"' EXIT 36 echo "Starting fsverity-utils tests. See run-tests.log for full output." [all …]
|
| /external/clang/docs/ |
| D | HowToSetupToolingForLLVM.rst | 7 of specific tools using this infrastructure (e.g. ``clang-check``). This 14 Clang Tooling needs a compilation database to figure out specific build 17 invoking clang tools, you can either specify a path to a build directory 18 using a command line parameter ``-p`` or let Clang Tooling find this 20 build using CMake to use clang tools. 25 If you intend to use make to build LLVM, you should have CMake 2.8.6 or 29 make a build directory and run CMake from it: 31 .. code-block:: console 33 $ mkdir your/build/directory 34 $ cd your/build/directory [all …]
|
| /external/arm-optimized-routines/math/ |
| D | Dir.mk | 1 # Makefile fragment - requires GNU make 3 # Copyright (c) 2019-2022, Arm Limited. 4 # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception 7 B := build/math 9 math-lib-srcs := $(wildcard $(S)/*.[cS]) 10 math-test-srcs := \ 15 math-test-host-srcs := $(wildcard $(S)/test/rtest/*.[cS]) 17 math-includes := $(patsubst $(S)/%,build/%,$(wildcard $(S)/include/*.h)) 18 math-test-includes := $(patsubst $(S)/%,build/include/%,$(wildcard $(S)/test/*.h)) 20 math-libs := \ [all …]
|
| /external/pigweed/pw_presubmit/py/pw_presubmit/ |
| D | source_in_build.py | 7 # https://www.apache.org/licenses/LICENSE-2.0 14 """Checks that source files are listed in build files, such as BUILD.bazel.""" 20 from pw_presubmit import build, format_code, git_repo, presubmit_context 21 from pw_presubmit.presubmit import Check, filter_paths 29 # The filter is used twice for each source_is_in_* check. First to decide 30 # whether the check should be run. Once it's running, we use ctx.all_paths 31 # instead of ctx.paths since we want to check that all files are in the build, 33 # filter within the check or we won't properly ignore files that the caller 42 ) -> Check: 43 """Create a presubmit check that ensures source files are in Bazel files. [all …]
|
| D | cpp_checks.py | 7 # https://www.apache.org/licenses/LICENSE-2.0 14 """C++-related checks.""" 22 Check, 27 build, 42 def pragma_once(ctx: PresubmitContext) -> None: 43 """Presubmit check that ensures all header files contain '#pragma once'.""" 60 ) -> Check: 61 """Create an include guard check. 71 def stripped_non_comment_lines(iterable: Iterable[str]) -> Iterator[str]: 72 """Yield non-comment non-empty lines from a C++ file.""" [all …]
|
| /external/libnl/.github/workflows/ |
| D | ci.yml | 1 name: libnl3-ci 11 clang-format: 12 runs-on: ubuntu-latest 16 - name: Install packages 18 sudo dnf install -y \ 19 clang-tools-extra \ 22 - name: Check out repository code 25 - name: Setup git 27 git config --global --add safe.directory "$PWD" 29 - name: Formatting with clang-format [all …]
|
| /external/python/cpython2/Doc/ |
| D | Makefile | 8 SPHINXBUILD = sphinx-build 13 ALLSPHINXOPTS = -b $(BUILDER) -d build/doctrees -D latex_elements.papersize=$(PAPER) \ 14 $(SPHINXOPTS) . build/$(BUILDER) $(SOURCES) 16 .PHONY: help build html htmlhelp latex text changes linkcheck \ 17 suspicious coverage doctest pydoc-topics htmlview clean dist check serve \ 18 autobuild-dev autobuild-stable 22 @echo " clean to remove build files" 30 @echo " linkcheck to check all external links for integrity" 31 @echo " coverage to check documentation coverage for library and C API" 33 @echo " pydoc-topics to regenerate the pydoc topics file" [all …]
|
| /external/python/cpython3/Doc/ |
| D | Makefile | 9 SPHINXBUILD = PATH=$(VENVDIR)/bin:$$PATH sphinx-build 10 SPHINXLINT = PATH=$(VENVDIR)/bin:$$PATH sphinx-lint 17 SPHINXERRORHANDLING = -W 20 PAPEROPT_a4 = -D latex_elements.papersize=a4paper 21 PAPEROPT_letter = -D latex_elements.papersize=letterpaper 23 ALLSPHINXOPTS = -b $(BUILDER) -d build/doctrees $(PAPEROPT_$(PAPER)) -j $(JOBS) \ 24 $(SPHINXOPTS) $(SPHINXERRORHANDLING) . build/$(BUILDER) $(SOURCES) 26 .PHONY: help build html htmlhelp latex text texinfo changes linkcheck \ 27 suspicious coverage doctest pydoc-topics htmlview clean dist check serve \ 28 autobuild-dev autobuild-stable venv [all …]
|
| /external/ot-br-posix/.github/workflows/ |
| D | build.yml | 29 name: Build 33 branches-ignore: 34 - 'dependabot/**' 37 - 'main' 40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent… 41 cancel-in-progress: true 46 runs-on: ubuntu-22.04 48 - uses: actions/checkout@v4 49 - name: Bootstrap 50 run: BUILD_TARGET=pretty-check tests/scripts/bootstrap.sh [all …]
|
| /external/llvm/test/tools/llvm-readobj/ |
| D | codeview-inlining.test | 33 RUN: llvm-readobj -s -codeview -section-symbols %p/Inputs/codeview-inlining.obj.coff | FileCheck %s 37 ; CHECK: SubSectionType: InlineeLines (0xF6) 38 ; CHECK-NEXT: SubSectionSize: 0x3C 39 ; CHECK-NEXT: InlineeSourceLine { 40 ; CHECK-NEXT: Inlinee: bar (0x1002) 41 ; CHECK-NEXT: FileID: d:\src\llvm\build\t.cpp (0x30) 42 ; CHECK-NEXT: SourceLineNum: 2 43 ; CHECK-NEXT: ExtraFileCount: 0 44 ; CHECK-NEXT: ExtraFiles [ 45 ; CHECK-NEXT: ] [all …]
|
| /external/zstd/.github/workflows/ |
| D | dev-short-tests.yml | 1 name: dev-short-tests 2 # Faster tests: mostly build tests, along with some other 6 group: fast-${{ github.ref }} 7 cancel-in-progress: true 13 permissions: read-all 16 linux-kernel: 17 runs-on: ubuntu-latest 19 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1 20 - name: linux kernel, library + build + test 21 …run: make -C contrib/linux-kernel test CFLAGS="-Werror -Wunused-const-variable -Wunused-but-set-va… [all …]
|
| /external/openthread/.github/workflows/ |
| D | build.yml | 29 name: Build 33 branches-ignore: 34 - 'dependabot/**' 37 - 'main' 40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent… 41 cancel-in-progress: true 49 runs-on: ubuntu-22.04 51 - name: Harden Runner 52 uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0 54 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs [all …]
|
| /external/clang/runtime/ |
| D | CMakeLists.txt | 20 set(${out_var} ${CMAKE_COMMAND} --build . --target ${target} 21 --config $<CONFIGURATION> PARENT_SCOPE) 25 set(COMPILER_RT_SRC_ROOT ${LLVM_MAIN_SRC_DIR}/projects/compiler-rt) 27 # This is the same behavior (try "internal", then check the LLVM_EXTERNAL_... 38 # Add compiler-rt as an external project. 39 set(COMPILER_RT_PREFIX ${CMAKE_BINARY_DIR}/projects/compiler-rt) 41 set(STAMP_DIR ${CMAKE_CURRENT_BINARY_DIR}/compiler-rt-stamps/) 42 set(BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR}/compiler-rt-bins/) 44 add_custom_target(compiler-rt-clear 45 COMMAND ${CMAKE_COMMAND} -E remove_directory ${BINARY_DIR} [all …]
|
| /external/clang/cmake/caches/ |
| D | README.txt | 4 This directory contains CMake cache scripts that pre-populate the CMakeCache in 5 a build directory with commonly used settings. 9 cmake -G <build system> 10 -C <path to cache file> 11 [additional CMake options (i.e. -DCMAKE_INSTALL_PREFIX=<install path>)] 18 Apple-stage1 19 ------------ 21 The Apple stage1 cache configures a two stage build similar to how Apple builds 22 the clang shipped with Xcode. The build files generated from this invocation has 23 a target named "stage2" which performs an LTO build of clang. [all …]
|
| /external/kotlinx.atomicfu/atomicfu-gradle-plugin/src/test/kotlin/kotlinx/atomicfu/plugin/gradle/test/ |
| D | BaseKotlinGradleTest.kt | 2 …* Copyright 2017-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 licen… 18 rootProjectDir = File("build${File.separator}test-$projectName").absoluteFile 28 arguments.add(":build") in createProject() 33 runner.build().apply { in checkTaskOutcomes() 36 …check(it !in tasks) { "Post-compilation transformation task $it was added in the compiler plugin m… in checkTaskOutcomes() 42 // check that task outcomes are cached for the second build in checkTaskOutcomes() 43 runner.build().apply { in checkTaskOutcomes() 51 … // check that test compile and runtime classpath does not contain original non-transformed classes in checkJvmCompilationClasspath() 52 … val testCompileClasspathFiles = rootProjectDir.filesFrom("build/test_compile_jvm_classpath.txt") in checkJvmCompilationClasspath() 53 … val testRuntimeClasspathFiles = rootProjectDir.filesFrom("build/test_runtime_jvm_classpath.txt") in checkJvmCompilationClasspath() [all …]
|
| /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
| D | CertificatePinnerTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 48 .build(); 54 .build(); 60 .build(); 94 .build(); in sameKeypairSamePin() 100 .build(); in sameKeypairSamePin() 111 .build(); in successfulCheck() 113 certificatePinner.check("example.com", certA1.certificate); in successfulCheck() 119 .build(); in successfulMatchAcceptsAnyMatchingCertificate() 121 certificatePinner.check("example.com", certA1.certificate, certB1.certificate); in successfulMatchAcceptsAnyMatchingCertificate() [all …]
|
| /external/python/cpython3/.github/workflows/ |
| D | build.yml | 3 # gh-84728: "paths-ignore" is not used to skip documentation-only PRs, because 5 # mandatory but not scheduled because of "paths-ignore". 10 - 'main' 11 - '3.11' 12 - '3.10' 13 - '3.9' 14 - '3.8' 15 - '3.7' 18 - 'main' 19 - '3.11' [all …]
|
12345678910>>...50