/build/make/tools/releasetools/ |
D | add_img_to_target_files | 140 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "system.img") 141 if os.path.exists(img.name): 143 return img.name 164 CreateImage(OPTIONS.input_tmp, OPTIONS.info_dict, "system", img, 167 return img.name 174 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "system_other.img") 175 if os.path.exists(img.name): 179 CreateImage(OPTIONS.input_tmp, OPTIONS.info_dict, "system_other", img) 186 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "vendor.img") 187 if os.path.exists(img.name): [all …]
|
D | add_img_to_target_files.py | 140 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "system.img") 141 if os.path.exists(img.name): 143 return img.name 164 CreateImage(OPTIONS.input_tmp, OPTIONS.info_dict, "system", img, 167 return img.name 174 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "system_other.img") 175 if os.path.exists(img.name): 179 CreateImage(OPTIONS.input_tmp, OPTIONS.info_dict, "system_other", img) 186 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "vendor.img") 187 if os.path.exists(img.name): [all …]
|
D | sparse_img.py | 354 def GetImagePartitionSize(img): argument 356 simg = SparseImage(img, build_map=False) 359 return os.path.getsize(img)
|
D | common.py | 609 img = tempfile.NamedTemporaryFile() 660 cmd.extend(["--output", img.name]) 685 cmd.extend([path, img.name, 687 info_dict["verity_key"] + ".x509.pem", img.name]) 705 img.name] 716 cmd = [avbtool, "add_hash_footer", "--image", img.name, 725 img.seek(os.SEEK_SET, 0) 726 data = img.read() 730 img.close() 874 img = GetSparseImage(which, tmpdir, input_zip, allow_shared_blocks, [all …]
|
/build/make/core/tasks/ |
D | sdk-addon.mk | 25 addon_dir_img := $(addon_dir_leaf)-img 69 $(addon_dir_img):$(INSTALLED_QEMU_SYSTEMIMAGE):images/$(TARGET_CPU_ABI)/system.img \ 70 $(addon_dir_img):$(INSTALLED_QEMU_VENDORIMAGE):images/$(TARGET_CPU_ABI)/vendor.img \ 71 $(addon_dir_img):$(BUILT_RAMDISK_TARGET):images/$(TARGET_CPU_ABI)/ramdisk.img \ 73 …ddon_dir_img):device/generic/goldfish/data/etc/userdata.img:images/$(TARGET_CPU_ABI)/userdata.img \
|
D | oem_image.mk | 28 BUILT_OEMIMAGE_TARGET := $(PRODUCT_OUT)/oem.img
|
/build/make/tools/droiddoc/templates-pdk/components/ |
D | masthead.cs | 5 <a href="<?cs var:toroot ?>guide/index.html"><img 10 <!-- <img src="<?cs var:toroot ?>assets/images/icon_world.jpg" alt="" /> -->
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | carousel.js | 66 var img = document.createElement("img"); 75 img.setAttribute("src", toRoot + assetsRoot + "images/home/" + droid.icon); 76 img.setAttribute("alt", ""); 79 a.appendChild(img); 107 imgDiv.innerHTML = "<img src='" + toRoot + assetsRoot + "images/home/" + droid.img + "'>";
|
D | android-developer-docs-devguide.css | 17 #jd-content table img {
|
D | android-developer-core.css | 10 html,body,div,h1,h2,h3,h4,h5,h6,p,img, selector 128 li pre, li table, li img { 134 #jd-content dd img { 219 #headerLeft img{ 312 #headerLinks img { 700 #announcement-block img { 725 #carouselMain img { 830 #app-list img { 871 .img-left { 882 .img-right { [all …]
|
D | android-developer-docs.css | 125 #side-nav .toggle-list .toggle-img { 136 #side-nav .toggle-list .toggle-list .toggle-img { 140 #side-nav .closed .toggle-img, 141 #side-nav .open .closed .toggle-img { 144 #side-nav .open .toggle-img { 470 .absent img { 574 #jd-content img { 578 #jd-content li img, 579 #jd-content dd img { 653 .jd-tagdescr img { [all …]
|
D | yui-3.3.0-reset-min.css | 8 …gin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,c… selector
|
/build/make/tools/droiddoc/templates-ndk/assets/ |
D | android-developer-docs.css | 11 html,body,div,h1,h2,h3,h4,h5,h6,p,img, selector 129 li pre, li table, li img { 135 #jd-content dd img { 220 #headerLeft img{ 314 #headerLinks img { 702 #announcement-block img { 727 #carouselMain img { 832 #app-list img { 873 .img-left { 884 .img-right { [all …]
|
/build/make/core/ |
D | Makefile | 466 INSTALLED_RECOVERYIMAGE_TARGET := $(PRODUCT_OUT)/recovery.img 866 INSTALLED_DTBIMAGE_TARGET := $(PRODUCT_OUT)/dtb.img 892 BUILT_RAMDISK_TARGET := $(PRODUCT_OUT)/ramdisk.img 908 INSTALLED_BOOTIMAGE_TARGET := $(PRODUCT_OUT)/boot.img 1579 recovery_ramdisk := $(PRODUCT_OUT)/ramdisk-recovery.img 2009 BUILT_DEBUG_RAMDISK_TARGET := $(PRODUCT_OUT)/ramdisk-debug.img 2084 INSTALLED_DEBUG_BOOTIMAGE_TARGET := $(PRODUCT_OUT)/boot-debug.img 2182 BUILT_SYSTEMIMAGE := $(systemimage_intermediates)/system.img 2264 INSTALLED_SYSTEMIMAGE_TARGET := $(PRODUCT_OUT)/system.img 2492 BUILT_USERDATAIMAGE_TARGET := $(PRODUCT_OUT)/userdata.img [all …]
|
/build/make/tools/fs_config/ |
D | README | 151 - For system.img, but not vendor, oem or odm file references: 155 - For vendor.img file references: -P vendor 156 - For oem.img file references: -P oem 157 - For odm.img file references: -P odm
|
/build/make/tools/droiddoc/templates-ndk/components/ |
D | masthead.cs | 59 <img src="<?cs var:toroot ?>assets/images/dac_logo.png" 128 <img src="<?cs var:toroot ?>assets/images/android.png" height="25" alt="Android"
|
/build/make/tools/droiddoc/templates-pdk/assets/design/ |
D | default.css | 99 img { selector 122 img.with-shadow, 558 …ynexus-land-span-13, .framed-galaxynexus-land-span-13 video, .framed-galaxynexus-land-span-13 img { 566 …laxynexus-port-span-9, .framed-galaxynexus-port-span-9 video, .framed-galaxynexus-port-span-9 img { 574 …laxynexus-port-span-5, .framed-galaxynexus-port-span-5 video, .framed-galaxynexus-port-span-5 img {
|
/build/make/tools/droiddoc/templates-ndk/assets/css/ |
D | default.css | 126 img { selector 128 #jd-content img { 152 img.with-shadow, 602 ol.class-list li img { 848 .framed-galaxynexus-land-span-13 img { 859 .framed-galaxynexus-land-span-8 img { 869 .framed-galaxynexus-port-span-9 img { 879 .framed-galaxynexus-port-span-5 img { 890 .framed-nexus4-port-216 img { 903 .framed-nexus5-port-span-5 img { [all …]
|
/build/make/tools/droiddoc/templates-ndk/ |
D | sampleindex.cs | 44 <img src="<?cs var:toroot ?>assets/images/triangle-opened.png"
|
D | sample.cs | 62 ><img src="<?cs var:realFile ?>" title="<?cs var:page.title ?>">
|
D | docpage.cs | 104 <img src="<?cs var:toroot ?><?cs var:page.landing.image ?>" alt="" />
|
/build/make/core/tasks/tools/ |
D | build_custom_image.mk | 28 my_built_custom_image := $(intermediates)/$(my_custom_image_name).img
|
/build/make/ |
D | Changes.md | 219 $(intermediates)/generated_output.img: 234 $(intermediates)/generated_output.img: PRIVATE_ENV := $(envsh) 235 $(intermediates)/generated_output.img: $(envsh) a/b/c/package.sh 384 $(PRODUCT_OUT)/gen.img: my/src/path/gen.sh 385 export PRODUCT_OUT=$$(cd $(PRODUCT_OUT); pwd); cd my/src/path; ./gen.sh -o $${PRODUCT_OUT}/gen.img
|
D | buildspec.mk.default | 93 # If you want to reduce the system.img size by several meg, and are willing to
|
/build/ |
D | buildspec.mk.default | 93 # If you want to reduce the system.img size by several meg, and are willing to
|