Home
last modified time | relevance | path

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

123

/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/crosvm/e2e_tests/tests/
Dprebuilts.rs16 fn setup_env(build_type: &str) -> TempDir { in setup_env()
18 if build_type == "debug" { in setup_env()
36 for build_type in ["release", "debug"] { in test_download_prebuilt()
37 let _tempdir = setup_env(build_type); in test_download_prebuilt()
42 format!("hello world {}\n", build_type) in test_download_prebuilt()
49 for build_type in ["release", "debug"] { in test_download_prebuilt_files()
50 let _tempdir = setup_env(build_type); in test_download_prebuilt_files()
57 format!("hello world {}\n", build_type), in test_download_prebuilt_files()
/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/cronet/build/android/pylib/constants/
D__init__.py175 def SetBuildType(build_type): argument
193 'defined as (%s)', build_type, chromium_output_dir)
194 os.environ['BUILDTYPE'] = build_type
230 build_type = os.environ.get('BUILDTYPE')
231 if not build_type:
236 build_type))
258 build_type = os.environ.get('BUILDTYPE')
259 if build_type and len(build_type) > 1:
/external/angle/build/android/pylib/constants/
D__init__.py175 def SetBuildType(build_type): argument
193 'defined as (%s)', build_type, chromium_output_dir)
194 os.environ['BUILDTYPE'] = build_type
230 build_type = os.environ.get('BUILDTYPE')
231 if not build_type:
236 build_type))
258 build_type = os.environ.get('BUILDTYPE')
259 if build_type and len(build_type) > 1:
/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/perfetto/src/profiling/common/
Dproducer_support.cc89 std::string build_type = base::GetAndroidProp("ro.build.type"); in CanProfile()
90 return CanProfileAndroid(ds_config, uid, installed_by, build_type, in CanProfile()
98 const std::string& build_type, in CanProfileAndroid() argument
110 if (!build_type.empty() && build_type != "user") { in CanProfileAndroid()
/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
/external/deqp-deps/glslang/
DChooseMSVCCRT.cmake96 foreach(build_type ${CMAKE_CONFIGURATION_TYPES} ${CMAKE_BUILD_TYPE})
97 string(TOUPPER "${build_type}" build)
104 CACHE STRING "Specify VC++ CRT to use for ${build_type} configurations."
109 endforeach(build_type)
111 foreach(build_type ${CMAKE_CONFIGURATION_TYPES} ${CMAKE_BUILD_TYPE})
112 string(TOUPPER "${build_type}" build)
122 message(STATUS "Using ${build_type} VC++ CRT: ${LLVM_USE_CRT_${build}}")
127 endforeach(build_type)
/external/angle/third_party/vulkan-deps/glslang/src/
DChooseMSVCCRT.cmake96 foreach(build_type ${CMAKE_CONFIGURATION_TYPES} ${CMAKE_BUILD_TYPE})
97 string(TOUPPER "${build_type}" build)
104 CACHE STRING "Specify VC++ CRT to use for ${build_type} configurations."
109 endforeach(build_type)
111 foreach(build_type ${CMAKE_CONFIGURATION_TYPES} ${CMAKE_BUILD_TYPE})
112 string(TOUPPER "${build_type}" build)
122 message(STATUS "Using ${build_type} VC++ CRT: ${LLVM_USE_CRT_${build}}")
127 endforeach(build_type)
/external/crosvm/third_party/libslirp-rs/
Dupload_libslirp.ps1100 foreach ($build_type in 'release', 'debug') { variable
102 …gsutil cp -n -a public-read $LIBSLIRP_PATH\$build_type\$prebuilt $GS_BASE_URL/$build_type/$version…
/external/oss-fuzz/infra/build/functions/
Drequest_build.py75 def run_build(oss_fuzz_project, build_steps, credentials, build_type, argument
80 build_type, cloud_project)
81 update_build_history(oss_fuzz_project, build_id, build_type)
Dbuild_project.py496 build_type, argument
508 tags = [oss_fuzz_project + '-' + build_type, build_type, oss_fuzz_project]
558 def build_script_main(script_description, get_build_steps_func, build_type): argument
591 run_build(project_name, steps, credentials, build_type)
/external/libchrome/build/
Dwrite_build_date_header.py41 def GetBuildDate(build_type, utc_now): argument
54 if build_type != 'official':
99 build_date = GetBuildDate(args.build_type, now)
/external/python/cffi/testing/cffi1/
Dtest_function_args.py56 def build_type(tp): function
58 field_types = [build_type(tp1) for tp1 in tp]
69 args = [build_type(tp) for tp in tp_args]
70 result = build_type(tp_result)
/external/libchrome/build/android/pylib/
Ddevice_settings.py59 if device.build_type not in _COMPATIBLE_BUILD_TYPES:
61 device.build_type)
/external/angle/build/android/pylib/
Ddevice_settings.py60 if device.build_type not in _COMPATIBLE_BUILD_TYPES:
62 device.build_type)
/external/cronet/build/android/pylib/
Ddevice_settings.py61 if device.build_type not in _COMPATIBLE_BUILD_TYPES:
63 device.build_type)
/external/angle/build/android/
Dadb_reverse_forwarder.py67 if args.build_type:
68 constants.SetBuildType(args.build_type)
/external/cronet/build/android/
Dadb_reverse_forwarder.py67 if args.build_type:
68 constants.SetBuildType(args.build_type)
/external/autotest/server/
Dsite_utils.py410 _board, build_type, branch = ParseBuildName(build)[:3]
414 build_type = 'Unknown'
418 build_type = embedded_str.group(1) + '-' + build_type
424 'build_type': build_type,
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/av1/src/main/jni/
DCMakeLists.txt31 string(TOLOWER "${CMAKE_BUILD_TYPE}" build_type)
32 if(build_type MATCHES "^rel")
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/av1/src/main/jni/
DCMakeLists.txt31 string(TOLOWER "${CMAKE_BUILD_TYPE}" build_type)
32 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/perfetto/test/
Dandroid_test_utils.cc53 std::string build_type = base::GetAndroidProp("ro.build.type"); in IsUserBuild() local
54 return build_type == "user"; in IsUserBuild()

123