HomeSort by relevance Sort by last modified time
    Searched refs:product (Results 1 - 25 of 638) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /build/target/product/
aosp_base.mk 16 $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
aosp_base_telephony.mk 16 $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
generic.mk 17 # This is a generic phone product that isn't specialized for a specific device.
20 $(call inherit-product, $(SRC_TARGET_DIR)/product/generic_no_telephony.mk)
21 $(call inherit-product, $(SRC_TARGET_DIR)/product/telephony.mk)
generic_mips.mk 17 # This is a generic phone product that isn't specialized for a specific device.
20 $(call inherit-product, $(SRC_TARGET_DIR)/product/generic_no_telephony.mk)
21 $(call inherit-product, $(SRC_TARGET_DIR)/product/telephony.mk)
aosp_arm.mk 16 $(call inherit-product, $(SRC_TARGET_DIR)/product/full.mk)
aosp_mips.mk 16 $(call inherit-product, $(SRC_TARGET_DIR)/product/full_mips.mk)
aosp_mips64.mk 16 $(call inherit-product, $(SRC_TARGET_DIR)/product/full_mips64.mk)
aosp_x86.mk 16 $(call inherit-product, $(SRC_TARGET_DIR)/product/full_x86.mk)
aosp_x86_64.mk 16 $(call inherit-product, $(SRC_TARGET_DIR)/product/full_x86_64.mk)
sdk.mk 19 $(call inherit-product, $(SRC_TARGET_DIR)/product/sdk_phone_armv7.mk)
sdk_arm64.mk 19 $(call inherit-product, $(SRC_TARGET_DIR)/product/sdk_phone_arm64.mk)
sdk_mips.mk 19 $(call inherit-product, $(SRC_TARGET_DIR)/product/sdk_phone_mips.mk)
sdk_x86.mk 19 $(call inherit-product, $(SRC_TARGET_DIR)/product/sdk_phone_x86.mk)
sdk_x86_64.mk 19 $(call inherit-product, $(SRC_TARGET_DIR)/product/sdk_phone_x86_64.mk)
aosp_arm64.mk 22 $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
23 $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
24 $(call inherit-product, $(SRC_TARGET_DIR)/board/generic_arm64/device.mk)
28 include $(SRC_TARGET_DIR)/product/emulator.mk
full_mips64.mk 22 $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
23 $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
24 $(call inherit-product, $(SRC_TARGET_DIR)/board/generic_mips64/device.mk)
28 include $(SRC_TARGET_DIR)/product/emulator.mk
generic_armv5.mk 17 # This is a generic product that isn't specialized for a specific device.
20 $(call inherit-product, $(SRC_TARGET_DIR)/product/generic.mk)
sdk_phone_armv7.mk 17 $(call inherit-product, $(SRC_TARGET_DIR)/product/sdk_base.mk)
full.mk 22 $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
23 $(call inherit-product, $(SRC_TARGET_DIR)/board/generic/device.mk)
25 include $(SRC_TARGET_DIR)/product/emulator.mk
full_mips.mk 22 $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
23 $(call inherit-product, $(SRC_TARGET_DIR)/board/generic_mips/device.mk)
25 include $(SRC_TARGET_DIR)/product/emulator.mk
runtime_libart_default.mk 21 include $(SRC_TARGET_DIR)/product/runtime_libart.mk
  /development/tools/labpretest/crespo/
custom_flash.sh 15 # product
27 if [ $product != "crespo" ]; then
32 log_print "getting bootloader file for $product"
33 bootloaderfile=`ls -1 $ROOT/$product/ | sed -n 's/^\(bootloader\.[0-9A-Za-z_]*.img\)\n*/\1/ p'`
38 if [ ! -e "$ROOT/$product/$bootloaderfile" ]; then
39 log_print "bootloader file not found: ./$product/$bootloaderfile"
42 log_print "using $ROOT/$product/$bootloaderfile as bootloader image file"
45 flash_partition $BOOTPART $ROOT/$product/$bootloaderfile
53 # product
71 # product
    [all...]
  /development/tools/labpretest/stingray/
custom_flash.sh 15 # product
27 if [ $product != "stingray" ]; then
32 log_print "getting bootloader file for $product"
33 bootloaderfile=`ls -1 $product/ | sed -n 's/^\(motoboot.[0-9A-Z]*.img\)\n*/\1/ p'`
38 if [ ! -e "$ROOT/$product/$bootloaderfile" ]; then
39 log_print "bootloader file not found: ./$product/$bootloaderfile"
42 log_print "using $ROOT/$product/$bootloaderfile as the bootloader image file"
45 flash_partition $BOOTPART $ROOT/$product/$bootloaderfile
53 # product
71 # product
    [all...]
  /external/eigen/test/eigen2/
eigen2_product_small.cpp 11 #include "product.h"
16 CALL_SUBTEST_1( product(Matrix<float, 3, 2>()) );
17 CALL_SUBTEST_2( product(Matrix<int, 3, 5>()) );
18 CALL_SUBTEST_3( product(Matrix3d()) );
19 CALL_SUBTEST_4( product(Matrix4d()) );
20 CALL_SUBTEST_5( product(Matrix4f()) );
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
mult.h 111 Word32 product; local
117 SMULBB product, var1, var2 local
118 MOV product, product, ASR #15 local
119 CMP product, 0x7FFF local
120 MOVGE product, 0x7FFF local
123 return ((Word16) product);
132 Word32 product; local
138 : "=r"(product)
142 : "=r"(product)
161 register Word32 product; local
    [all...]

Completed in 122 milliseconds

1 2 3 4 5 6 7 8 91011>>