Searched refs:images (Results 1 – 18 of 18) sorted by relevance
/build/make/tools/releasetools/ |
D | test_add_img_to_target_files.py | 39 def _create_images(images, prefix): argument 45 for image in images: 53 return images, images_path 57 images, _ = self._create_images(['aboot', 'xbl'], 'IMAGES') 58 CheckAbOtaImages(None, images) 62 images, _ = self._create_images(['system', 'vendor'], 'IMAGES') 68 CheckAbOtaImages(None, images + ['modem']) 71 images, _ = self._create_images(['aboot', 'xbl'], 'RADIO') 73 AssertionError, CheckAbOtaImages, None, images + ['baz']) 76 images, images_path = self._create_images(['foo', 'bar'], 'RADIO') [all …]
|
D | test_blockimgdiff.py | 22 from images import DataImage, EmptyImage, FileImage
|
D | ota_metadata.proto | 42 // The build information on the device. The bytes of the running images are thus
|
D | Android.bp | 252 "images.py",
|
D | add_img_to_target_files.py | 609 def AddPackRadioImages(output_zip, images): argument 620 for image in images:
|
D | add_img_to_target_files | 609 def AddPackRadioImages(output_zip, images): 620 for image in images:
|
D | common.py | 43 import images 2056 return images.FileImage(path, hashtree_info_generator=hashtree_info_generator) 3336 DataImage = images.DataImage 3337 EmptyImage = images.EmptyImage
|
D | test_common.py | 30 from images import EmptyImage, DataImage
|
/build/make/core/tasks/ |
D | sdk-addon.mk | 60 …$(if $(findstring images/,$(_dest)), $(eval _root := $(addon_dir_img)), $(eval _root := $(addon_di… 67 $(addon_dir_img):$(INSTALLED_QEMU_SYSTEMIMAGE):images/$(TARGET_CPU_ABI)/system.img \ 68 $(addon_dir_img):$(INSTALLED_QEMU_VENDORIMAGE):images/$(TARGET_CPU_ABI)/vendor.img \ 69 $(addon_dir_img):$(INSTALLED_QEMU_RAMDISKIMAGE):images/$(TARGET_CPU_ABI)/ramdisk.img \ 70 $(addon_dir_img):$(PRODUCT_OUT)/system/build.prop:images/$(TARGET_CPU_ABI)/build.prop \ 71 …$(addon_dir_img):device/generic/goldfish/data/etc/userdata.img:images/$(TARGET_CPU_ABI)/userdata.i… 72 $(addon_dir_img):$(target_notice_file_txt):images/$(TARGET_CPU_ABI)/NOTICE.txt \ 73 $(addon_dir_img):$(PRODUCT_SDK_ADDON_SYS_IMG_SOURCE_PROP):images/source.properties 78 $(addon_dir_img):$(QEMU_VERIFIED_BOOT_PARAMS):images/$(TARGET_CPU_ABI)/VerifiedBootParams.textproto 91 addon_img_source_prop := $(call append-path,$(staging),$(addon_dir_img))/images/$(TARGET_CPU_ABI)/s… [all …]
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-resource-browser.css | 16 background-image: url(images/resource-article.png); 20 background-image: url(images/resource-sample.png); 24 background-image: url(images/resource-tutorial.png);
|
D | android-developer-core.css | 31 background-image:url(images/bg_fade.jpg); 200 background:transparent url(images/preliminary.png) repeat scroll 0 0; */ 248 background-image: url(images/bg_images_sprite.png); 261 background-image: url(images/bg_images_sprite.png); 283 background-image: url(images/bg_images_sprite.png); 297 background-image: url(images/bg_images_sprite.png); 393 background-image:url(images/bg_community_leftDiv.jpg); 432 background-image:url(images/hr_gray_side.jpg); 447 background-image:url(images/hr_gray_main.jpg); 677 background:url(images/home/bg_home_announcement.png) no-repeat 0 0; [all …]
|
D | android-developer-docs.css | 142 background:url('images/triangle-closed-small.png') 7px 4px no-repeat; 145 background:url('images/triangle-opened-small.png') 7px 4px no-repeat; 714 background:url('images/icon_design.png') 5px 13px no-repeat; 1222 background-image:url(images/grad-rule-qv.png); 1504 background: transparent url("images/resizable-s2.gif") repeat scroll center top; } 1506 background: transparent url("images/resizable-e2.gif") repeat scroll right center; }
|
/build/soong/java/ |
D | dexpreopt.go | 178 var images android.Paths 183 images = append(images, variant.imagePathOnHost)
|
/build/make/target/product/security/ |
D | README | 6 NEVER be used to sign packages in publicly released images (as that would 20 signing using the openssl commandline (for boot/system images)
|
/build/make/tools/signtos/ |
D | Android.bp | 17 // the signtos tool - signs Trusty images
|
/build/make/tools/fs_config/end_to_end_test/ |
D | config.fs | 17 # images generated by build tools (mkbootfs and mkyaffs2image) and
|
/build/make/tools/fs_config/ |
D | README.md | 17 in the final stages when building the filesystem images to set the file and directory properties.
|
/build/make/ |
D | Usage.txt | 26 If no targets are specified, the build system will build the images
|