/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/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/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-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
|
D | deploy_to_bintray.bat | 3 …False) DO conan create . google/stable -o fruit:shared=%%H -o fruit:use_boost=%%I -s build_type=%%G
|
/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/libchrome/build/ |
D | write_build_date_header.py | 41 def GetBuildDate(build_type, utc_now): argument 54 if build_type != 'official': 99 build_date = GetBuildDate(args.build_type, now)
|
/external/llvm-project/llvm/lib/WindowsManifest/ |
D | CMakeLists.txt | 26 string(TOUPPER ${CMAKE_BUILD_TYPE} build_type) 27 get_property(libxml2_library TARGET LibXml2::LibXml2 PROPERTY LOCATION_${build_type})
|
/external/libchrome/build/android/pylib/ |
D | device_settings.py | 59 if device.build_type not in _COMPATIBLE_BUILD_TYPES: 61 device.build_type)
|
/external/perfetto/src/profiling/common/ |
D | producer_support.cc | 58 const std::string& build_type, in CanProfileAndroid() argument 65 if (build_type != "user") { in CanProfileAndroid()
|
D | producer_support.h | 34 const std::string& build_type,
|
/external/exoplayer/tree/extensions/av1/src/main/jni/ |
D | CMakeLists.txt | 18 string(TOLOWER "${CMAKE_BUILD_TYPE}" build_type) 19 if(build_type MATCHES "^rel")
|
/external/llvm-project/llvm/utils/benchmark/src/ |
D | json_reporter.cc | 116 const char build_type[] = "release"; in ReportContext() local 118 const char build_type[] = "debug"; in ReportContext() local 120 out << indent << FormatKV("library_build_type", build_type) << "\n"; in ReportContext()
|
/external/libcxx/utils/google-benchmark/src/ |
D | json_reporter.cc | 129 const char build_type[] = "release"; in ReportContext() local 131 const char build_type[] = "debug"; in ReportContext() local 133 out << indent << FormatKV("library_build_type", build_type) << "\n"; in ReportContext()
|
/external/llvm-project/libcxx/utils/google-benchmark/src/ |
D | json_reporter.cc | 129 const char build_type[] = "release"; in ReportContext() local 131 const char build_type[] = "debug"; in ReportContext() local 133 out << indent << FormatKV("library_build_type", build_type) << "\n"; in ReportContext()
|
/external/autotest/server/ |
D | site_utils.py | 441 _board, build_type, branch = ParseBuildName(build)[:3] 445 build_type = 'Unknown' 449 build_type = embedded_str.group(1) + '-' + build_type 455 'build_type': build_type,
|
/external/autotest/server/site_tests/provision_QuickProvision/ |
D | provision_QuickProvision.py | 72 board, build_type = _get_build_metrics_fields(build_name) 75 'build_type': build_type,
|
/external/google-benchmark/src/ |
D | json_reporter.cc | 158 const char build_type[] = "release"; in ReportContext() local 160 const char build_type[] = "debug"; in ReportContext() local 162 out << indent << FormatKV("library_build_type", build_type) << "\n"; in ReportContext()
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | settings.py | 243 if device.build_type not in _COMPATIBLE_BUILD_TYPES: 245 device.build_type)
|
D | flag_changer_test.py | 18 self.build_type = 'user'
|
/external/libchrome/base/android/ |
D | build_info.h | 107 const char* build_type() const { in build_type() function
|
/external/google-fruit/ |
D | conanfile.py | 56 self._cmake.definitions["CMAKE_BUILD_TYPE"] = self.settings.build_type
|
/external/llvm-project/llvm/lib/Support/ |
D | CMakeLists.txt | 240 string(TOUPPER ${CMAKE_BUILD_TYPE} build_type) 241 get_property(zlib_library TARGET ZLIB::ZLIB PROPERTY LOCATION_${build_type})
|