Home
last modified time | relevance | path

Searched refs:product (Results 1 – 25 of 38) 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/vndk/tools/header-checker/utils/
Dutils.py41 def __init__(self, is_2nd, product): argument
47 build_vars = get_build_vars_for_product(build_vars_to_fetch, product)
148 def make_targets(product, variant, targets): argument
150 'TARGET_PRODUCT=' + product, 'TARGET_BUILD_VARIANT=' + variant]
155 def make_tree(product, variant): argument
157 return make_targets(product, variant, ['findlsdumps'])
160 def make_libraries(product, variant, vndk_version, targets, libs): argument
162 lsdump_paths = read_lsdump_paths(product, variant, vndk_version, targets,
170 make_targets(product, variant, make_target_paths)
173 def get_lsdump_paths_file_path(product, variant): argument
[all …]
Dcreate_reference_dumps.py34 def make_libs_for_product(libs, product, variant, vndk_version, targets): argument
35 print('making libs for', product + '-' + variant)
37 make_libraries(product, variant, vndk_version, targets, libs)
39 make_tree(product, variant)
129 for product in args.products:
132 product, args.build_variant)
144 targets = [Target(True, product), Target(False, product)]
155 make_libs_for_product(args.libs, product, args.build_variant,
158 lsdump_paths = read_lsdump_paths(product, args.build_variant,
/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/python-packages/adb/
Ddevice.py71 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/
Dbuild_mixed163 [/product]="PRODUCT SYSTEM/product" \
223 unzip -l "$SYSTEM_TARGET_FILES_ARCHIVE" | grep -q IMAGES/product.img &&
224 EXTRACT_SYSTEM_FILE_LIST+=(IMAGES/product.img)
278 if [[ -f "$SYSTEM_IMAGES_DIR"/product.img ]]; then
279 cp "$SYSTEM_IMAGES_DIR"/product.img "$DEVICE_IMAGES_DIR"/
281 rm -f "$DEVICE_IMAGES_DIR"/product.img
/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/apps/SdkSetup/
DCleanSpec.mk47 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/product/priv-app/SdkSetup)
48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/product/priv-app/SdkSetup)
/development/vndk/tools/definition-tool/tools/
Dupdate_dataset_auto.py72 product = os.environ['TARGET_PRODUCT']
82 print('product:', product)
86 make_vars = os.path.join(out_dir, 'soong', 'make_vars-' + product + '.mk')
/development/scripts/
Dgdbclient23 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/vndk/tools/image-diff-tool/
Dallowlist.txt9 system/build.prop=ro.build.product
/development/samples/USB/MissileLauncher/
DREADME.txt8 - filtering for multiple devices based on vendor and product IDs (see device_filter.xml)
/development/vndk/tools/sourcedr/ninja/
Dlist_installed_module_under_source.py32 for install, path in itertools.product(installs, paths):
/development/vndk/tools/definition-tool/
DREADME.md51 * `$(YOUR_DEVICE_NAME)` has to be replaced by your own device product name.
Dvndk_definition_tool.py2306 for src, dst in itertools.product(srcs, dsts):
3487 self._check_arg_dir_exists('--product', args.product)
3508 args.product,
4068 apk_deps = scan_apk_dep(graph, args.system, args.vendor, args.product,
4317 graph, args.system, args.vendor, args.product, args.system_ext,
/development/tools/apkcheck/
DREADME.txt62 % dexdeps out/target/product/sapphire/system/app/Gmail.apk > Gmail.apk.xml
/development/sdk/
Dsdk_files_NOTICE.txt47 This product includes software developed as part of
59 This product includes software developed at
238 commercial product offering should do so in a manner which does not
240 Contributor includes the Program in a commercial product offering,
247 distribution of the Program in a commercial product offering. The
258 product offering, Product X. That Contributor is then a Commercial
1202 software in a product, an acknowledgment in the product
1409 names, trademarks, service marks, or product names of the Licensor,
2128 names, trademarks, service marks, or product names of the Licensor,
3332 names, trademarks, service marks, or product names of the Licensor,
[all …]
/development/apps/Fallback/
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,
/development/apps/NinePatchLab/
DNOTICE152 names, trademarks, service marks, or product names of the Licensor,

12