Home
last modified time | relevance | path

Searched refs:product (Results 1 – 25 of 54) sorted by relevance

123

/development/tools/labpretest/stingray/
Dcustom_flash.sh27 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
/development/tools/labpretest/crespo/
Dcustom_flash.sh27 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
/development/tools/labpretest/
Dlabpretest.sh25 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
322 log_print "getting radio file for $product"
323 radiofile=`ls -1 $ROOT/$product | sed -n 's/\(radio[0-9._A-Za-z]\+img\)/\1/ p'`
328 if [ ! -e "$ROOT/$product/$radiofile" ]; then
[all …]
DREADME37 1) Create a new sub directory using the result of "fastboot getvar product".
/development/tools/labpretest/sholes/
Dcustom_flash.sh27 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/ide/emacs/
Dandroid-common.el111 (product (with-current-buffer (find-file-noselect buildspec)
116 (alias (assoc product android-product-alias-map)))
119 product
160 (defun android-adb-command (command &optional product)
167 (if product
/development/ndk/platforms/android-L/include/linux/
Dhidraw.h32 __s16 product; member
Duhid.h50 __u32 product; member
Dhiddev.h35 __s16 product; member
Dinput.h39 __u16 product; member
/development/samples/USB/MissileLauncher/
DREADME.txt8 - filtering for multiple devices based on vendor and product IDs (see device_filter.xml)
/development/ndk/platforms/android-3/include/linux/
Dmod_devicetable.h193 __u16 product; member
Dinput.h32 __u16 product; member
/development/ndk/platforms/android-4/samples/san-angeles/jni/
Dlicense-BSD.txt19 * Neither the name of the software product's copyright owner nor
/development/tutorials/ReverseDebug/
DREADME.txt63 Reading symbols from /usr/local/google/work/master/out/target/product/manta/symbols/system/bin/reve…
/development/ide/xcode/ports-mac.xcodeproj/
Dproject.pbxproj111 productType = "com.apple.product-type.library.static";
/development/ide/xcode/gif.xcodeproj/
Dproject.pbxproj121 productType = "com.apple.product-type.library.static";
/development/ide/xcode/expat.xcodeproj/
Dproject.pbxproj113 productType = "com.apple.product-type.library.static";
/development/ide/xcode/giflib.xcodeproj/
Dproject.pbxproj121 productType = "com.apple.product-type.library.static";
/development/ide/xcode/GL.xcodeproj/
Dproject.pbxproj132 productType = "com.apple.product-type.library.static";
/development/ide/xcode/ports.xcodeproj/
Dproject.pbxproj132 productType = "com.apple.product-type.library.static";
/development/ide/xcode/pvjpeg.xcodeproj/
Dproject.pbxproj129 productType = "com.apple.product-type.library.static";
/development/ide/xcode/libpng.xcodeproj/
Dproject.pbxproj149 productType = "com.apple.product-type.library.static";
/development/tools/apkcheck/
DREADME.txt62 % dexdeps out/target/product/sapphire/system/app/Gmail.apk > Gmail.apk.xml
/development/ide/xcode/chipmunk.xcodeproj/
Dproject.pbxproj147 productType = "com.apple.product-type.library.static";

123