Home
last modified time | relevance | path

Searched refs:e (Results 1 – 25 of 116) sorted by relevance

12345

/build/soong/ui/build/
Denvironment.go37 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/
Dlog.go105 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/
Djquery-1.6.2.min.js16e=d.css("display");d.remove();if(e==="none"||e===""){ch||(ch=c.createElement("iframe"),ch.frameBor… argument
17e&&!f.event.customEvent[h]||!!f.event.global[h]){c=typeof c=="object"?c[f.expando]?c:new f.Event(h… argument
Dprettify.js15e=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…
16e=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]…
17e])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…
Djquery-resizable.min.js12e(){return +new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length… function
19e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDef…
29e=c.fn.removeAttr,h="http://www.w3.org/2005/07/aaa",a=/^aria-/,b=/^wairole:/;c.attr=function(k,j,l…
40e=this,j=this.options;this.element.addClass("ui-resizable");c.extend(this,{_aspectRatio:!!(j.aspec… property
/build/soong/ui/metrics/
Devent.go69 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/
Denv.go117 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/
Dreader_test.go512 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/
Drangelib.py110 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/
Drate_limit.go129 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/
Dkey.go122 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/
Devent_log_tags.py58 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/
Dpython_test.go349 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/
Dbpglob.go117 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/
Dheaders.go41 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/
Ddepset_test.go73 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 …]
Dpackage_ctx.go54 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/
Dlogger_test.go124 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/
Dhiddenapi_monolithic.go62 switch e := element.(type) {
64 classesJars = retrieveClassesJarsFromModule(e.Module())
67 fragment := e.Module()
81 classesJars = extractClassesJarsFromModules(e.Contents)
/build/make/common/
Dstrings.mk22 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/
Dsort.go225 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/
Dhost.go74 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/
Dconversion_test.go53 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/
DSignApk.java391 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/
Dchecktree17 for e in excludes_compiled:
18 if e.match(str):
111 except PerforceError, e:

12345