Home
last modified time | relevance | path

Searched refs:orig (Results 1 – 6 of 6) sorted by relevance

/build/make/tools/
Dmerge-event-log-tags.py94 orig = by_tagname[t.tagname] variable
97 if orig.tagnum is None:
98 orig.tagnum = t.tagnum
100 t.tagnum = orig.tagnum
102 if (t.tagnum == orig.tagnum and
103 t.description == orig.description):
108 (t.tagname, t.tagnum, orig.filename, orig.linenum),
113 (t.tagname, orig.tagnum, orig.filename, orig.linenum),
118 orig = by_tagnum[t.tagnum] variable
120 if t.tagname != orig.tagname:
[all …]
/build/soong/third_party/zip/
Dandroid.go25 func (w *Writer) CopyFrom(orig *File, newName string) error {
33 fileHeader := orig.FileHeader
50 dataOffset, err := orig.DataOffset()
54 io.Copy(w.cw, io.NewSectionReader(orig.zipr, dataOffset, int64(orig.CompressedSize64)))
56 if orig.hasDataDescriptor() {
/build/soong/android/
Dsandbox.go28 orig, err := os.Getwd()
32 absSrcDir = orig
/build/soong/androidmk/androidmk/
Dandroidmk.go70 orig := failedNode.Dump()
74 lines := strings.Split(orig, "\n")
/build/make/tools/droiddoc/templates-pdk/assets/
Djquery-resizable.min.js19orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call…
/build/blueprint/
Dcontext.go2384 orig Module
2405 delete(c.moduleInfo, update.orig)