/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/toolchain-utils/automation/clients/helper/ |
D | android.py | 25 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/ |
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/swiftshader/third_party/LLVM/cmake/modules/ |
D | ChooseMSVCCRT.cmake | 63 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__.py | 157 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/ |
D | android.py | 33 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/ |
D | json_reporter.cc | 79 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/ |
D | json_reporter.cc | 79 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/ |
D | site_utils.py | 423 _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/ |
D | settings.py | 225 if device.build_type not in _COMPATIBLE_BUILD_TYPES: 227 device.build_type)
|
D | flag_changer_test.py | 17 self.build_type = 'user'
|
D | device_utils.py | 485 return self.build_type == 'user' 1990 def build_type(self): member in DeviceUtils
|
/external/autotest/site_utils/suite_scheduler/ |
D | manifest_versions.py | 203 def GetLatestManifest(self, board, build_type, milestone=None): argument 216 self._BOARD_BRANCH_MANIFEST_GLOB_PATTERN % (board, build_type))
|
D | task.py | 847 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/ |
D | build_info.h | 97 const char* build_type() const { in build_type() function
|
/external/autotest/client/common_lib/cros/ |
D | autoupdater.py | 272 board, build_type, milestone, _ = server_utils.ParseBuildName( 277 board, build_type, milestone = ('', '', '') 281 'build_type': build_type,
|
D | dev_server.py | 2018 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/ |
D | cros_host.py | 394 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/ |
D | base.gyp | 1083 '<(build_type)' 1089 'build_type': 'official' 1093 'build_type': 'default'
|
/external/autotest/client/common_lib/ |
D | utils.py | 2656 board, build_type = target.split('-') 2657 return board, build_type
|
/external/libmojo/third_party/catapult/devil/devil/android/ |
D | device_utils.py | 421 return self.build_type == 'user' 1868 def build_type(self): member in DeviceUtils
|
/external/libcxx/utils/google-benchmark/ |
D | README.md | 511 "build_type": "debug"
|
/external/google-benchmark/ |
D | README.md | 639 "build_type": "debug"
|