Home
last modified time | relevance | path

Searched refs:last (Results 1 – 17 of 17) sorted by relevance

/build/make/tools/releasetools/
Drangelib.py106 last = -1
113 if last <= s <= e:
114 last = e
121 if last <= s:
122 last = s+1
134 last = None
136 if i == last:
137 last = None
139 if last is not None:
140 yield last
[all …]
/build/soong/scripts/
Dmanifest_fixer.py156 last = application.lastChild
157 if last is not None and last.nodeType != minidom.Node.TEXT_NODE:
158 last = None
165 application.insertBefore(doc.createTextNode(indent), last)
166 application.insertBefore(ul, last)
167 last = application.lastChild
171 if last and last.nodeType != minidom.Node.TEXT_NODE:
201 last = application.lastChild
202 if last is not None and last.nodeType != minidom.Node.TEXT_NODE:
203 last = None
[all …]
/build/soong/third_party/zip/
Dandroid.go26 if w.last != nil && !w.last.closed {
27 if err := w.last.close(); err != nil {
30 w.last = nil
132 if w.last != nil && !w.last.closed {
133 if err := w.last.close(); err != nil {
165 w.last = &fw.fileWriter
Dwriter.go22 last *fileWriter member
57 if w.last != nil && !w.last.closed {
58 if err := w.last.close(); err != nil {
61 w.last = nil
222 if w.last != nil && !w.last.closed {
223 if err := w.last.close(); err != nil {
264 w.last = fw
Dzip_test.go130 last := &r.buf[len(r.buf)-1]
131 return last.off + last.n
/build/soong/androidmk/parser/
Dmake_strings.go85 last := len(ms.Strings) - 1
86 ms.Strings[last] += other.Strings[0]
259 last := len(ms.Strings) - 1
260 ms.Strings[last] = strings.TrimRightFunc(ms.Strings[last], unicode.IsSpace)
264 last := len(ms.Strings) - 1
265 if len(ms.Strings[last]) > 1 {
266 ms.Strings[last] = ms.Strings[last][0 : len(ms.Strings[last])-1]
/build/make/tools/
Dfat16copy.py361 last = records.pop()
362 last_seq = struct.unpack("B", last[0])[0]
364 last = struct.pack("B", last_seq) + last[1:]
365 records.append(last)
/build/soong/zip/
Dzip.go758 last := !(start+parallelBlockSize < fileSize)
768 go z.compressPartialFile(sr, dict, last, resultChan, wg)
804 func (z *ZipWriter) compressPartialFile(r io.Reader, dict []byte, last bool, resultChan chan io.Rea…
807 result, err := z.compressBlock(r, dict, last)
818 func (z *ZipWriter) compressBlock(r io.Reader, dict []byte, last bool) (*bytes.Buffer, error) {
843 if last {
/build/soong/android/
Darch.go548 last := len(modules) - 1
549 commonOSVariant := modules[last]
551 for _, module := range modules[0:last] {
/build/make/
DChanges.md132 Specifically, the last one eclipses others.
136 With above, `foo` becomes `mango` since its the last one.
161 the last several releases. Equivalent functionality is not available in Soong.
206 turn these errors into warnings temporarily. I don't expect this to last more
348 changed, so incremental builds will have the build number from the last time
/build/soong/docs/
Dbest_practices.md282 As a last resort, if the conditional cannot be removed, a Soong plugin can
Dperf.md9 with [catapult's trace viewer][catapult trace_viewer]. The last few traces are
/build/make/tools/droiddoc/templates-pdk/assets/design/
Ddefault.css660 .ui-table tfoot td:last-child {
/build/make/tools/droiddoc/templates-pdk/assets/
Dandroid-developer-core.css180 td > p:last-child {
Djquery-1.6.2.min.js16 …=-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return t… method
17 …nerDocument.activeElement}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){r…
Djquery-resizable.min.js19 …button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){r…
/build/soong/
DREADME.md98 trailing commas after the last value.