Searched refs:file (Results 1 – 25 of 94) 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 | 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 | java_library.mk | 70 $(copy-file-to-target) 77 $(copy-file-to-target) 89 $(call initialize-package-file,$(PRIVATE_SOURCE_ARCHIVE),$@) 101 $(call copy-file-to-target) 109 $(call dexpreopt-one-file,$<,$@) 112 $(call copy-file-to-target) 121 $(call copy-file-to-target)
|
D | dynamic_binary.mk | 12 $(error This file should not be used to build host binaries. Included by (or near) $(lastword $(fi… 72 $(copy-file-to-target) 87 $(copy-file-to-target) 136 $(copy-file-to-target) 140 $(copy-file-to-target-with-cp)
|
D | dex_preopt_libart.mk | 64 define get-odex-file-path 71 define get-image-file-path 95 define dex2oat-one-file 101 --dex-file=$(1) \ 103 --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)) \ 1214 define compile-dotdot-cpp-file 1227 define compile-dotdot-c-file 1240 define compile-dotdot-s-file 1253 define compile-dotdot-s-file-no-deps 1498 $(copy-file-to-target) 1683 define dump-words-to-file 1722 echo Missing file $$f; \ 1746 $(call dump-words-to-file,$(PRIVATE_JAVA_SOURCES),$(PRIVATE_CLASS_INTERMEDIATES_DIR)/java-source-li… [all …]
|
D | dex_preopt.mk | 39 $$(call copy-file-to-target) 55 define dexpreopt-one-file 56 $(call dex2oat-one-file,$(1),$(2))
|
D | dex_preopt_libart_boot.mk | 45 $(call copy-file-to-target) 56 $(addprefix --dex-file=,$(LIBART_TARGET_BOOT_DEX_FILES)) \ 59 --oat-file=$(patsubst %.art,%.oat,$@) \
|
/build/tools/droiddoc/templates-sdk-dev/ |
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-ndk/ |
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/ |
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/fs_config/ |
D | fs_config_generate.c | 57 bool dir = false, file = false; in main() local 64 if (file) { in main() 77 file = true; in main() 100 if (!file && !dir) { in main()
|
/build/tools/zipalign/ |
D | README.txt | 6 -c : check alignment only (does not modify file) 16 with a particular alignment relative to the start of the file. This 32 By default, zipalign will not overwrite an existing output file. With the 33 "-f" flag, an existing file will be overwritten. 37 The "-p" flag aligns any file with a ".so" extension, and which is stored
|
/build/target/board/generic/sepolicy/ |
D | goldfish_setup.te | 7 # Inherit open file to shell (interpreter) for script. 8 allow goldfish_setup shell_exec:file read; 11 allow goldfish_setup system_file:file execute_no_trans;
|
/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/core/combo/ |
D | TARGET_linux-mips64.mk | 140 $(shell $(TARGET_CC) $(TARGET_GLOBAL_CFLAGS) -print-file-name=libgcc.a) 142 $(shell $(TARGET_CC) $(TARGET_GLOBAL_CFLAGS) -print-file-name=libatomic.a) 143 LIBGCC_EH := $(shell $(TARGET_CC) $(TARGET_GLOBAL_CFLAGS) -print-file-name=libgcc_eh.a) 148 --print-file-name=libgcov.a)
|
D | TARGET_linux-mips.mk | 136 …d_arch_prefix)TARGET_CC) $($(combo_2nd_arch_prefix)TARGET_GLOBAL_CFLAGS) -print-file-name=libgcc.a) 138 …rch_prefix)TARGET_CC) $($(combo_2nd_arch_prefix)TARGET_GLOBAL_CFLAGS) -print-file-name=libatomic.a) 139 …rch_prefix)TARGET_CC) $($(combo_2nd_arch_prefix)TARGET_GLOBAL_CFLAGS) -print-file-name=libgcc_eh.a) 144 --print-file-name=libgcov.a)
|
/build/core/tasks/ |
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/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>
|
1234