Searched refs:last (Results 1 – 17 of 17) sorted by relevance
/build/make/tools/releasetools/ |
D | rangelib.py | 106 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/ |
D | manifest_fixer.py | 156 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/ |
D | android.go | 26 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
|
D | writer.go | 22 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
|
D | zip_test.go | 130 last := &r.buf[len(r.buf)-1] 131 return last.off + last.n
|
/build/soong/androidmk/parser/ |
D | make_strings.go | 85 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/ |
D | fat16copy.py | 361 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/ |
D | zip.go | 758 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/ |
D | arch.go | 548 last := len(modules) - 1 549 commonOSVariant := modules[last] 551 for _, module := range modules[0:last] {
|
/build/make/ |
D | Changes.md | 132 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/ |
D | best_practices.md | 282 As a last resort, if the conditional cannot be removed, a Soong plugin can
|
D | perf.md | 9 with [catapult's trace viewer][catapult trace_viewer]. The last few traces are
|
/build/make/tools/droiddoc/templates-pdk/assets/design/ |
D | default.css | 660 .ui-table tfoot td:last-child {
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-core.css | 180 td > p:last-child {
|
D | jquery-1.6.2.min.js | 16 …=-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…
|
D | jquery-resizable.min.js | 19 …button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){r…
|
/build/soong/ |
D | README.md | 98 trailing commas after the last value.
|