/build/soong/ui/build/ |
D | environment.go | 37 func (e *Environment) AsMap() map[string]string { 40 for _, envVar := range *e { 52 func (e *Environment) Get(key string) (string, bool) { 53 for _, envVar := range *e { 63 func (e *Environment) GetInt(key string) (int, bool) { 64 if v, ok := e.Get(key); ok { 74 func (e *Environment) Set(key, value string) { 75 e.Unset(key) 76 *e = append(*e, key+"="+value) 80 func (e *Environment) Unset(keys ...string) { [all …]
|
/build/soong/ui/status/ |
D | log.go | 105 func (e *errorLog) StartAction(action *Action, counts Counts) {} 107 func (e *errorLog) FinishAction(result ActionResult, counts Counts) { 112 if !e.empty { 113 fmt.Fprintf(e.w, "\n\n") 115 e.empty = false 117 fmt.Fprintf(e.w, "FAILED: %s\n", result.Description) 120 fmt.Fprintf(e.w, "Outputs: %s\n", strings.Join(result.Outputs, " ")) 123 fmt.Fprintf(e.w, "Error: %s\n", result.Error) 125 fmt.Fprintf(e.w, "Command: %s\n", result.Command) 127 fmt.Fprintf(e.w, "Output:\n%s\n", result.Output) [all …]
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | jquery-1.6.2.min.js | 16 …e=d.css("display");d.remove();if(e==="none"||e===""){ch||(ch=c.createElement("iframe"),ch.frameBor… argument 17 …e&&!f.event.customEvent[h]||!!f.event.global[h]){c=typeof c=="object"?c[f.expando]?c:new f.Event(h… argument
|
D | prettify.js | 15 …e=h?1:0,p=f.length;e<p;++e){var t=f[e];switch(t){case Vb:case Wb:case Xb:case Yb:case Zb:case $b:c… 16 …e=0;e<k.length;++e){var A=k[e];if(A[0]<=E[1]+1)E[1]=Math.max(E[1],A[1]);else B.push(E=A)}var D=[L]… 17 …e])k[e]=++b;for(h=e=0;e<s;++e){p=f[e];if(p===H){++h;if(k[h]===undefined)f[e]=dc}else if(Q===p.char… 21 …],e,p;if(typeof h===nc)p=z;else{var t=c[k.charAt(0)];if(t){e=k.match(t[1]);h=t[0]}else{for(var u=0… 22 h.substring(0,5))&&!(e&&e[1])){p=z;h=oc}p||(j[k]=h)}var x=v;v+=k.length;if(p){var B=e[1],E=k.indexO…
|
D | jquery-resizable.min.js | 12 …e(){return +new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length… function 19 …e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDef… 29 …e=c.fn.removeAttr,h="http://www.w3.org/2005/07/aaa",a=/^aria-/,b=/^wairole:/;c.attr=function(k,j,l… 40 …e=this,j=this.options;this.element.addClass("ui-resizable");c.extend(this,{_aspectRatio:!!(j.aspec… property
|
/build/soong/ui/metrics/ |
D | event.go | 69 func (e event) perfInfo() soong_metrics_proto.PerfInfo { 70 realTime := uint64(_now().Sub(e.start).Nanoseconds()) 72 Desc: proto.String(e.desc), 73 Name: proto.String(e.name), 74 StartTime: proto.Uint64(uint64(e.start.UnixNano())), 76 ProcessesResourceInfo: e.procResInfo, 101 func (t *EventTracer) push(e *event) { 102 *t = append(*t, e) 111 e := (*t)[t.lastIndex()] 113 return e [all …]
|
/build/soong/shared/ |
D | env.go | 117 func (e envFileData) Len() int { 118 return len(e) 121 func (e envFileData) Less(i, j int) bool { 122 return e[i].Key < e[j].Key 125 func (e envFileData) Swap(i, j int) { 126 e[i], e[j] = e[j], e[i]
|
/build/soong/third_party/zip/ |
D | reader_test.go | 512 0000020 72 2e 7a 69 70 00 25 00 da ff 50 4b 03 04 14 00 514 0000040 b8 01 00 00 07 00 00 00 72 2f 72 2e 7a 69 70 00 517 0000070 01 00 00 07 00 00 00 72 2f 72 2e 7a 69 70 00 2f 518 0000080 00 d0 ff c2 54 8e 57 39 00 05 00 fa ff c2 54 8e 520 00000a0 ff c2 54 8e 57 39 00 05 00 fa ff 00 05 00 fa ff 526 0000100 00 34 00 cb ff 42 e8 21 5e 0f 00 00 00 ff ff 0a 529 0000130 00 f9 ff 6d 01 00 00 00 00 42 e8 21 5e 0f 00 00 535 0000190 00 00 00 00 00 00 00 00 00 00 00 72 2f 72 2e 7a 623 0000020 67 67 65 72 2e 7a 69 70 ec dc 6b 4c 53 67 18 07 624 0000030 f0 16 c5 ca 65 2e cb b8 94 20 61 1f 44 33 c7 cd [all …]
|
/build/make/tools/releasetools/ |
D | rangelib.py | 110 s, e = (int(x) for x in p.split("-")) 112 data.append(e+1) 113 if last <= s <= e: 114 last = e 148 s, e = self.data[i:i+2] 149 if e == s+1: 152 out.append(str(s) + "-" + str(e-1)) 295 s, e = self.data[i:i+2] 297 e1 = e + n 324 for s, e in self: [all …]
|
/build/soong/zip/ |
D | rate_limit.go | 129 func (e CPURateLimiter) Request() { 130 e.impl.Request(1) 133 func (e CPURateLimiter) Finish() { 134 e.impl.Finish(1) 137 func (e CPURateLimiter) Stop() { 138 e.impl.Stop()
|
/build/soong/apex/ |
D | key.go | 122 toString := func(e apexKeyEntry) string { 124 if e.presigned { 125 …return fmt.Sprintf(format, e.name, "PRESIGNED", "PRESIGNED", "PRESIGNED", "PRESIGNED", e.partition) 127 …return fmt.Sprintf(format, e.name, e.publicKey, e.privateKey, e.containerCertificate, e.containerP…
|
/build/make/tools/ |
D | event_log_tags.py | 58 except (IOError, OSError), e: 59 self.AddError(str(e)) 103 except (IOError, OSError), e: 104 self.AddError(str(e)) 133 except (IOError, OSError), e: 134 print >> sys.stderr, "failed to write %s: %s" % (output_file, e)
|
/build/soong/python/ |
D | python_test.go | 349 for _, e := range d.expectedBinaries { 350 t.Run(e.name, func(t *testing.T) { 351 …expectModule(t, result.TestContext, e.name, e.actualVersion, e.srcsZip, e.pyRunfiles, e.depsSrcsZi…
|
/build/blueprint/bootstrap/bpglob/ |
D | bpglob.go | 117 func (e *excludeArgs) String() string { return `""` } 119 func (e *excludeArgs) Set(s string) error { 120 if len(*e) == 0 { 124 glob := &(*e)[len(*e)-1]
|
/build/soong/partner/bpfix/extensions/ |
D | headers.go | 41 func findHeaderLib(e parser.Expression) (*includeDirFix, bool) { 42 if op, ok := e.(*parser.Operator); ok { 59 func searchThroughOperatorList(mod *parser.Module, e parser.Expression) { 60 if list, ok := e.(*parser.List); ok { 73 if op, ok := e.(*parser.Operator); ok {
|
/build/soong/android/ |
D | depset_test.go | 73 e := PathForTesting("e") 101 subset := NewDepSet(order, Paths{c, a, e}, nil) 126 child := NewDepSetBuilder(order).Direct(c, a, e).Build() 138 Transitive(NewDepSetBuilder(order).Direct(c, a, e).Build()).Build() 147 subset := NewDepSetBuilder(order).Direct(c, a, e).Build() 163 subset := NewDepSetBuilder(order).Direct(c, a, e).Build() 164 return NewDepSetBuilder(order).Direct(b, d, e).Transitive(subset).Build() 201 e := NewDepSetBuilder(order).Direct(e).Build() 202 b := NewDepSetBuilder(order).Direct(b).Transitive(d).Transitive(e).Build() 203 c := NewDepSetBuilder(order).Direct(c).Transitive(e).Transitive(d).Build() [all …]
|
D | package_ctx.go | 54 func (e *configErrorWrapper) Config() Config { 55 return e.config 57 func (e *configErrorWrapper) Errorf(format string, args ...interface{}) { 58 e.errors = append(e.errors, fmt.Errorf(format, args...)) 60 func (e *configErrorWrapper) AddNinjaFileDeps(deps ...string) { 61 e.config.addNinjaFileDeps(deps...)
|
/build/soong/ui/logger/ |
D | logger_test.go | 124 if e, ok := err.(*exec.ExitError); ok && e.Sys().(syscall.WaitStatus).ExitStatus() == 42 { 146 if e, ok := err.(*exec.ExitError); ok && e.Sys().(syscall.WaitStatus).ExitStatus() == 1 { 163 if e, ok := err.(*exec.ExitError); ok || (ok && !e.Success()) {
|
/build/soong/java/ |
D | hiddenapi_monolithic.go | 62 switch e := element.(type) { 64 classesJars = retrieveClassesJarsFromModule(e.Module()) 67 fragment := e.Module() 81 classesJars = extractClassesJarsFromModules(e.Contents)
|
/build/make/common/ |
D | strings.mk | 22 to-lower=$(subst A,a,$(subst B,b,$(subst C,c,$(subst D,d,$(subst E,e,$(subst F,f,$(subst G,g,$(subs… 29 to-upper=$(subst a,A,$(subst b,B,$(subst c,C,$(subst d,D,$(subst e,E,$(subst f,F,$(subst g,G,$(subs… 115 ifneq (a=b c=d e= f=g h=,$(call collapse-pairs,a=b c= d e = f = g h=)) 118 ifneq (a:=b c:=d e:=f g:=h,$(call collapse-pairs,a:=b c:= d e :=f g := h,:=))
|
/build/blueprint/parser/ |
D | sort.go | 225 for i, e := range l { 226 values[i] = copyValues[e.i] 229 if c.Pos().Offset > e.pos.Offset && c.Pos().Offset < e.nextPos.Offset { 231 file.Comments[j].Comments[0].Slash.Offset += values[i].Pos().Offset - e.pos.Offset 235 curPos.Offset += e.nextPos.Offset - e.pos.Offset
|
/build/make/tools/rbcrun/ |
D | host.go | 74 e, ok := moduleCache[modulePath] 75 if e == nil { 103 e = &modentry{globals, err} 105 e = &modentry{starlark.StringDict{defaultSymbol: starlark.None}, nil} 109 moduleCache[modulePath] = e 111 return e.globals, e.err
|
/build/soong/bp2build/ |
D | conversion_test.go | 53 if a, e := len(files), len(expectedFilePaths); a != e { 54 t.Errorf("Expected %d files, got %d", e, a)
|
/build/make/tools/signapk/src/com/android/signapk/ |
D | SignApk.java | 391 for (Enumeration<JarEntry> e = in.entries(); e.hasMoreElements();) { in copyFiles() 392 JarEntry entry = e.nextElement(); in copyFiles() 786 catch (Exception e) { in write() 787 throw new IOException(e); in write() 890 } catch (ClassNotFoundException e) { in loadProviderIfNecessary() 891 e.printStackTrace(); in loadProviderIfNecessary() 912 } catch (Exception e) { in loadProviderIfNecessary() 913 e.printStackTrace(); in loadProviderIfNecessary() 1004 } catch (IOException e) { in getMinSdkVersion() 1005 throw new MinSdkVersionException("Failed to read AndroidManifest.xml", e); in getMinSdkVersion() [all …]
|
/build/make/core/ |
D | checktree | 17 for e in excludes_compiled: 18 if e.match(str): 111 except PerforceError, e:
|