/development/tools/labpretest/ |
D | labpretest.sh | 25 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 …]
|
D | README | 37 1) Create a new sub directory using the result of "fastboot getvar product".
|
/development/tools/labpretest/stingray/ |
D | custom_flash.sh | 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
|
/development/tools/labpretest/crespo/ |
D | custom_flash.sh | 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
|
/development/tools/labpretest/sholes/ |
D | custom_flash.sh | 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/ide/emacs/ |
D | android-common.el | 111 (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/samples/browseable/MidiScope/src/com.example.android.common.midi/ |
D | MidiTools.java | 31 String manufacturer, String product) { in findDevice() argument 39 if ((product != null) && product.equals(deviceProduct)) { in findDevice()
|
/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/ |
D | MidiTools.java | 31 String manufacturer, String product) { in findDevice() argument 39 if ((product != null) && product.equals(deviceProduct)) { in findDevice()
|
/development/python-packages/adb/ |
D | device.py | 70 def _get_unique_device(product=None, adb_path='adb'): argument 74 return AndroidDevice(devices[0], product, adb_path) 77 def _get_device_by_serial(serial, product=None, adb_path='adb'): argument 80 return AndroidDevice(serial, product, adb_path) 84 def get_device(serial=None, product=None, adb_path='adb'): argument 106 return _get_device_by_serial(serial, product, adb_path) 110 return _get_device_by_serial(android_serial, product, adb_path) 112 return _get_unique_device(product, adb_path=adb_path) 227 def __init__(self, serial, product=None, adb_path='adb'): argument 229 self.product = product [all …]
|
/development/ndk/platforms/android-21/include/linux/ |
D | hidraw.h | 32 __s16 product; member
|
D | uhid.h | 50 __u32 product; member
|
D | hiddev.h | 35 __s16 product; member
|
D | input.h | 39 __u16 product; member
|
/development/scripts/ |
D | gdbclient | 20 candidate=`adb shell getprop ro.product.device | tr -d '\r\n'` 151 local CPU_ABI=`adb shell getprop ro.product.cpu.abilist | tr -d '\r\n'`
|
/development/samples/USB/MissileLauncher/ |
D | README.txt | 8 - filtering for multiple devices based on vendor and product IDs (see device_filter.xml)
|
/development/ndk/platforms/android-3/include/linux/ |
D | mod_devicetable.h | 193 __u16 product; member
|
D | input.h | 32 __u16 product; member
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
D | license-BSD.txt | 19 * Neither the name of the software product's copyright owner nor
|
/development/tutorials/ReverseDebug/ |
D | README.txt | 63 Reading symbols from /usr/local/google/work/master/out/target/product/manta/symbols/system/bin/reve…
|
/development/tools/apkcheck/ |
D | README.txt | 62 % dexdeps out/target/product/sapphire/system/app/Gmail.apk > Gmail.apk.xml
|
/development/apps/DevelopmentSettings/ |
D | NOTICE | 152 names, trademarks, service marks, or product names of the Licensor,
|
/development/apps/Fallback/ |
D | NOTICE | 152 names, trademarks, service marks, or product names of the Licensor,
|
/development/samples/CubeLiveWallpaper/ |
D | NOTICE | 152 names, trademarks, service marks, or product names of the Licensor,
|
/development/apps/Development/ |
D | NOTICE | 152 names, trademarks, service marks, or product names of the Licensor,
|
/development/apps/CustomLocale/ |
D | NOTICE | 152 names, trademarks, service marks, or product names of the Licensor,
|