Home
last modified time | relevance | path

Searched refs:build_type (Results 1 – 22 of 22) 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/tensorflow/tensorflow/java/maven/tensorflow-android/
Dupdate.py93 build_type = 'nightly-android'
98 build_type = 'release-matrix-android2'
123 'build_type': build_type,
Dpom-android.xml.template25 <project.build.type>${build_type}</project.build.type>
/external/libcxx/utils/google-benchmark/src/
Djson_reporter.cc112 const char build_type[] = "release"; in ReportContext() local
114 const char build_type[] = "debug"; in ReportContext() local
116 out << indent << FormatKV("library_build_type", build_type) << "\n"; in ReportContext()
/external/google-benchmark/src/
Djson_reporter.cc112 const char build_type[] = "release"; in ReportContext() local
114 const char build_type[] = "debug"; in ReportContext() local
116 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/autotest/client/common_lib/cros/
Ddev_server.py2133 board, build_type, milestone, _ = server_utils.ParseBuildName(
2138 board, build_type, milestone = ('', '', '')
2140 return board, build_type, milestone
2143 def _emit_auto_update_metrics(self, board, build_type, dut_host_name, argument
2169 'build_type': build_type,
2196 is_au_success, board, build_type, milestone, argument
2232 'build_type': build_type,
2348 board, build_type, milestone = self._parse_buildname_from_gs_uri(
2351 board, build_type, milestone = self._parse_buildname_safely(
2376 'build_type': build_type,
[all …]
Dautoupdater.py274 board, build_type, milestone, _ = server_utils.ParseBuildName(
279 board, build_type, milestone = ('', '', '')
283 'build_type': build_type,
/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.py512 return self.build_type == 'user'
2115 def build_type(self): member in DeviceUtils
/external/libmojo/base/android/
Dbuild_info.h98 const char* build_type() const { in build_type() function
/external/autotest/server/hosts/
Dcros_host.py413 board, build_type, branch = server_utils.ParseBuildName(
422 'build_type': build_type,
429 'build_type': build_type,
660 board, build_type, milestone, _ = server_utils.ParseBuildName(build)
665 board, build_type, milestone = ('', '', '')
670 'build_type': 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/autotest/client/common_lib/
Dutils.py2635 board, build_type = target.split('-')
2636 return board, build_type
/external/google-benchmark/
DREADME.md829 "build_type": "debug"
/external/libcxx/utils/google-benchmark/
DREADME.md833 "build_type": "debug"