Home
last modified time | relevance | path

Searched refs:build_type (Results 1 – 25 of 28) sorted by relevance

12

/external/jsoncpp/devtools/
Dbatchbuild.py15 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/angle/third_party/jsoncpp/source/devtools/
Dbatchbuild.py15 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__.py156 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/toolchain-utils/deprecated/automation/clients/helper/
Dandroid.py25 def __init__(self, gcc_version='4.4.3', build_type='DEVELOPMENT'): argument
27 assert build_type in ['DEVELOPMENT', 'RELEASE']
30 self.commands = CommandsFactory(gcc_version, build_type)
31 self.tc_tag = 'gcc-%s-%s' % (gcc_version, build_type)
84 def __init__(self, gcc_version, build_type): argument
86 assert build_type in ['DEVELOPMENT', 'RELEASE']
88 self.build_type = build_type
92 self.toolchain_prefix_dir = 'install-gcc-%s-%s' % (gcc_version, build_type)
119 if self.build_type is 'RELEASE':
132 if self.build_type is 'RELEASE':
/external/llvm/cmake/modules/
DChooseMSVCCRT.cmake63 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/angle/third_party/glslang/src/
DChooseMSVCCRT.cmake63 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/deqp-deps/glslang/
DChooseMSVCCRT.cmake63 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/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/
DChooseMSVCCRT.cmake63 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/
Ddeploy_to_bintray.sh8 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
Ddeploy_to_bintray.bat3 …False) DO conan create . google/stable -o fruit:shared=%%H -o fruit:use_boost=%%I -s build_type=%%G
/external/toolchain-utils/deprecated/automation/clients/
Dandroid.py33 self.build_type = 'RELEASE'
35 self.build_type = 'DEVELOPMENT'
42 factory = android.JobsFactory(self.gcc_version, self.build_type)
/external/exoplayer/tree/extensions/av1/src/main/jni/
DCMakeLists.txt18 string(TOLOWER "${CMAKE_BUILD_TYPE}" build_type)
19 if(build_type MATCHES "^rel")
/external/libcxx/utils/google-benchmark/src/
Djson_reporter.cc129 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/
Dsite_utils.py434 _board, build_type, branch = ParseBuildName(build)[:3]
438 build_type = 'Unknown'
442 build_type = embedded_str.group(1) + '-' + build_type
448 'build_type': build_type,
/external/google-benchmark/src/
Djson_reporter.cc156 const char build_type[] = "release"; in ReportContext() local
158 const char build_type[] = "debug"; in ReportContext() local
160 out << indent << FormatKV("library_build_type", build_type) << "\n"; in ReportContext()
/external/autotest/server/site_tests/provision_AutoUpdate/
Dprovision_AutoUpdate.py74 board, build_type = _get_build_metrics_fields(build_name)
77 'build_type': build_type,
/external/autotest/client/common_lib/cros/
Ddev_server.py2148 board, build_type, milestone, _ = server_utils.ParseBuildName(
2153 board, build_type, milestone = ('', '', '')
2155 return board, build_type, milestone
2158 def _emit_auto_update_metrics(self, board, build_type, dut_host_name, argument
2184 'build_type': build_type,
2211 is_au_success, board, build_type, milestone, argument
2247 'build_type': build_type,
2362 board, build_type, milestone = self._parse_buildname_from_gs_uri(
2365 board, build_type, milestone = self._parse_buildname_safely(
2390 'build_type': build_type,
[all …]
/external/chromium-trace/catapult/devil/devil/android/
Dsettings.py229 if device.build_type not in _COMPATIBLE_BUILD_TYPES:
231 device.build_type)
Dflag_changer_test.py17 self.build_type = 'user'
Ddevice_utils_test.py317 with self.patch_call(self.call.device.build_type,
325 with self.patch_call(self.call.device.build_type,
334 with self.patch_call(self.call.device.build_type,
343 with self.patch_call(self.call.device.build_type,
348 with self.patch_call(self.call.device.build_type,
357 with self.patch_call(self.call.device.build_type,
366 with self.patch_call(self.call.device.build_type,
Ddevice_utils.py488 if self.build_type == 'eng':
593 return self.build_type == 'user'
2405 def build_type(self): member in DeviceUtils
/external/libchrome/base/android/
Dbuild_info.h107 const char* build_type() const { in build_type() function
/external/google-fruit/
Dconanfile.py63 cmake.definitions["CMAKE_BUILD_TYPE"] = self.settings.build_type
/external/autotest/server/cros/
Dautoupdater.py324 board, build_type, milestone, _ = server_utils.ParseBuildName(
329 board, build_type, milestone = ('', '', '')
333 'build_type': build_type,
/external/autotest/server/hosts/
Dcros_host.py433 board, build_type, branch = server_utils.ParseBuildName(
442 'build_type': build_type,
449 'build_type': build_type,

12