Searched refs:last (Results 1 – 20 of 20) 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 | 159 last = application.lastChild 160 if last is not None and last.nodeType != minidom.Node.TEXT_NODE: 161 last = None 168 application.insertBefore(doc.createTextNode(indent), last) 169 application.insertBefore(ul, last) 170 last = application.lastChild 174 if last and last.nodeType != minidom.Node.TEXT_NODE: 204 last = application.lastChild 205 if last is not None and last.nodeType != minidom.Node.TEXT_NODE: 206 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 230 if w.last != nil && !w.last.closed { 231 if err := w.last.close(); err != nil { 272 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 | 95 last := len(ms.Strings) - 1 96 ms.Strings[last] += other.Strings[0] 269 last := len(ms.Strings) - 1 270 ms.Strings[last] = strings.TrimRightFunc(ms.Strings[last], unicode.IsSpace) 274 last := len(ms.Strings) - 1 275 if len(ms.Strings[last]) > 1 { 276 ms.Strings[last] = ms.Strings[last][0 : len(ms.Strings[last])-1]
|
/build/bazel/json_module_graph/ |
D | findModulesWithSrcType.jq | 5 def isActionInputMatch($fileType): getActionInputs | split(".") | last | . == $fileType
|
D | findModulesWithNameSrcCollision.jq | 8 last | . == $name and $inputDirPath == $blueprintDirPath
|
/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/make/ |
D | Changes.md | 163 Specifically, the last one eclipses others. 167 With above, `foo` becomes `mango` since its the last one. 192 the last several releases. Equivalent functionality is not available in Soong. 237 turn these errors into warnings temporarily. I don't expect this to last more 379 changed, so incremental builds will have the build number from the last time
|
/build/make/tools/compliance/cmd/xmlnotice/ |
D | xmlnotice_test.go | 514 …rf("xmlnotice: missing </licenses> tag: got no </licenses> tag, want </licenses> tag on last line")
|
/build/soong/android/ |
D | arch.go | 529 last := len(modules) - 1 530 commonOSVariant := modules[last] 532 for _, module := range modules[0:last] {
|
/build/make/tools/droiddoc/templates-pdk/assets/design/ |
D | default.css | 660 .ui-table tfoot td:last-child {
|
/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/ |
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 | 99 trailing commas after the last value.
|