Searched refs:product (Results 1 - 7 of 7) sorted by relevance

/development/tools/labpretest/crespo/
H A Dcustom_flash.sh15 # 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/
H A Dcustom_flash.sh15 # 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...]
/development/tools/labpretest/sholes/
H A Dcustom_flash.sh15 # product
27 if [ $product != "sholes" ]; then
32 log_print "getting bootloader file for $product"
43 if [ ! -e "$ROOT/$product/$bootloaderfile" ]; then
44 log_print "bootloader file not found: ./$product/$bootloaderfile"
47 log_print "using $ROOT/$product/$bootloaderfile as the bootloader image file"
50 flash_partition $BOOTPART $ROOT/$product/$bootloaderfile
/development/tools/labpretest/
H A Dlabpretest.sh25 product=''
266 # product
283 log_print "getting bootloader file for $product"
284 bootloaderfile=`ls -1 $ROOT/$product | sed -n 's/\(.*boot[0-9._]\+img\)/\1/ p'`
289 if [ ! -e "$ROOT/$product/$bootloaderfile" ]; then
290 log_print "bootloader file not found: ./$product/$bootloaderfile"
293 log_print "using $ROOT/$product/$bootloaderfile as the bootloader image file"
296 flash_partition $bootpart $ROOT/$product/$bootloaderfile
305 # product
322 log_print "getting radio file for $product"
[all...]
/development/ide/emacs/
H A Dandroid-common.el25 ;; If the path the product's files/image uses an a product alias, you
26 ;; need to add a mapping in `android-product-alias-map'. For instance
27 ;; if TARGET_PRODUCT is foo but the build directory is out/target/product/bar,
54 (defcustom android-product-alias-map nil
55 "Alist between product targets (declared in buildspec.mk) and actual
56 product build directory used by `android-product'.
59 is 'out/target/product/bar', you need to add a mapping Target:foo -> Alias:bar."
102 (defun android-product ()
[all...]
/development/ndk/platforms/android-3/include/linux/
H A Dmod_devicetable.h193 __u16 product; member in struct:input_device_id
H A Dinput.h32 __u16 product; member in struct:input_id

Completed in 658 milliseconds