Searched refs:file (Results 1 – 25 of 86) sorted by relevance
1234
/build/tools/ |
D | dump-package-stats | 33 usage: $PROGNAME <.jar/.apk-file-list> 74 for file 76 if [ ! -f "$file" ] 78 fail "$file doesn't exist or isn't a file" 80 unzip -lv "$file" | awk ' 139 print "filesize='$(printFileSize "$file")'", 142 "name=\"'"$file"'\""; 150 fail "Could not get stats for $file"
|
D | fixlinebreaks.sh | 10 for file in $FILES ; do 11 echo $file 12 tr -d \\r < $file > _temp_file 13 mv _temp_file $file
|
D | generate-notice-files.py | 175 for file in files: 176 if file.endswith(".txt"): 177 filename = os.path.join(root, file)
|
/build/core/ |
D | java_library.mk | 60 $(copy-file-to-target) 66 $(copy-file-to-target) 85 $(call copy-file-to-target) 91 $(call copy-file-to-target) 99 $(call dexpreopt-one-file,$<,$@) 102 $(call copy-file-to-target) 111 $(call copy-file-to-target)
|
D | distdir.mk | 37 define copy-one-dist-file 41 $$(copy-file-to-new-target-with-cp) 59 $(foreach file,$(2), \ 60 $(eval fw := $(subst :,$(space),$(file))) \ 66 $(eval $(call copy-one-dist-file,\
|
D | dex_preopt.mk | 38 $$(call copy-file-to-target) 61 define dexpreopt-one-file 62 $(call dexopt-one-file,$(1),$(2)) 68 define dexpreopt-one-file 69 $(call dex2oat-one-file,$(1),$(2))
|
D | dynamic_binary.mk | 12 $(error This file should not be used to build host binaries. Included by (or near) $(lastword $(fi… 59 $(copy-file-to-target) 77 $(copy-file-to-target) 123 $(copy-file-to-target) 127 $(copy-file-to-target-with-cp)
|
D | dex_preopt_libart.mk | 57 define get-odex-file-path 64 define get-image-file-path 88 define dex2oat-one-file 94 --dex-file=$(1) \ 96 --oat-file=$(2) \
|
D | setup_one_odex.mk | 21 my_built_odex := $(call get-odex-file-path,$($(my_2nd_arch_prefix)DEX2OAT_TARGET_ARCH),$(LOCAL_BUIL… 27 my_dex_preopt_image_filename := $(call get-image-file-path,$($(my_2nd_arch_prefix)DEX2OAT_TARGET_AR… 35 my_installed_odex := $(call get-odex-file-path,$($(my_2nd_arch_prefix)DEX2OAT_TARGET_ARCH),$(LOCAL_…
|
D | checktree | 100 for file in files: 101 if not file in have: 102 if not file in added: 103 extras.append(file)
|
D | definitions.mk | 386 define find-parent-file 391 $(call find-parent-file,$(patsubst %/,%,$(dir $(1))),$(2)) \ 1510 define dump-words-to-file 1549 echo Missing file $$f; \ 1573 $(call dump-words-to-file,$(PRIVATE_JAVA_SOURCES),$(PRIVATE_CLASS_INTERMEDIATES_DIR)/java-source-li… 1775 $(call dump-words-to-file, $(PRIVATE_EXTRA_JAR_ARGS), $(dir $@)jar-arg-list) 1847 $$(copy-file-to-new-target-with-cp) 1853 define copy-one-file 1856 $$(copy-file-to-target) 1867 $(eval $(call copy-one-file,$(_cmf_src),$(_cmf_dest))) \ [all …]
|
D | dex_preopt_libart_boot.mk | 48 $(call copy-file-to-target) 59 $(addprefix --dex-file=,$(LIBART_TARGET_BOOT_DEX_FILES)) \ 62 --oat-file=$(patsubst %.art,%.oat,$@) \
|
D | notice_files.mk | 52 $(error Cannot determine where to install NOTICE file for $(LOCAL_MODULE)) 65 @echo Notice file: $< -- $@
|
D | dex_preopt_libdvm.mk | 29 define dexopt-one-file 54 $$(call dexopt-one-file,$$(PRIVATE_DBJ_JAR),$$@)
|
/build/tools/droiddoc/templates-sdk/ |
D | sampleindex.cs | 36 <?cs each:file = files ?> 37 <?cs if:file.Type != "dir" ?> 39 <a href="<?cs var:toroot ?><?cs var:file.Href ?>"><?cs var:file.Name ?></a> 46 <?cs var:file.Name ?></a><?cs 47 if:file.SummaryFlag == "true" ?><span class="dirInfo" 51 <?cs if:file.Sub.0.Name ?> 52 <?cs call:display_files(file.Sub) ?>
|
/build/tools/droiddoc/templates-sdk-dyn/ |
D | sampleindex.cs | 36 <?cs each:file = files ?> 37 <?cs if:file.Type != "dir" ?> 39 <a href="<?cs var:toroot ?><?cs var:file.Href ?>"><?cs var:file.Name ?></a> 46 <?cs var:file.Name ?></a><?cs 47 if:file.SummaryFlag == "true" ?><span class="dirInfo" 51 <?cs if:file.Sub.0.Name ?> 52 <?cs call:display_files(file.Sub) ?>
|
/build/core/tasks/ |
D | factory_bundle.mk | 49 $(if $(_fb_m_built),,$(warning no built file in requested_modules for '$(_fb_m_built)'))\ 50 $(foreach _fb_f,$(_fb_dests),$(eval $(call copy-one-file,$(_fb_m_built),$(root_dir)/$(_fb_f))))\ 60 $(eval $(call copy-one-file,$(TARGET_OUT)/build.prop,$(root_dir)/build.prop)) 63 $(eval $(call copy-one-file,$(PRODUCT_OUT)/factory_ramdisk.img,$(root_dir)/factory_ramdisk.img))
|
D | factory_ramdisk.mk | 45 $(eval $(call copy-one-file,$(_iofrm_src),$(_fulldest))) \ 47 $(warning Warning: Cannot find built file in "$(2)" for "$(1)") \ 68 $(eval $(call copy-one-file,$(TARGET_OUT)/build.prop,$(TARGET_FACTORY_RAMDISK_OUT)/system/build.pro…
|
D | sdk-addon.mk | 31 define stub-addon-jar-file 36 $(call stub-addon-jar-file,$(1)): $(1) | mkstubs 47 $(eval _src := $(call stub-addon-jar-file,$(_src))) \ 78 $(eval $(call copy-one-file,$(_src),$(_dest))) \
|
/build/tools/zipalign/ |
D | README.txt | 6 -c : check alignment only (does not modify file) 15 with a particular alignment relative to the start of the file. This 31 By default, zipalign will not overwrite an existing output file. With the 32 "-f" flag, an existing file will be overwritten.
|
/build/ |
D | buildspec.mk.default | 5 # you may not use this file except in compliance with the License. 18 # This is a do-nothing template file. To use it, copy it to a file 20 # the variables necessary for your desired configuration. The file 107 # when the build system changes such that this file must be updated, this 108 # variable will be changed. After you have modified this file with the new
|
/build/tools/droiddoc/templates-pdk/ |
D | sampleindex.cs | 37 <?cs each:file=files ?> 39 var:file.name ?></a></li>
|
/build/tools/droiddoc/templates-ds/ |
D | sampleindex.cs | 37 <?cs each:file=files ?> 39 var:file.name ?></a></li>
|
/build/tools/droiddoc/templates-sac/ |
D | sampleindex.cs | 37 <?cs each:file=files ?> 39 var:file.name ?></a></li>
|
/build/tools/acp/ |
D | README | 14 - Gets really weird when copying a file called "foo.exe", failing with 15 "cp: skipping file 'foo.exe', as it was replaced while being copied". 16 This only seems to happen when the source file is on an NFS/Samba
|
1234