Searched refs:build_type (Results 1 – 14 of 14) sorted by relevance
/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/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-benchmark/src/ |
D | json_reporter.cc | 77 const char build_type[] = "release"; in ReportContext() local 79 const char build_type[] = "debug"; in ReportContext() local 81 out << indent << FormatKV("library_build_type", build_type) << "\n"; in ReportContext()
|
/external/autotest/server/ |
D | site_utils.py | 418 _board, build_type, branch = ParseBuildName(build)[:3] 422 build_type = 'Unknown' 426 build_type = embedded_str.group(1) + '-' + build_type 432 'build_type': build_type,
|
/external/autotest/site_utils/suite_scheduler/ |
D | task.py | 596 def _GetFirmwareRWBuild(self, mv, board, build_type): argument 616 board, build_type) 617 latest_build = base_event.BuildName(board, build_type, latest_milestone, 688 build_type = 'release' 690 build_type = self.firmware_rw_build_spec 692 mv, board, build_type)
|
D | manifest_versions.py | 203 def GetLatestManifest(self, board, build_type, milestone=None): argument 216 self._BOARD_BRANCH_MANIFEST_GLOB_PATTERN % (board, build_type))
|
/external/chromium-trace/catapult/telemetry/telemetry/core/ |
D | util.py | 164 for build_type in build_types: 165 yield os.path.join(chrome_root, build_dir, build_type)
|
/external/libunwind/ |
D | Android.build.mk | 81 $($(libunwind_module)_src_files_$(build_type)) \
|
D | Android.bp | 463 build_type = ["target"] 467 build_type = ["host"]
|
/external/opencv3/modules/ts/misc/ |
D | run.py | 317 self.tests_dir = os.path.join(self.tests_dir, self.build_type) 775 … + (self.options.configuration if self.options.configuration else self.build_type),
|
/external/google-benchmark/ |
D | README.md | 253 "build_type": "debug"
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | device_utils.py | 364 return self.build_type == 'user' 1709 def build_type(self): member in DeviceUtils
|
/external/autotest/server/hosts/ |
D | cros_host.py | 484 board, build_type, branch = server_utils.ParseBuildName( 493 'build_type': build_type,
|
/external/opencv3/modules/ts/src/ |
D | ts_func.cpp | 2982 const char * build_type = in printVersionInfo() local 2989 ::testing::Test::RecordProperty("cv_build_type", build_type); in printVersionInfo() 2990 if (useStdOut) std::cout << "Build type: " << build_type << std::endl; in printVersionInfo()
|