/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/llvm-project/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/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/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/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/swiftshader/tests/kokoro/gcp_windows/ |
D | continuous.bat | 29 cmake --build . --config %BUILD_TYPE% || goto :error 35 build\%BUILD_TYPE%\ReactorUnitTests.exe || goto :error 36 build\%BUILD_TYPE%\gles-unittests.exe || goto :error 37 build\%BUILD_TYPE%\system-unittests.exe || goto :error 38 build\%BUILD_TYPE%\vk-unittests.exe || goto :error 43 cmake --build . --config %BUILD_TYPE% --target ReactorUnitTests || goto :error 44 %BUILD_TYPE%\ReactorUnitTests.exe --gtest_filter=ReactorUnitTests.Print* || goto :error 50 cmake --build . --config %BUILD_TYPE% --target ReactorUnitTests || goto :error 51 %BUILD_TYPE%\ReactorUnitTests.exe --gtest_filter=ReactorUnitTests.EmitAsm || goto :error 57 cmake --build . --config %BUILD_TYPE% --target ReactorUnitTests || goto :error [all …]
|
/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/llvm-project/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/libprotobuf-mutator/ |
D | .travis.yml | 21 - env: BUILD_TYPE=Release CC_COMPILER=clang CXX_COMPILER=clang++ 30 - env: BUILD_TYPE=Debug CC_COMPILER=clang CXX_COMPILER=clang++ 33 - env: BUILD_TYPE=Release CC_COMPILER=gcc-${GCC_VERSION} CXX_COMPILER=g++-${GCC_VERSION} 43 - env: BUILD_TYPE=Debug CC_COMPILER=gcc-${GCC_VERSION} CXX_COMPILER=g++-${GCC_VERSION} 61 …CC_COMPILER} -DCMAKE_CXX_COMPILER=${CXX_COMPILER} -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DCMAKE_INSTALL…
|
/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/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/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/Reactive-Extensions/RxCpp/ |
D | .travis.yml | 13 - env: BUILD_TYPE=Debug ASAN=Off RUN_TEST=On EXCEPTIONS=On 17 - env: BUILD_TYPE=Debug ASAN=Off LLVM_VERSION=3.8.0 RUN_TEST=On EXCEPTIONS=On 21 - env: BUILD_TYPE=Release ASAN=Off GCC_VERSION=4.9 RUN_TEST=On EXCEPTIONS=On 31 - env: BUILD_TYPE=Release ASAN=Off GCC_VERSION=7 RUN_TEST=On EXCEPTIONS=On 41 - env: BUILD_TYPE=Debug ASAN=Off GCC_VERSION=8 RUN_TEST=On EXCEPTIONS=Off 51 - env: BUILD_TYPE=Release ASAN=Off GCC_VERSION=8 RUN_TEST=On EXCEPTIONS=On 61 …- env: BUILD_TYPE=Debug ASAN=Off LLVM_VERSION=3.8.0 RUN_TEST=Off EXCEPTIONS=On PROJECT=doc PUBLISH… 157 if [ -z "$BUILD_TYPE" ]; then 158 BUILD_TYPE=Release; 174 - cmake . -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DRX_USE_EXCEPTIONS=${EXCEPTIONS}
|
/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/flatbuffers/ |
D | .travis.yml | 95 - BUILD_TYPE=Debug 96 - BUILD_TYPE=Release 110 -DCMAKE_BUILD_TYPE=$BUILD_TYPE 124 - BUILD_TYPE=Debug 125 - BUILD_TYPE=Release 130 -DCMAKE_BUILD_TYPE=$BUILD_TYPE
|
/external/deqp-deps/amber/tools/ |
D | build-amber-sample.sh | 57 BUILD_TYPE=Release 70 mkdir -p $BUILD_DIR/gen $BUILD_DIR/output/lib/$ABI $BUILD_DIR/$BUILD_TYPE 72 pushd $BUILD_DIR/$BUILD_TYPE 77 -DCMAKE_BUILD_TYPE=$BUILD_TYPE \
|
/external/jsoncpp/ |
D | .travis.yml | 36 BUILD_TYPE=release 46 BUILD_TYPE=release 62 BUILD_TYPE=Debug
|
/external/deqp-deps/amber/kokoro/scripts/linux/ |
D | build_dawn-docker.sh | 23 BUILD_TYPE="Debug" 37 BUILD_TYPE="RelWithDebInfo" 75 -DCMAKE_BUILD_TYPE=$BUILD_TYPE\
|
D | build-docker.sh | 23 BUILD_TYPE="Debug" 37 BUILD_TYPE="RelWithDebInfo" 60 cmake -GNinja -DCMAKE_BUILD_TYPE=$BUILD_TYPE \
|