Home
last modified time | relevance | path

Searched refs:name (Results 1 – 25 of 84) sorted by relevance

1234

/build/tools/releasetools/
Dota_from_target_files124 result = tgtfiles.get("path:" + src.name)
135 if result is not None and existing.get(result.name) is None:
137 result = tgtfiles.get("file:" + src.name.split("/")[-1])
138 if result is not None and existing.get(result.name) is None:
146 def __init__(self, name, dir=False): argument
147 self.name = name
155 if name:
156 self.parent = Item.Get(os.path.dirname(name), dir=True)
165 print "%s%s %d %d %o" % (" "*indent, self.name, self.uid, self.gid, self.mode)
167 print "%s%s %s %s %s" % (" "*indent, self.name, self.uid, self.gid, self.mode)
[all …]
Dcommon.py133 name, value = line.split(" ", 1)
135 if name == "blocksize":
136 d[name] = value
138 d[name + "_size"] = value
170 name, value = line.split("=", 1)
171 d[name] = value
311 cmd.extend(["--ramdisk", ramdisk_img.name,
312 "--output", img.name])
328 def GetBootableImage(name, prebuilt_name, unpack_dir, tree_subdir, argument
338 return File.FromLocalFile(name, prebuilt_path)
[all …]
Dimg_from_target_files84 image_props, img.name)
126 image_props, img.name)
129 common.CheckSize(img.name, "vendor.img", OPTIONS.info_dict)
130 output_zip.write(img.name, "vendor.img")
157 succ = build_image.BuildImage(user_dir, image_props, img.name)
160 common.CheckSize(img.name, "userdata.img", OPTIONS.info_dict)
161 output_zip.write(img.name, "userdata.img")
189 succ = build_image.BuildImage(user_dir, image_props, img.name)
192 common.CheckSize(img.name, "cache.img", OPTIONS.info_dict)
193 output_zip.write(img.name, "cache.img")
Dcheck_target_files_signatures113 def Add(self, cert, name=None): argument
115 if name:
116 self.certs[cert] = self.certs[cert] + "," + name
118 if name is None:
119 name = "unknown cert %s (%s)" % (common.sha1(cert).hexdigest()[:12],
121 self.certs[cert] = name
140 name, _ = os.path.splitext(i)
141 name, _ = os.path.splitext(name)
142 self.Add(cert, name)
217 name = m.group(1)
[all …]
Dsign_target_files_apks115 name = os.path.basename(info.filename)
116 if name not in apk_key_map:
117 unknown_apks.append(name)
133 common.SignFile(unsigned.name, signed.name, keyname, pw, align=4)
151 name = os.path.basename(info.filename)
152 key = apk_key_map[name]
154 print " signing: %-*s (%s)" % (maxsize, name, key)
159 print "NOT signing: %s" % (name,)
/build/
Denvsetup.sh974 …find -E . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.(c|h|cpp|S|java|xml|sh|…
981 …find . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.\(c\|h\|cpp\|S\|java\|xml\…
993 …find . -name .repo -prune -o -name .git -prune -o -type f -name "*\.java" -print0 | xargs -0 grep…
998 …find . -name .repo -prune -o -name .git -prune -o -type f \( -name '*.c' -o -name '*.cc' -o -name
1003 …for dir in `find . -name .repo -prune -o -name .git -prune -o -name res -type d`; do find $dir -ty…
1008 …find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -type f -name 'AndroidMani…
1013 …find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -name sepolicy -type d -pr…
1020 …find -E . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -type f -iregex '.*/(Ma…
1025 …find -E . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.(c|h|cpp|S|java|xml)' -p…
1032 …find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -regextype posix-egrep -ir…
[all …]
/build/core/
DMakefile262 name := $(TARGET_PRODUCT) macro
264 name := $(name)_debug macro
266 name := $(name)-apkcerts-$(FILE_NAME_TAG) macro
269 APKCERTS_FILE := $(intermediates)/$(name).txt
1125 name := $(TARGET_PRODUCT) macro
1127 name := $(name)_debug macro
1129 name := $(name)-target_files-$(FILE_NAME_TAG) macro
1132 BUILT_TARGET_FILES_PACKAGE := $(intermediates)/$(name).zip
1135 zip_root := $(intermediates)/$(name)
1289 name := $(TARGET_PRODUCT) macro
[all …]
Ddevice.mk53 define _resolve-short-device-name
74 define resolve-short-device-name
75 $(strip $(call _resolve-short-device-name,$(1)))
Ddefinitions.mk181 find -L $(1) -name "*.java" -and -not -name ".*") \
203 find -L $(1) -name "*.c" -and -not -name ".*") \
225 find -L $(1) -name "I*.aidl" -and -not -name ".*") \
246 find -L $(1) -name "*.logtags" -and -not -name ".*") \
259 find -L $(1) -name "*.proto" -and -not -name ".*") \
272 find -L $(1) \( -name "*.rs" -or -name "*.fs" \) -and -not -name ".*") \
285 find -L $(1) -name "*.html" -and -not -name ".*") \
317 $(LOCAL_PATH) ; find -L $(1) -maxdepth 1 -name $(2))))
327 …$(shell if [ -d $(1) ] ; then cd $(1) ; find ./ -not -name '.*' -and -type f -and -not -type l ; f…
337 $(call find-subdir-files,$(1) -name "*.java" -and -not -name ".*")
[all …]
Dproduct.mk31 $(shell test -d device && find device -maxdepth 6 -name AndroidProducts.mk) \
32 $(shell test -d vendor && find vendor -maxdepth 6 -name AndroidProducts.mk) \
189 define _resolve-short-product-name
206 define resolve-short-product-name
207 $(strip $(call _resolve-short-product-name,$(1)))
Dbase_rules.mk64 $(warning *** Module name: $(LOCAL_MODULE))
311 -type d -a -name ".svn" -prune -o \
313 -a \! -name "*.java" \
314 -a \! -name "package.html" \
315 -a \! -name "overview.html" \
316 -a \! -name ".*.swp" \
317 -a \! -name ".DS_Store" \
318 -a \! -name "*~" \
/build/tools/droiddoc/templates-sdk/
Dhead_tag.cs7 ?><meta name="top_category" value="develop" /><?cs
9 ?><meta name="top_category" value="google" /><?cs
11 ?><meta name="top_category" value="css-fullscreen" /><?cs
18 <meta name="viewport" content="width=device-width" />
21 <meta name="Description" content="<?cs var:page.metaDescription ?>"><?cs
Dclasses.cs10 <a name="top"></a>
22 <a href="#letter_<?cs name:letter ?>"><?cs name:letter ?></a>&nbsp;&nbsp;<?cs /each?>
27 <h2 id="letter_<?cs name:letter ?>"><?cs name:letter ?></h2>
Dclass.cs11 <a name="top"></a>
111 <h1 itemprop="name"><?cs var:class.name ?></h1>
194 …<span class="sympad"><?cs call:cond_link(method.name, toroot, method.href, included) ?></span>(<?c…
212 … <td class="jd-linkcol"><?cs call:cond_link(field.name, toroot, field.href, included) ?></td>
224 <td class="jd-linkcol"><?cs call:cond_link(field.name, toroot, field.href, included) ?></td>
240 …a href="<?cs var:toroot ?><?cs var:attr.href ?>"><?cs /if ?><?cs var:attr.name ?><?cs if:included …
242 <?cs call:cond_link(m.name, toroot, m.href, included) ?>
/build/tools/
Dpost_process_props.py46 def get(self, name): argument
47 key = name + "="
53 def put(self, name, value): argument
54 key = name + "="
Ddump-package-stats40 filesize=642684 all=603288/919304 dex=119529/353815 name="out/App.apk"
43 name: the name of the package as passed to $PROGNAME
Dmerge-event-log-tags.py157 for name, t in sorted(by_tagname.iteritems()):
168 x = (hashname(name) % (ASSIGN_LIMIT - ASSIGN_START - 1)) + ASSIGN_START
173 name = "_" + name variable
Djava-event-log-tags.py126 def javaName(name): argument
127 out = name[0].lower() + re.sub(r"[^A-Za-z0-9]", "", name.title())[1:]
/build/tools/droiddoc/templates-pdk/
Dsampleindex.cs10 <a name="top"></a>
29 var:dir.name ?>/</a></li>
39 var:file.name ?></a></li>
/build/tools/droiddoc/templates-sac/
Dsampleindex.cs10 <a name="top"></a>
29 var:dir.name ?>/</a></li>
39 var:file.name ?></a></li>
Dclasses.cs10 <a name="top"></a>
22 <a href="#letter_<?cs name:letter ?>"><?cs name:letter ?></a>&nbsp;&nbsp;<?cs /each?>
27 <h2 id="letter_<?cs name:letter ?>"><?cs name:letter ?></h2>
Dclass.cs11 <a name="top"></a>
111 <h1 itemprop="name"><?cs var:class.name ?></h1>
194 …<span class="sympad"><?cs call:cond_link(method.name, toroot, method.href, included) ?></span>(<?c…
212 … <td class="jd-linkcol"><?cs call:cond_link(field.name, toroot, field.href, included) ?></td>
224 <td class="jd-linkcol"><?cs call:cond_link(field.name, toroot, field.href, included) ?></td>
240 …a href="<?cs var:toroot ?><?cs var:attr.href ?>"><?cs /if ?><?cs var:attr.name ?><?cs if:included …
242 <?cs call:cond_link(m.name, toroot, m.href, included) ?>
/build/tools/droiddoc/templates-ds/
Dsampleindex.cs10 <a name="top"></a>
29 var:dir.name ?>/</a></li>
39 var:file.name ?></a></li>
Dclasses.cs10 <a name="top"></a>
22 <a href="#letter_<?cs name:letter ?>"><?cs name:letter ?></a>&nbsp;&nbsp;<?cs /each?>
27 <h2 id="letter_<?cs name:letter ?>"><?cs name:letter ?></h2>
Dclass.cs11 <a name="top"></a>
111 <h1 itemprop="name"><?cs var:class.name ?></h1>
194 …<span class="sympad"><?cs call:cond_link(method.name, toroot, method.href, included) ?></span>(<?c…
212 … <td class="jd-linkcol"><?cs call:cond_link(field.name, toroot, field.href, included) ?></td>
224 <td class="jd-linkcol"><?cs call:cond_link(field.name, toroot, field.href, included) ?></td>
240 …a href="<?cs var:toroot ?><?cs var:attr.href ?>"><?cs /if ?><?cs var:attr.name ?><?cs if:included …
242 <?cs call:cond_link(m.name, toroot, m.href, included) ?>

1234