| /external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
| D | .travis.yml | 19 env: BUILD_TYPE=normal 22 env: BUILD_TYPE=normal 25 env: BUILD_TYPE=cmake 28 env: BUILD_TYPE=cmake 31 env: BUILD_TYPE=coverage 34 env: BUILD_TYPE=ubsan 37 env: BUILD_TYPE=asan 41 env: BUILD_TYPE=lsan 45 env: BUILD_TYPE=analyse 48 env: BUILD_TYPE=valgrind [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/google-benchmark/ |
| D | .travis.yml | 12 env: COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Coverage 14 env: COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Debug 16 env: COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Release 26 - BUILD_TYPE=Debug 38 - BUILD_TYPE=Release 44 - COMPILER=g++-6 C_COMPILER=gcc-6 BUILD_TYPE=Debug 48 env: COMPILER=clang++ C_COMPILER=clang BUILD_TYPE=Debug 50 env: COMPILER=clang++ C_COMPILER=clang BUILD_TYPE=Release 60 - COMPILER=clang++-3.8 C_COMPILER=clang-3.8 BUILD_TYPE=Debug 71 - 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/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/google-benchmark/.github/workflows/ |
| D | build-and-test.yml | 12 name: ${{ matrix.os }}.${{ matrix.build_type }} 18 build_type: ['Release', 'Debug'] 28 … -DBENCHMARK_DOWNLOAD_DEPENDENCIES=ON $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} 33 run: cmake --build . --config ${{ matrix.build_type }} 38 run: ctest -C ${{ matrix.build_type }}
|
| /external/fmtlib/.github/workflows/ |
| D | windows.yml | 14 build_type: [Debug, Release] 18 build_type: Debug 35 cmake -DCMAKE_BUILD_TYPE=${{matrix.build_type}} ${{matrix.shared}} \ 40 run: cmake --build . --config ${{matrix.build_type}} 44 run: ctest -C ${{matrix.build_type}}
|
| /external/deqp-deps/glslang/ |
| D | ChooseMSVCCRT.cmake | 96 foreach(build_type ${CMAKE_CONFIGURATION_TYPES} ${CMAKE_BUILD_TYPE}) 97 string(TOUPPER "${build_type}" build) 104 CACHE STRING "Specify VC++ CRT to use for ${build_type} configurations." 109 endforeach(build_type) 111 foreach(build_type ${CMAKE_CONFIGURATION_TYPES} ${CMAKE_BUILD_TYPE}) 112 string(TOUPPER "${build_type}" build) 122 message(STATUS "Using ${build_type} VC++ CRT: ${LLVM_USE_CRT_${build}}") 127 endforeach(build_type)
|
| /external/angle/third_party/vulkan-deps/glslang/src/ |
| D | ChooseMSVCCRT.cmake | 96 foreach(build_type ${CMAKE_CONFIGURATION_TYPES} ${CMAKE_BUILD_TYPE}) 97 string(TOUPPER "${build_type}" build) 104 CACHE STRING "Specify VC++ CRT to use for ${build_type} configurations." 109 endforeach(build_type) 111 foreach(build_type ${CMAKE_CONFIGURATION_TYPES} ${CMAKE_BUILD_TYPE}) 112 string(TOUPPER "${build_type}" build) 122 message(STATUS "Using ${build_type} VC++ CRT: ${LLVM_USE_CRT_${build}}") 127 endforeach(build_type)
|
| /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/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/rust/crates/grpcio-sys/grpc/third_party/cares/cares/travis/ |
| D | test.sh | 3 if [ "$BUILD_TYPE" != "ios" -a "$BUILD_TYPE" != "analyse" -a "$BUILD_TYPE" != "cmake" ]; then 13 elif [ "$BUILD_TYPE" = "cmake" ] ; then
|
| /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
|
| /external/googletest/ |
| D | .travis.yml | 25 env: BUILD_TYPE=Debug CXX_FLAGS="-std=c++11 -Wdeprecated" 29 …env: BUILD_TYPE=Release CXX_FLAGS="-std=c++11 -Wdeprecated" NO_EXCEPTION=ON NO_RTTI=ON COMPILER_IS… 33 …env: BUILD_TYPE=Release CC=gcc-10 CXX=g++-10 CXX_FLAGS="-std=c++11 -Wdeprecated" HOMEBREW_LOGS=~/h… 37 …env: BUILD_TYPE=Release CXX_FLAGS="-std=c++11 -Wdeprecated" HOMEBREW_LOGS=~/homebrew-logs HOMEBREW…
|
| /external/libchrome/build/ |
| D | write_build_date_header.py | 7 build_type impacts the timestamp generated: 41 def GetBuildDate(build_type, utc_now): argument 54 if build_type != 'official': 80 'build_type', help='The type of build', choices=('official', 'default')) 99 build_date = GetBuildDate(args.build_type, now)
|
| /external/google-fruit/extras/packaging/ |
| D | deploy_to_bintray.sh | 8 for build_type in Release Debug 14 … . google/stable -o fruit:shared=$is_shared -o fruit:use_boost=$use_boost -s build_type=$build_type
|
| /external/libavc/.github/workflows/ |
| D | cmake.yml | 10 BUILD_TYPE: Release 20 …run: cmake -B ${{github.workspace}}/out -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_C_COMPILER=… 23 run: cmake --build ${{github.workspace}}/out --config ${{env.BUILD_TYPE}}
|