Home
last modified time | relevance | path

Searched refs:file (Results 1 – 25 of 94) sorted by relevance

1234

/build/tools/
Ddump-package-stats33 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"
Dfixlinebreaks.sh10 for file in $FILES ; do
11 echo $file
12 tr -d \\r < $file > _temp_file
13 mv _temp_file $file
Dgenerate-notice-files.py175 for file in files:
176 if file.endswith(".txt"):
177 filename = os.path.join(root, file)
/build/core/
Ddistdir.mk37 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,\
Djava_library.mk70 $(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)
Ddynamic_binary.mk12 $(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)
Ddex_preopt_libart.mk64 define get-odex-file-path
71 define get-image-file-path
95 define dex2oat-one-file
101 --dex-file=$(1) \
103 --oat-file=$(2) \
Dsetup_one_odex.mk21 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_…
Dchecktree100 for file in files:
101 if not file in have:
102 if not file in added:
103 extras.append(file)
Ddefinitions.mk386 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 …]
Ddex_preopt.mk39 $$(call copy-file-to-target)
55 define dexpreopt-one-file
56 $(call dex2oat-one-file,$(1),$(2))
Ddex_preopt_libart_boot.mk45 $(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/
Dsampleindex.cs36 <?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/
Dsampleindex.cs36 <?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/
Dsampleindex.cs36 <?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/
Dfs_config_generate.c57 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/
DREADME.txt6 -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/
Dgoldfish_setup.te7 # 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/
Dbuildspec.mk.default5 # 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/
DTARGET_linux-mips64.mk140 $(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)
DTARGET_linux-mips.mk136 …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/
Dsdk-addon.mk31 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/
Dsampleindex.cs37 <?cs each:file=files ?>
39 var:file.name ?></a></li>
/build/tools/droiddoc/templates-ds/
Dsampleindex.cs37 <?cs each:file=files ?>
39 var:file.name ?></a></li>
/build/tools/droiddoc/templates-sac/
Dsampleindex.cs37 <?cs each:file=files ?>
39 var:file.name ?></a></li>

1234