/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/ |
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/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/vndk/tools/header-checker/utils/ |
D | create_reference_dumps.py | 25 def __init__(self, has_2nd, product): argument 31 build_vars = get_build_vars_for_product(build_vars_to_fetch, product) 75 def get_ref_dump_dir_stem(args, vndk_or_ndk, product, chosen_vndk_version): argument 77 if get_build_vars_for_product(['BINDER32BIT'], product)[0] == 'true': 86 def make_libs_for_product(libs, llndk_mode, product, variant, targets): argument 87 print('making libs for', product + '-' + variant) 89 make_libraries(product, variant, targets, libs, llndk_mode) 91 make_tree(product, variant) 106 def remove_references_for_all_arches_and_variants(args, product, targets, argument 114 get_ref_dump_dir_stem(args, 'vndk', product, chosen_vndk_version), [all …]
|
D | utils.py | 142 def make_targets(product, variant, targets): argument 144 'TARGET_PRODUCT=' + product, 'TARGET_BUILD_VARIANT=' + variant] 149 def make_tree(product, variant): argument 151 return make_targets(product, variant, ['findlsdumps']) 154 def make_libraries(product, variant, targets, libs, llndk_mode): argument 156 lsdump_paths = read_lsdump_paths(product, variant, targets, build=True) 160 make_targets(product, variant, targets) 163 def get_lsdump_paths_file_path(product, variant): argument 166 ['PRODUCT_OUT'], product, variant)[0] 222 def read_lsdump_paths(product, variant, targets, build=True): argument [all …]
|
/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/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/python-packages/adb/ |
D | device.py | 71 def _get_unique_device(product=None, adb_path='adb'): argument 75 return AndroidDevice(devices[0], product, adb_path) 78 def _get_device_by_serial(serial, product=None, adb_path='adb'): argument 81 return AndroidDevice(serial, product, adb_path) 85 def get_device(serial=None, product=None, adb_path='adb'): argument 107 return _get_device_by_serial(serial, product, adb_path) 111 return _get_device_by_serial(android_serial, product, adb_path) 113 return _get_unique_device(product, adb_path=adb_path) 262 def __init__(self, serial, product=None, adb_path='adb'): argument 264 self.product = product [all …]
|
/development/vndk/tools/ |
D | build_mixed | 149 unzip -l "$SYSTEM_TARGET_FILES_ARCHIVE" | grep -q IMAGES/product.img && 150 EXTRACT_FILE_LIST+=(IMAGES/product.img) 216 if [[ -f "$SYSTEM_IMAGES_DIR"/product.img ]]; then 217 cp "$SYSTEM_IMAGES_DIR"/product.img "$DEVICE_IMAGES_DIR"/ 219 rm -f "$DEVICE_IMAGES_DIR"/product.img
|
/development/vndk/tools/definition-tool/tools/ |
D | update_dataset_auto.py | 72 product = os.environ['TARGET_PRODUCT'] 82 print('product:', product) 86 make_vars = os.path.join(out_dir, 'soong', 'make_vars-' + product + '.mk')
|
/development/ndk/zlib/ |
D | NOTICE | 13 in a product, an acknowledgment in the product documentation would be
|
/development/scripts/ |
D | gdbclient | 23 candidate=`adb shell getprop ro.product.device | tr -d '\r\n'` 154 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/vndk/tools/sourcedr/ninja/ |
D | list_installed_module_under_source.py | 32 for install, path in itertools.product(installs, paths):
|
/development/vndk/tools/definition-tool/ |
D | README.md | 51 * `$(YOUR_DEVICE_NAME)` has to be replaced by your own device product name.
|
/development/tools/apkcheck/ |
D | README.txt | 62 % dexdeps out/target/product/sapphire/system/app/Gmail.apk > Gmail.apk.xml
|
/development/samples/VoicemailProviderDemo/ |
D | NOTICE | 152 names, trademarks, service marks, or product names of the Licensor,
|
/development/samples/AccelerometerPlay/ |
D | NOTICE | 152 names, trademarks, service marks, or product names of the Licensor,
|
/development/apps/GestureBuilder/ |
D | NOTICE | 152 names, trademarks, service marks, or product names of the Licensor,
|
/development/apps/SdkSetup/ |
D | NOTICE | 152 names, trademarks, service marks, or product names of the Licensor,
|
/development/cmds/monkey/ |
D | NOTICE | 152 names, trademarks, service marks, or product names of the Licensor,
|
/development/apps/NinePatchLab/ |
D | NOTICE | 152 names, trademarks, service marks, or product names of the Licensor,
|