Home
last modified time | relevance | path

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

/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/toolchain-utils/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/swiftshader/third_party/LLVM/cmake/modules/
DChooseMSVCCRT.cmake63 foreach(build_type ${CMAKE_CONFIGURATION_TYPES})
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})
79 string(TOUPPER "${build_type}" build)
89 message(STATUS "Using ${build_type} VC++ CRT: ${LLVM_USE_CRT_${build}}")
94 endforeach(build_type)
/external/libmojo/build/android/pylib/constants/
D__init__.py157 def SetBuildType(build_type): argument
158 os.environ['BUILDTYPE'] = build_type
169 def GetOutDirectory(build_type=None): argument
182 GetBuildType() if build_type is None else build_type))
/external/toolchain-utils/automation/clients/
Dandroid.py33 self.build_type = 'RELEASE'
35 self.build_type = 'DEVELOPMENT'
42 factory = android.JobsFactory(self.gcc_version, self.build_type)
/external/libcxx/utils/google-benchmark/src/
Djson_reporter.cc79 const char build_type[] = "release"; in ReportContext() local
81 const char build_type[] = "debug"; in ReportContext() local
83 out << indent << FormatKV("library_build_type", build_type) << "\n"; in ReportContext()
/external/google-benchmark/src/
Djson_reporter.cc79 const char build_type[] = "release"; in ReportContext() local
81 const char build_type[] = "debug"; in ReportContext() local
83 out << indent << FormatKV("library_build_type", build_type) << "\n"; in ReportContext()
/external/autotest/server/
Dsite_utils.py423 _board, build_type, branch = ParseBuildName(build)[:3]
427 build_type = 'Unknown'
431 build_type = embedded_str.group(1) + '-' + build_type
437 'build_type': build_type,
/external/chromium-trace/catapult/devil/devil/android/
Dsettings.py225 if device.build_type not in _COMPATIBLE_BUILD_TYPES:
227 device.build_type)
Dflag_changer_test.py17 self.build_type = 'user'
Ddevice_utils.py485 return self.build_type == 'user'
1990 def build_type(self): member in DeviceUtils
/external/autotest/site_utils/suite_scheduler/
Dmanifest_versions.py203 def GetLatestManifest(self, board, build_type, milestone=None): argument
216 self._BOARD_BRANCH_MANIFEST_GLOB_PATTERN % (board, build_type))
Dtask.py847 build_type = 'release' if spec == 'cros' else spec
849 board, build_type)
850 latest_build = base_event.BuildName(board, build_type, latest_milestone,
/external/libmojo/base/android/
Dbuild_info.h97 const char* build_type() const { in build_type() function
/external/autotest/client/common_lib/cros/
Dautoupdater.py272 board, build_type, milestone, _ = server_utils.ParseBuildName(
277 board, build_type, milestone = ('', '', '')
281 'build_type': build_type,
Ddev_server.py2018 board, build_type, milestone, _ = server_utils.ParseBuildName(
2023 board, build_type, milestone = ('', '', '')
2025 return board, build_type, milestone
2080 board, build_type, milestone = self._parse_buildname_safely(build_name)
2101 'build_type': build_type,
2192 'build_type': build_type,
/external/autotest/server/hosts/
Dcros_host.py394 board, build_type, branch = server_utils.ParseBuildName(
403 'build_type': build_type,
410 'build_type': build_type,
642 board, build_type, milestone, _ = server_utils.ParseBuildName(build)
647 board, build_type, milestone = ('', '', '')
652 'build_type': build_type,
/external/libchrome/base/
Dbase.gyp1083 '<(build_type)'
1089 'build_type': 'official'
1093 'build_type': 'default'
/external/autotest/client/common_lib/
Dutils.py2656 board, build_type = target.split('-')
2657 return board, build_type
/external/libmojo/third_party/catapult/devil/devil/android/
Ddevice_utils.py421 return self.build_type == 'user'
1868 def build_type(self): member in DeviceUtils
/external/libcxx/utils/google-benchmark/
DREADME.md511 "build_type": "debug"
/external/google-benchmark/
DREADME.md639 "build_type": "debug"