Home
last modified time | relevance | path

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

/external/openssl/
Dcheck-all-builds.sh430 echo "## build_sources prefix='$prefix' build_type='$build_type'"
458 local crtbegin_so=$(get_c_runtime_file $build_type crtbegin_so.o)
459 local crtend_so=$(get_c_runtime_file $build_type crtend_so.o)
460 local crtbegin_exe=$(get_c_runtime_file $build_type crtbegin_dynamic.o)
461 local crtend_exe=$(get_c_runtime_file $build_type crtend_android.o)
478 printf "\t@echo [$build_type] CC $src\n"
494 local build_type=$3
498 local build_linker=$(get_build_linker $build_type)
500 build_sources $prefix $build_type
505 case $build_type in
[all …]
/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/webkit/Tools/Scripts/webkitpy/layout_tests/port/
Dbase.py975 build_type=None, graphics_type=None): argument
979 self.build_type = build_type or port._options.configuration.lower()
1005 for build_type in self.all_build_types():
1011 build_type=build_type,