HomeSort by relevance Sort by last modified time
    Searched refs:BUILD_TYPE (Results 1 - 6 of 6) sorted by null

  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoConstants.java 55 public static final String BUILD_TYPE = "build_type";
DeviceInfoInstrument.java 70 addResult(BUILD_TYPE, Build.TYPE);
  /external/chromium_org/third_party/openssl/openssl/
check-all-builds.sh 214 for BUILD_TYPE in $BUILD_TYPES; do
215 echo " $BUILD_TYPE"
344 local build_type=$1
345 local arch=$(get_build_arch $build_type)
429 local build_type=$2
430 echo "## build_sources prefix='$prefix' build_type='$build_type'"
431 local arch=$(get_build_arch $build_type)
435 local build_cc=$(get_build_compiler $build_type)
436 local build_cflags=$(get_build_c_flags $build_type)
    [all...]
  /external/openssl/
check-all-builds.sh 214 for BUILD_TYPE in $BUILD_TYPES; do
215 echo " $BUILD_TYPE"
344 local build_type=$1
345 local arch=$(get_build_arch $build_type)
429 local build_type=$2
430 echo "## build_sources prefix='$prefix' build_type='$build_type'"
431 local arch=$(get_build_arch $build_type)
435 local build_cc=$(get_build_compiler $build_type)
436 local build_cflags=$(get_build_c_flags $build_type)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/
main.scons 184 BUILD_TYPE = 'dbg',
203 BUILD_TYPE = 'coverage',
217 BUILD_TYPE = 'opt',
311 BUILD_TYPE = 'dbg',
324 BUILD_TYPE = 'opt',
407 BUILD_TYPE = 'dbg',
417 BUILD_TYPE = 'opt',
  /external/chromium_org/third_party/libjingle/source/talk/
main.scons 240 BUILD_TYPE = 'dbg',
258 BUILD_TYPE = 'dbg64',
306 BUILD_TYPE = 'coverage',
320 BUILD_TYPE = 'opt',
508 BUILD_TYPE = 'dbg',
515 BUILD_TYPE = 'opt',
522 BUILD_TYPE = 'dbg64',
528 BUILD_TYPE = 'opt64',
707 BUILD_TYPE = 'dbg' + type_suffix,
717 BUILD_TYPE = 'opt' + type_suffix
    [all...]

Completed in 6217 milliseconds