Home
last modified time | relevance | path

Searched refs:last (Results 1 – 20 of 20) 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.py159 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/
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
230 if w.last != nil && !w.last.closed {
231 if err := w.last.close(); err != nil {
272 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.go95 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/
DfindModulesWithSrcType.jq5 def isActionInputMatch($fileType): getActionInputs | split(".") | last | . == $fileType
DfindModulesWithNameSrcCollision.jq8 last | . == $name and $inputDirPath == $blueprintDirPath
/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/make/
DChanges.md163 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/
Dxmlnotice_test.go514 …rf("xmlnotice: missing </licenses> tag: got no </licenses> tag, want </licenses> tag on last line")
/build/soong/android/
Darch.go529 last := len(modules) - 1
530 commonOSVariant := modules[last]
532 for _, module := range modules[0:last] {
/build/make/tools/droiddoc/templates-pdk/assets/design/
Ddefault.css660 .ui-table tfoot td:last-child {
/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/
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.md99 trailing commas after the last value.