Searched refs:file (Results 1 - 25 of 68) sorted by relevance

123

/build/tools/
H A Dfixlinebreaks.sh10 for file in $FILES ; do
11 echo $file
12 tr -d \\r < $file > _temp_file
13 mv _temp_file $file
H A Ddump-package-stats6 # you may not use this file except in compliance with the License.
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"
[all...]
H A Dgenerate-notice-files.py6 # you may not use this file except in compliance with the License.
17 Usage: generate-notice-files [plain text output file] [html output file] [file title] [directory of notices]
56 print """need exactly four arguments, the two output files, the file title
65 """Calculate an MD5 of the file given by FILENAME,
89 .file-list { margin-left: 1em; color: blue; }
107 # Open the output file, and output the header pieces
128 # Output the individual notice file lists
132 print >> output_file, '<div class="label">Notices for file(
[all...]
/build/core/
H A Ddistdir.mk5 # you may not use this file except in compliance with the License.
33 # $(1): source file
34 # $(2): destination file
35 # $(3): goals that should copy the file
37 define copy-one-dist-file
41 $$(copy-file-to-new-target-with-cp)
47 # copy-one-dist-file to avoid multiple rules for the same target.
54 # $(2): the dist files to add to those goals. If the file contains ':',
55 # the text following the colon is the name that the file is copied
59 $(foreach file,
[all...]
H A Ddynamic_binary.mk6 ## Files including this file must define a rule to build
12 $(error This file should not be used to build host binaries. Included by (or near) $(lastword $(filter-out config/%,$(MAKEFILE_LIST))))
25 # The name of the target file, without any path prepended.
49 # The includer of this file will define a rule to build this target.
88 $(copy-file-to-target)
101 $(copy-file-to-target)
127 $(copy-file-to-target)
131 $(copy-file-to-target-with-cp)
H A Djava_library.mk29 # This file will be the one that other modules should depend on.
75 $(copy-file-to-target)
81 $(copy-file-to-target)
101 $(call copy-file-to-target)
106 $(call copy-file-to-target)
117 $(call dexpreopt-one-file,$<,$@)
120 $(call copy-file-to-target)
129 $(call copy-file-to-target)
H A Dchecktree100 for file in files:
101 if not file in have:
102 if not file in added:
103 extras.append(file)
H A Dnotice_files.mk52 $(error Cannot determine where to install NOTICE file for $(LOCAL_MODULE))
57 # In case it's actually a host file
65 @echo Notice file: $< -- $@
77 # we install the NOTICE file even if a module gets built but not installed,
90 # NOTICE file does not exist
94 # Create a predictable, phony target to build this notice file.
95 # Define it even if the notice file doesn't exist so that other
H A Draw_executable.mk8 $(LOCAL_BUILT_MODULE) : PRIVATE_LIBS := `$(TARGET_CC) -mthumb-interwork -print-libgcc-file-name`
H A Ddex_preopt.mk33 # $(1): the input .jar or .apk file
34 # $(2): the output .odex file
35 define dexpreopt-one-file
55 $$(call dexpreopt-one-file,$$(PRIVATE_DBJ_JAR),$$@)
58 $$(call copy-file-to-target)
H A Ddefinitions.mk5 # you may not use this file except in compliance with the License.
89 # Generated class file names for Android resource.
333 ## Find various file types in a list of directories relative to $(LOCAL_PATH)
348 ## a particular file. Returns the first match found,
352 define find-parent-file
357 $(call find-parent-file,$(patsubst %/,%,$(dir $(1))),$(2)) \
373 ## $(call add-prebuilt-file, srcfile, [targetclass])
376 define add-prebuilt-file
396 $(foreach f,$(2),$(call add-prebuilt-file,$f,$(1)))
503 ## Evaluates to the timestamp file fo
[all...]
H A Dcleanspec.mk4 # you may not use this file except in compliance with the License.
32 # a file or delete some intermediate files, add a clean step to the end
48 # that you made last week required touching a file and a change you
49 # made today requires touching the same file, just copy the old
/build/core/tasks/
H A Dfactory_bundle.mk5 # you may not use this file except in compliance with the License.
49 $(if $(_fb_m_built),,$(error 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))
H A Dfactory_ramdisk.mk5 # you may not use this file except in compliance with the License.
34 # This function selects the module built file based on the install path.
45 $(eval $(call copy-one-file,$(_iofrm_src),$(_fulldest))) \
68 $(eval $(call copy-one-file,$(TARGET_OUT)/build.prop,$(TARGET_FACTORY_RAMDISK_OUT)/system/build.prop))
77 $(call pretty,"Target factory ram disk file system: $@")
H A Dsdk-addon.mk4 # you may not use this file except in compliance with the License.
30 define stub-addon-jar-file
35 $(call stub-addon-jar-file,$(1)): $(1) | mkstubs
46 $(eval _src := $(call stub-addon-jar-file,$(_src))) \
68 $(eval $(call copy-one-file,$(_src),$(_dest))) \
99 # When not building an sdk_repo, just dist the addon zip file
/build/tools/droiddoc/templates-sdk/
H A Dsampleindex.cs36 <?cs each:file = files ?>
37 <?cs if:file.Type != "dir" ?>
38 <div class="structure-<?cs var:file.Type ?>">
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"
48 >[&nbsp;<a href="file.SummaryHref">Info</a>&nbsp;]</a></span><?cs
51 <?cs if:file.Sub.0.Name ?>
52 <?cs call:display_files(file
[all...]
H A Dsample.cs54 <!-- begin file contents -->
60 <h3 id="file-location" style="clear:left">Source file location</h3>
61 <p>The file containing the source code shown below is located in the corresponding directory in
65 <!-- end file contents -->
/build/tools/apicheck/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
18 # We use copy-file-to-new-target so that the installed
19 # script file's timestamp is at least as new as the
20 # .jar file it wraps.
36 $(copy-file-to-new-target)
/build/tools/droiddoc/templates-ds/
H A Dsampleindex.cs37 <?cs each:file=files ?>
38 <li><a href="<?cs var:file.href ?>"><?cs
39 var:file.name ?></a></li>
/build/tools/droiddoc/templates-pdk/
H A Dsampleindex.cs37 <?cs each:file=files ?>
38 <li><a href="<?cs var:file.href ?>"><?cs
39 var:file.name ?></a></li>
/build/tools/droiddoc/templates-sac/
H A Dsampleindex.cs37 <?cs each:file=files ?>
38 <li><a href="<?cs var:file.href ?>"><?cs
39 var:file.name ?></a></li>
/build/core/combo/
H A DHOST_linux-x86.mk5 # you may not use this file except in compliance with the License.
20 # $(1): The file to check
21 define get-file-size
/build/core/combo/arch/x86/
H A Dx86-atom.mk1 # This file contains feature macro definitions specific to the
/build/tools/check_prereq/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/build/tools/droiddoc/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.

Completed in 6799 milliseconds

123