| /external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
| D | .travis.yml | 16 env: BUILD_TYPE=normal 19 env: BUILD_TYPE=normal 22 env: BUILD_TYPE=cmake 25 env: BUILD_TYPE=cmake 28 env: BUILD_TYPE=coverage 31 env: BUILD_TYPE=ubsan 34 env: BUILD_TYPE=asan 37 env: BUILD_TYPE=lsan 40 env: BUILD_TYPE=analyze 43 env: BUILD_TYPE=valgrind [all …]
|
| D | .cirrus.yml | 62 BUILD_TYPE: "cmake" 65 BUILD_TYPE: "autotools" 70 BUILD_TYPE: "asan" 80 BUILD_TYPE: "ubsan" 90 BUILD_TYPE: "lsan" 99 BUILD_TYPE: "analyze" 107 BUILD_TYPE: "valgrind" 113 BUILD_TYPE: "coverage" 128 case "${BUILD_TYPE}" in 147 case "${BUILD_TYPE}" in [all …]
|
| /external/libcxx/utils/google-benchmark/ |
| D | .travis.yml | 16 env: COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Coverage 18 env: COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Debug 20 env: COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Release 26 env: COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Debug BUILD_32_BITS=ON 32 env: COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Release BUILD_32_BITS=ON 36 - COMPILER=g++-6 C_COMPILER=gcc-6 BUILD_TYPE=Debug 40 env: COMPILER=clang++ C_COMPILER=clang BUILD_TYPE=Debug 42 env: COMPILER=clang++ C_COMPILER=clang BUILD_TYPE=Release 50 - COMPILER=clang++-3.8 C_COMPILER=clang-3.8 BUILD_TYPE=Debug 59 - COMPILER=clang++-3.8 C_COMPILER=clang-3.8 BUILD_TYPE=Release [all …]
|
| /external/jsoncpp/.travis_scripts/ |
| D | cmake_builder.sh | 9 # - BUILD_TYPE=Release/Debug 21 if ${BUILD_TYPE+false}; then 22 echo "BUILD_TYPE not set in environment." 36 echo "USAGE: CXX=$(which clang++) BUILD_TYPE=[Release|Debug] LIB_TYPE=[static|shared] $0" 39 …echo " CXX=$(which clang++) BUILD_TYPE=Release LIB_TYPE=shared DESTDIR=/tmp/cmake_json_c… 40 …echo " CXX=$(which clang++) BUILD_TYPE=Debug LIB_TYPE=shared DESTDIR=/tmp/cmake_json_c… 41 …echo " CXX=$(which clang++) BUILD_TYPE=Release LIB_TYPE=static DESTDIR=/tmp/cmake_json_c… 42 …echo " CXX=$(which clang++) BUILD_TYPE=Debug LIB_TYPE=static DESTDIR=/tmp/cmake_json_c… 44 …echo " CXX=$(which g++) BUILD_TYPE=Release LIB_TYPE=shared DESTDIR=/tmp/cmake_json_c… 45 …echo " CXX=$(which g++) BUILD_TYPE=Debug LIB_TYPE=shared DESTDIR=/tmp/cmake_json_c… [all …]
|
| D | meson_builder.sh | 9 # - BUILD_TYPE=release/debug 13 if ${BUILD_TYPE+false}; then 14 echo "BUILD_TYPE not set in environment." 28 echo "USAGE: CXX=$(which clang++) BUILD_TYPE=[release|debug] LIB_TYPE=[static|shared] $0" 31 …echo " CXX=$(which clang++) BUILD_TYPE=release LIB_TYPE=shared DESTDIR=/tmp/meson_json_c… 32 …echo " CXX=$(which clang++) BUILD_TYPE=debug LIB_TYPE=shared DESTDIR=/tmp/meson_json_c… 33 …echo " CXX=$(which clang++) BUILD_TYPE=release LIB_TYPE=static DESTDIR=/tmp/meson_json_c… 34 …echo " CXX=$(which clang++) BUILD_TYPE=debug LIB_TYPE=static DESTDIR=/tmp/meson_json_c… 36 …echo " CXX=$(which g++) BUILD_TYPE=release LIB_TYPE=shared DESTDIR=/tmp/meson_json_c… 37 …echo " CXX=$(which g++) BUILD_TYPE=debug LIB_TYPE=shared DESTDIR=/tmp/meson_json_c… [all …]
|
| /external/jsoncpp/devtools/ |
| D | batchbuild.py | 15 def __init__(self, prepend_envs=None, variables=None, build_type=None, generator=None): argument 18 self.build_type = build_type 27 build_desc.build_type or self.build_type, 46 if self.build_type and 'Visual' not in self.generator: 47 args.append("-DCMAKE_BUILD_TYPE=%s" % self.build_type) 53 return "BuildDesc(%s, build_type=%s)" % (" ".join(self.cmake_args()), self.build_type) 83 if self.desc.build_type: 84 cmd += ['--config', self.desc.build_type] 130 for build_type in axis["build_types"]: 131 build_desc = BuildDesc(build_type=build_type) [all …]
|
| /external/fmtlib/.github/workflows/ |
| D | linux.yml | 14 build_type: [Debug, Release] 20 build_type: Debug 24 build_type: Debug 28 build_type: Debug 31 build_type: Debug 34 build_type: Debug 38 build_type: Debug 45 build_type: Debug 50 build_type: Debug 53 build_type: Debug [all …]
|
| /external/cronet/third_party/google_benchmark/src/ |
| D | .travis.yml | 12 env: COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Coverage 22 - BUILD_TYPE=Debug 34 - BUILD_TYPE=Release 40 - COMPILER=g++-6 C_COMPILER=gcc-6 BUILD_TYPE=Debug 52 - COMPILER=clang++-3.8 C_COMPILER=clang-3.8 BUILD_TYPE=Debug 63 - COMPILER=clang++-3.8 C_COMPILER=clang-3.8 BUILD_TYPE=Release 77 - COMPILER=clang++-3.8 C_COMPILER=clang-3.8 BUILD_TYPE=Debug 93 - COMPILER=clang++-3.8 C_COMPILER=clang-3.8 BUILD_TYPE=Release 107 - COMPILER=clang++-3.8 C_COMPILER=clang-3.8 BUILD_TYPE=Debug 122 - COMPILER=clang++-3.8 C_COMPILER=clang-3.8 BUILD_TYPE=Debug [all …]
|
| /external/google-benchmark/ |
| D | .travis.yml | 12 env: COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Coverage 22 - BUILD_TYPE=Debug 34 - BUILD_TYPE=Release 40 - COMPILER=g++-6 C_COMPILER=gcc-6 BUILD_TYPE=Debug 52 - COMPILER=clang++-3.8 C_COMPILER=clang-3.8 BUILD_TYPE=Debug 63 - COMPILER=clang++-3.8 C_COMPILER=clang-3.8 BUILD_TYPE=Release 77 - COMPILER=clang++-3.8 C_COMPILER=clang-3.8 BUILD_TYPE=Debug 93 - COMPILER=clang++-3.8 C_COMPILER=clang-3.8 BUILD_TYPE=Release 107 - COMPILER=clang++-3.8 C_COMPILER=clang-3.8 BUILD_TYPE=Debug 122 - COMPILER=clang++-3.8 C_COMPILER=clang-3.8 BUILD_TYPE=Debug [all …]
|
| /external/google-benchmark/.github/workflows/ |
| D | build-and-test.yml | 15 name: ${{ matrix.os }}.${{ matrix.build_type }}.${{ matrix.lib }}.${{ matrix.compiler }} 21 build_type: ['Release', 'Debug'] 46 -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} 54 run: cmake --build . --config ${{ matrix.build_type }} 59 run: ctest -C ${{ matrix.build_type }} -VV 62 name: ${{ matrix.os }}.${{ matrix.build_type }}.${{ matrix.lib }}.${{ matrix.msvc }} 75 build_type: 103 run: cmake --build _build/ --config ${{ matrix.build_type }} 106 run: ctest --test-dir _build/ -C ${{ matrix.build_type }} -VV 109 name: ${{ matrix.os }}.${{ matrix.build_type }}.${{ matrix.lib }}.${{ matrix.msys2.msystem }} [all …]
|
| D | build-and-test-perfcounters.yml | 12 name: ${{ matrix.os }}.${{ matrix.build_type }} 18 build_type: ['Release', 'Debug'] 37 -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} 42 run: cmake --build . --config ${{ matrix.build_type }} 50 # run: ctest -C ${{ matrix.build_type }} --rerun-failed --output-on-failure
|
| /external/cronet/third_party/google_benchmark/src/.github/workflows/ |
| D | build-and-test.yml | 15 name: ${{ matrix.os }}.${{ matrix.build_type }}.${{ matrix.lib }}.${{ matrix.compiler }} 21 build_type: ['Release', 'Debug'] 46 -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} 54 run: cmake --build . --config ${{ matrix.build_type }} 59 run: ctest -C ${{ matrix.build_type }} -VV 62 name: ${{ matrix.os }}.${{ matrix.build_type }}.${{ matrix.lib }}.${{ matrix.msvc }} 75 build_type: 103 run: cmake --build _build/ --config ${{ matrix.build_type }} 108 …echo "$((Get-Item .).FullName)/_build/bin/${{ matrix.build_type }}" | Out-File -FilePath $env:GITH… 109 …echo "$((Get-Item .).FullName)/_build/src/${{ matrix.build_type }}" | Out-File -FilePath $env:GITH… [all …]
|
| D | build-and-test-perfcounters.yml | 12 name: ${{ matrix.os }}.${{ matrix.build_type }} 18 build_type: ['Release', 'Debug'] 37 -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} 42 run: cmake --build . --config ${{ matrix.build_type }} 50 # run: ctest -C ${{ matrix.build_type }} --rerun-failed --output-on-failure
|
| /external/crosvm/e2e_tests/tests/ |
| D | prebuilts.rs | 16 fn setup_env(build_type: &str) -> TempDir { in setup_env() 18 if build_type == "debug" { in setup_env() 36 for build_type in ["release", "debug"] { in test_download_prebuilt() 37 let _tempdir = setup_env(build_type); in test_download_prebuilt() 42 format!("hello world {}\n", build_type) in test_download_prebuilt() 49 for build_type in ["release", "debug"] { in test_download_prebuilt_files() 50 let _tempdir = setup_env(build_type); in test_download_prebuilt_files() 57 format!("hello world {}\n", build_type), in test_download_prebuilt_files()
|
| /external/webrtc/third_party/crc32c/src/ |
| D | .travis.yml | 17 - GLOG=1 SHARED_LIB=0 BUILD_TYPE=Debug 18 - GLOG=1 SHARED_LIB=0 BUILD_TYPE=RelWithDebInfo 19 - GLOG=0 SHARED_LIB=0 BUILD_TYPE=Debug 20 - GLOG=0 SHARED_LIB=0 BUILD_TYPE=RelWithDebInfo 21 - GLOG=0 SHARED_LIB=1 BUILD_TYPE=Debug 22 - GLOG=0 SHARED_LIB=1 BUILD_TYPE=RelWithDebInfo 67 - cmake .. -G Ninja -DCRC32C_USE_GLOG=$GLOG -DCMAKE_BUILD_TYPE=$BUILD_TYPE
|
| /external/llvm/cmake/modules/ |
| D | ChooseMSVCCRT.cmake | 63 foreach(build_type ${CMAKE_CONFIGURATION_TYPES} ${CMAKE_BUILD_TYPE}) 64 string(TOUPPER "${build_type}" build) 71 CACHE STRING "Specify VC++ CRT to use for ${build_type} configurations." 76 endforeach(build_type) 78 foreach(build_type ${CMAKE_CONFIGURATION_TYPES} ${CMAKE_BUILD_TYPE}) 79 string(TOUPPER "${build_type}" build) 89 message(STATUS "Using ${build_type} VC++ CRT: ${LLVM_USE_CRT_${build}}") 94 endforeach(build_type)
|
| /external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ci/ |
| D | test.sh | 9 if [ "$BUILD_TYPE" = "ios" -o "$BUILD_TYPE" = "ios-cmake" -o "$DIST" = "iOS" ] ; then 14 if [ "$BUILD_TYPE" = "analyze" ] ; then 21 if [ "$BUILD_TYPE" = "cmake" -o "$BUILD_TYPE" = "valgrind" ] ; then
|
| /external/webp/infra/ |
| D | compile.sh | 41 Usage: compile.sh BUILD_TYPE TARGET 43 BUILD_TYPE supported build type: (shared, static, static-debug) 96 BUILD_TYPE=${1:?"Build type not defined.$( 104 readonly BUILD_DIR="${WORKSPACE}/build-${BUILD_TYPE}" 110 case "${BUILD_TYPE}" in 111 shared*) ;; # Valid BUILD_TYPE but no setup required 115 log_err "Invalid BUILD_TYPE" 285 case "${BUILD_TYPE}" in 296 case "${BUILD_TYPE}" in 308 case "${BUILD_TYPE}" in [all …]
|
| D | compile_android.sh | 41 Usage: $(basename "$0") BUILD_TYPE APP_ABI 43 BUILD_TYPE supported build types: 67 readonly BUILD_TYPE=${1:?"BUILD_TYPE is not defined.$( 79 readonly BUILD_DIR="${WORKSPACE}/build-${BUILD_TYPE}" 90 case "${BUILD_TYPE}" in 106 case "${BUILD_TYPE}" in
|
| /external/sandboxed-api/.github/workflows/ |
| D | fedora-cmake.yml | 6 BUILD_TYPE: Release 45 -e BUILD_TYPE \ 68 -DCMAKE_BUILD_TYPE=$BUILD_TYPE 74 --config $BUILD_TYPE 80 -C $BUILD_TYPE \
|
| /external/libchrome/build/android/pylib/constants/ |
| D | __init__.py | 156 def SetBuildType(build_type): argument 174 'defined as (%s)', build_type, chromium_output_dir) 175 os.environ['BUILDTYPE'] = build_type 211 build_type = os.environ.get('BUILDTYPE') 212 if not build_type: 217 build_type)) 239 build_type = os.environ.get('BUILDTYPE') 240 if build_type and len(build_type) > 1:
|
| /external/cronet/build/android/pylib/constants/ |
| D | __init__.py | 175 def SetBuildType(build_type): argument 193 'defined as (%s)', build_type, chromium_output_dir) 194 os.environ['BUILDTYPE'] = build_type 230 build_type = os.environ.get('BUILDTYPE') 231 if not build_type: 236 build_type)) 258 build_type = os.environ.get('BUILDTYPE') 259 if build_type and len(build_type) > 1:
|
| /external/angle/build/android/pylib/constants/ |
| D | __init__.py | 175 def SetBuildType(build_type): argument 193 'defined as (%s)', build_type, chromium_output_dir) 194 os.environ['BUILDTYPE'] = build_type 230 build_type = os.environ.get('BUILDTYPE') 231 if not build_type: 236 build_type)) 258 build_type = os.environ.get('BUILDTYPE') 259 if build_type and len(build_type) > 1:
|
| /external/libwebm/infra/ |
| D | compile.sh | 44 Usage: compile.sh BUILD_TYPE TARGET 46 BUILD_TYPE supported build type (static, static-debug) 73 BUILD_TYPE=${1:?"Build type not defined.$( 81 BUILD_DIR="${WORKSPACE}/build-${BUILD_TYPE}" 93 case "${BUILD_TYPE}" in 97 log_err "${BUILD_TYPE} build type not supported"
|
| /external/swiftshader/tests/kokoro/gcp_windows/ |
| D | continuous.bat | 36 cmake --build . --config %BUILD_TYPE% || goto :error 49 cmake --build . --config %BUILD_TYPE% --target ReactorUnitTests || goto :error 56 cmake --build . --config %BUILD_TYPE% --target ReactorUnitTests || goto :error 63 REM cmake --build . --config %BUILD_TYPE% --target ReactorUnitTests || goto :error 69 REM cmake --build . --config %BUILD_TYPE% --target ReactorUnitTests || goto :error
|