/build/make/target/board/generic_arm64/sepolicy/ |
D | file_contexts | 5 /tombstones u:object_r:rootfs:s0 6 /dsp u:object_r:rootfs:s0 9 /persist(/.*)? u:object_r:persist_file:s0 12 /firmware(/.*)? u:object_r:firmware_file:s0
|
/build/make/tools/releasetools/ |
D | blockimgdiff.py | 892 S = [(u.NetStashChange(), u.order, u) for u in self.transfers 893 if not u.incoming] 899 for u in xf.outgoing: 900 del u.incoming[xf] 901 if not u.incoming: 902 heapq.heappush(S, (u.NetStashChange(), u.order, u)) 930 for u in xf.goes_before.copy(): 932 if xf.order < u.order: 941 overlap = xf.src_ranges.intersect(u.tgt_ranges) 944 u.stash_before.append((stash_raw_id, overlap)) [all …]
|
D | common.py | 3663 block_diffs_with_target = set(p for p, u in self._partition_updates.items() 3664 if u.tgt_size) 3671 block_diffs_with_source = set(p for p, u in self._partition_updates.items() 3672 if u.src_size) 3698 for p, u in self._partition_updates.items(): 3699 if u.src_size and u.tgt_size and u.src_size > u.tgt_size: 3701 u.block_difference.WriteScript(script, output_zip, progress=u.progress, 3716 for p, u in self._partition_updates.items(): 3717 if u.src_size and u.tgt_size and u.src_size > u.tgt_size: 3718 u.block_difference.WritePostInstallVerifyScript(script) [all …]
|
/build/soong/ui/build/ |
D | goma.go | 58 if u := ulimitOrFatal(ctx, config, "-u"); u < gomaLeastNProcs { 59 ctx.Fatalf("max user processes is insufficient: %d; want >= %d.\n", u, gomaLeastNProcs)
|
D | rbe.go | 99 if u := ulimitOrFatal(ctx, config, "-u"); u < rbeLeastNProcs { 100 ctx.Fatalf("max user processes is insufficient: %d; want >= %d.\n", u, rbeLeastNProcs)
|
D | kati.go | 166 if u, err := user.Current(); err == nil { 167 username = u.Username
|
/build/soong/java/ |
D | app.go | 1205 func (u *usesLibrary) addLib(lib string, optional bool) { 1206 …if !android.InList(lib, u.usesLibraryProperties.Uses_libs) && !android.InList(lib, u.usesLibraryPr… 1208 …u.usesLibraryProperties.Optional_uses_libs = append(u.usesLibraryProperties.Optional_uses_libs, li… 1210 u.usesLibraryProperties.Uses_libs = append(u.usesLibraryProperties.Uses_libs, lib) 1215 func (u *usesLibrary) deps(ctx android.BottomUpMutatorContext, hasFrameworkLibs bool) { 1217 ctx.AddVariationDependencies(nil, usesLibTag, u.usesLibraryProperties.Uses_libs...) 1218 ctx.AddVariationDependencies(nil, usesLibTag, u.presentOptionalUsesLibs(ctx)...) 1234 func (u *usesLibrary) presentOptionalUsesLibs(ctx android.BaseModuleContext) []string { 1235 …optionalUsesLibs, _ := android.FilterList(u.usesLibraryProperties.Optional_uses_libs, ctx.Config()… 1250 func (u *usesLibrary) classLoaderContextForUsesLibDeps(ctx android.ModuleContext) dexpreopt.ClassLo… [all …]
|
D | droidstubs.go | 649 diff := `diff -u -F '{ *$'`
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | prettify.js | 15 …u=l(t),x;if(e+2<p&&Sb===f[e+1]){x=l(f[e+2]);e+=2}else x=u;k.push([u,x]);if(!(x<65||u>122)){x<65||u… 17 …P;if(j.ignoreCase&&c)for(e=0;e<s;++e){p=f[e];var u=p.charAt(0);if(p.length>=2&&u===L)f[e]=q(p);els… 21 …lse{var t=c[k.charAt(0)];if(t){e=k.match(t[1]);h=t[0]}else{for(var u=0;u<g;++u){t=b[u];if(e=k.matc…
|
D | jquery-1.6.2.min.js | 16 …u=/(msie) ([\w.]+)/,v=/(mozilla)(?:.*? rv:([\w.]+))?/,w=/-([a-z])/ig,x=function(a,b){return b.toUp… 17 …u(a,b,c,d,e,f){for(var g=0,h=d.length;g<h;g++){var i=d[g];if(i){var j=!1;i=i[a];while(i){if(i.sizc… function
|
/build/soong/zip/cmd/ |
D | main.go | 40 func (u *uniqueSet) String() string { 44 func (u *uniqueSet) Set(s string) error { 45 if _, found := (*u)[s]; found { 48 (*u)[s] = true
|
/build/make/tools/warn/ |
D | java_warn_patterns.py | 109 … u'Use Java\'s utility functional interfaces instead of Function\u003cA, B> for primitive types.'), 411 u'Prefer the short-circuiting boolean operators \u0026\u0026 and || to \u0026 and |.'), 551 … u'Implementing \'Comparable\u003cT>\' where T is not compatible with the implementing class.'), 653 u'Path implements Iterable\u003cPath>; prefer Collection\u003cPath> for clarity'),
|
D | warn_common.py | 287 line = re.sub(u'[\u2018\u2019]', '\'', line) 289 line = re.sub(u'[^\x00-\x7f]', ' ', line)
|
/build/make/target/board/mainline_arm64/sepolicy/ |
D | file_contexts | 5 /persist(/.*)? u:object_r:persist_file:s0
|
/build/make/tools/acp/ |
D | README | 6 - Uses the BSD cp, not the fancy GNU cp. It lacks the "-u" flag, which 24 rounded up. This foils the "-u" flag if you also supply the "-p" flag
|
/build/soong/cc/ndk_api_coverage_parser/ |
D | test_ndk_api_coverage_parser.py | 56 input_file = io.StringIO(textwrap.dedent(u"""\
|
/build/make/tools/docker/ |
D | README.md | 9 $ docker build --build-arg userid=$(id -u) --build-arg groupid=$(id -g) --build-arg username=$(id -…
|
D | Dockerfile | 18 && useradd -m -u $userid -g $groupid $username \
|
/build/make/common/ |
D | strings.mk | 22 …t O,o,$(subst P,p,$(subst Q,q,$(subst R,r,$(subst S,s,$(subst T,t,$(subst U,u,$(subst V,v,$(subst … 29 …bst o,O,$(subst p,P,$(subst q,Q,$(subst r,R,$(subst s,S,$(subst t,T,$(subst u,U,$(subst v,V,$(subs…
|
/build/make/tools/releasetools/testdata/ |
D | testkey_RSA4096.key | 5 uxKfCOUZk3ZEC5RFDBqVLGrf9m22ITMQwNGj/u/mtAg2UXRGy534eU1evHOFH8tD
|
/build/soong/cmd/zip2zip/ |
D | zip2zip.go | 204 for _, u := range uncompresses { 205 if uncompressMatch, err := pathtools.Match(u, match.newName); err != nil {
|
/build/soong/third_party/zip/testdata/ |
D | readme.notzip | 11 �\���5Nsxw�d�̣�R�m���{��)DH��ذS���ʚ���P��4F%S��''��^{�+�wv�{���'�6q죎=P�t��Χu.O��ͱ��r�/ۛ���…
|
/build/soong/finder/fs/ |
D | readdir.go | 146 func readInt(b []byte, off, size uintptr) (u uint64, ok bool) {
|
/build/make/core/ |
D | product_config.mk | 34 a b c d e f g h i j k l m n o p q r s t u v w x y z \
|
/build/soong/android/ |
D | arch.go | 186 if u, ok := archTypeMap[string(text)]; ok { 187 *a = u
|