/external/intel-media-driver/Tools/bldsys/include/ |
D | bs_base_utils.cmake | 45 # BUILD_TYPE. 48 # of BUILD_TYPE. 50 # QuickBuild passes in BUILD_TYPE with per-word Caps. 55 if(NOT DEFINED BUILD_TYPE OR "${BUILD_TYPE}" STREQUAL "") 57 set(BUILD_TYPE "${UFO_BUILD_TYPE}") variable 59 message("*BUILD_TYPE not defined, default to: release") 60 set(BUILD_TYPE "release") variable 63 string(TOLOWER "${BUILD_TYPE}" BUILD_TYPE) 65 if ("${BUILD_TYPE}" STREQUAL "release") 67 elseif ("${BUILD_TYPE}" STREQUAL "release-internal") [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/gmmlib/Tools/bldsys/include/ |
D | bs_base_utils.cmake | 39 set(BUILD_TYPE "release") variable 43 set(BUILD_TYPE "release-internal") variable 46 set(BUILD_TYPE "debug") variable 50 set(BUILD_TYPE "RelWithDebInfo") variable 54 set(BUILD_TYPE "MinSizeRel") variable 59 set(BUILD_TYPE "${_bs_compare_var}") variable 66 # Deal with the ambiguity of the three different variables for BUILD_TYPE: 69 # BUILD_TYPE 71 # to UFO_BUILD_TYPE and BUILD_TYPE. 83 set(BUILD_TYPE "${BUILD_TYPE}" PARENT_SCOPE) variable [all …]
|
/external/pffft/.github/workflows/ |
D | c-cpp.yml | 15 BUILD_TYPE: Release 34 …run: mkdir build_simd_full && cmake -S . -B build_simd_full -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DPFFFT… 36 …run: mkdir build_simd_float && cmake -S . -B build_simd_float -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DPFF… 38 …ild_simd_double && cmake -S . -B build_simd_double -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DPFFFT_USE_TYPE… 40 …d_no-simd_full && cmake -S . -B build_no-simd_full -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DPFFFT_USE_SIMD… 42 …ar_full && cmake -S . -B build_no-simd_scalar_full -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DPFFFT_USE_SIMD… 57 …run: mkdir build_simd_full && cmake -S . -B build_simd_full -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DPFFFT… 59 …run: mkdir build_simd_float && cmake -S . -B build_simd_float -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DPFF… 61 …ild_simd_double && cmake -S . -B build_simd_double -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DPFFFT_USE_TYPE… 63 …d_no-simd_full && cmake -S . -B build_no-simd_full -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DPFFFT_USE_SIMD… [all …]
|
/external/fmtlib/.github/workflows/ |
D | linux.yml | 14 build_type: [Debug, Release] 21 build_type: Debug 25 build_type: Debug 29 build_type: Debug 32 build_type: Debug 35 build_type: Debug 39 build_type: Debug 46 build_type: Debug 51 build_type: Debug 54 build_type: Debug [all …]
|
D | macos.yml | 13 build_type: [Debug, Release] 22 build_type: Release 43 cmake -DCMAKE_BUILD_TYPE=${{matrix.build_type}} ${{matrix.shared}} \ 52 cmake --build . --config ${{matrix.build_type}} --parallel $threads 56 run: ctest -C ${{matrix.build_type}}
|
/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/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/libultrahdr/.github/workflows/ |
D | cmake_linux.yml | 17 build_type: Release 25 build_type: Release 33 build_type: Release 41 build_type: Release 49 build_type: Release 57 build_type: Release 65 build_type: Release 89 …cmake -G Ninja -B build -DCMAKE_BUILD_TYPE=${{ matrix.config.build_type }} ${{ matrix.config.cmake… 92 run: cmake --build build --config ${{ matrix.config.build_type }} 96 run: ctest --build-config ${{ matrix.config.build_type }}
|
D | cmake_mac.yml | 17 build_type: Release 25 build_type: Release 33 build_type: Release 41 build_type: Release 49 build_type: Release 79 …cmake -G Ninja -B build -DCMAKE_BUILD_TYPE=${{ matrix.config.build_type }} ${{ matrix.config.cmake… 82 run: cmake --build build --config ${{ matrix.config.build_type }} 86 run: ctest --build-config ${{ matrix.config.build_type }}
|
/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/executorch/.ci/scripts/ |
D | test_llava.sh | 11 BUILD_TYPE=${1:-Debug} 15 echo "Building with BUILD_TYPE: $BUILD_TYPE, TARGET_OS: $TARGET_OS, BUILD_DIR: $BUILD_DIR" 35 -DCMAKE_BUILD_TYPE=${BUILD_TYPE} \ 52 cmake --build ${BUILD_DIR} -j${NPROC} --target install --config ${BUILD_TYPE} 62 cmake --build ${BUILD_DIR} -j${NPROC} --target install --config ${BUILD_TYPE} 69 -DCMAKE_BUILD_TYPE=${BUILD_TYPE} \ 84 cmake --build ${BUILD_DIR}/${dir} -j${NPROC} --config ${BUILD_TYPE} 101 cmake --build ${BUILD_DIR}/${dir} -j${NPROC} --config ${BUILD_TYPE}
|
D | test_phi_3_mini.sh | 10 BUILD_TYPE=${1:-Debug} 14 echo "Building with BUILD_TYPE: $BUILD_TYPE, BUILD_DIR: $BUILD_DIR" 28 -DCMAKE_BUILD_TYPE=${BUILD_TYPE} \ 38 cmake --build ${BUILD_DIR} -j${NPROC} --target install --config ${BUILD_TYPE} 44 -DCMAKE_BUILD_TYPE=${BUILD_TYPE} \ 52 cmake --build ${BUILD_DIR}/${MODEL_DIR} -j${NPROC} --config ${BUILD_TYPE}
|
/external/pytorch/.ci/pytorch/win-test-helpers/installation-helpers/ |
D | install_magma.bat | 27 …sci-windows/magma_2.5.4_%CUDA_SUFFIX%_%BUILD_TYPE%.7z --output %TMP_DIR_WIN%\magma_2.5.4_%CUDA_SUF… 29 …//ossci-windows/magma_2.5.4_%CUDA_SUFFIX%_%BUILD_TYPE%.7z %TMP_DIR_WIN%\magma_2.5.4_%CUDA_SUFFIX%_… 33 7z x -aoa %TMP_DIR_WIN%\magma_2.5.4_%CUDA_SUFFIX%_%BUILD_TYPE%.7z -o%TMP_DIR_WIN%\magma
|
/external/rust/android-crates-io/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/sandboxed-api/.github/workflows/ |
D | fedora-cmake.yml | 6 BUILD_TYPE: Release 49 -e BUILD_TYPE \ 73 -DCMAKE_BUILD_TYPE=$BUILD_TYPE 79 --config $BUILD_TYPE 85 -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/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 …]
|
/external/executorch/backends/qualcomm/scripts/ |
D | build.sh | 33 BUILD_TYPE="Debug" 55 --release) BUILD_TYPE="Release"; shift;; 80 -DCMAKE_BUILD_TYPE=$BUILD_TYPE \ 100 -DCMAKE_BUILD_TYPE=$BUILD_TYPE \ 122 -DCMAKE_BUILD_TYPE=$BUILD_TYPE \ 145 -DCMAKE_BUILD_TYPE=$BUILD_TYPE \
|
/external/cronet/stable/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:
|