Home
last modified time | relevance | path

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

12

/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/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/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/samples/browseable/MidiScope/src/com.example.android.common.midi/
DMidiTools.java31 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/
DMidiTools.java31 String manufacturer, String product) { in findDevice() argument
39 if ((product != null) && product.equals(deviceProduct)) { in findDevice()
/development/python-packages/adb/
Ddevice.py70 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/
Dhidraw.h32 __s16 product; member
Duhid.h50 __u32 product; member
Dhiddev.h35 __s16 product; member
Dinput.h39 __u16 product; member
/development/scripts/
Dgdbclient20 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/
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/tools/apkcheck/
DREADME.txt62 % dexdeps out/target/product/sapphire/system/app/Gmail.apk > Gmail.apk.xml
/development/apps/DevelopmentSettings/
DNOTICE152 names, trademarks, service marks, or product names of the Licensor,
/development/apps/Fallback/
DNOTICE152 names, trademarks, service marks, or product names of the Licensor,
/development/samples/CubeLiveWallpaper/
DNOTICE152 names, trademarks, service marks, or product names of the Licensor,
/development/apps/Development/
DNOTICE152 names, trademarks, service marks, or product names of the Licensor,
/development/apps/CustomLocale/
DNOTICE152 names, trademarks, service marks, or product names of the Licensor,

12