Home
last modified time | relevance | path

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

12

/build/make/tools/releasetools/
Drangelib.py103 last = -1
110 if last <= s <= e:
111 last = e
118 if last <= s:
119 last = s+1
131 last = None
133 if i == last:
134 last = None
136 if last is not None:
137 yield last
[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
123 if w.last != nil && !w.last.closed {
124 if err := w.last.close(); err != nil {
156 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
215 if w.last != nil && !w.last.closed {
216 if err := w.last.close(); err != nil {
257 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.go83 last := len(ms.Strings) - 1
84 ms.Strings[last] += other.Strings[0]
182 last := len(ms.Strings) - 1
183 ms.Strings[last] = strings.TrimRightFunc(ms.Strings[last], unicode.IsSpace)
187 last := len(ms.Strings) - 1
188 if len(ms.Strings[last]) > 1 {
189 ms.Strings[last] = ms.Strings[last][0 : len(ms.Strings[last])-1]
/build/soong/scripts/
Dmanifest_fixer.py228 last = application.lastChild
229 if last is not None and last.nodeType != minidom.Node.TEXT_NODE:
230 last = None
243 application.insertBefore(doc.createTextNode(indent), last)
244 application.insertBefore(ul, last)
/build/make/tools/droiddoc/templates-ndk/
Dmacros_override.cs12 <?cs if:last(anno) == 0 ?>
15 <?cs if:last(anno)?>
Dclass.cs121 <?cs if:last(supr) && subcount(supr.interfaces) ?>
Dcustomizations.cs423 if:!last(since) ?>, <?cs /if ?><?cs
/build/kati/
Dstring_piece.cc87 const char* last = ptr_ + std::min(length_ - s.length_, pos) + s.length_; in rfind() local
88 const char* result = std::find_end(ptr_, last, s.ptr_, s.ptr_ + s.length_); in rfind()
89 return result != last ? static_cast<size_t>(result - ptr_) : npos; in rfind()
Dfunc.cc294 StringPiece last; in LastwordFunc() local
296 last = tok; in LastwordFunc()
298 AppendString(last, s); in LastwordFunc()
Dpathutil.go128 dir, last := names[:len(names)-1], names[len(names)-1]
135 if e.name != last {
DINTERNALS.md532 Quickly doing the last check is not trivial. It takes ~18 secs to run all
/build/soong/zip/
Dzip.go738 last := !(start+parallelBlockSize < fileSize)
748 go z.compressPartialFile(sr, dict, last, resultChan, wg)
784 func (z *ZipWriter) compressPartialFile(r io.Reader, dict []byte, last bool, resultChan chan io.Rea…
787 result, err := z.compressBlock(r, dict, last)
798 func (z *ZipWriter) compressBlock(r io.Reader, dict []byte, last bool) (*bytes.Buffer, error) {
823 if last {
/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/make/tools/droiddoc/templates-ndk/assets/js/
Dprettify.js20 …H,w,"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,ou…
24 …rds:"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,ou…
Dandroid_3p-bundle.js2478 …nerDocument.activeElement}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){r…
2686last()&&/^next/.test(a)){this.element.val(this.term),this.menu.deactivate();return}this.menu[a](b)…
/build/make/tools/droiddoc/templates-ndk/assets/css/
Ddefault.css390 #nav li ul > li:last-child {
393 #nav li ul.tree-list-children > li:last-child {
411 #nav.samples-nav li li ul > li:last-child {
1053 .ui-table tfoot td:last-child {
1288 td *:last-child {
1873 .training-nav-top a.button-secondary.last,
1874 .training-nav-bottom a.button-secondary.last {
1981 .sidebox > *:last-child {
2164 .aside>:last-child, .notification>:last-child, .promo>:last-child {
2924 .note p:last-child, .caution p:last-child, .warning p:last-child {
[all …]
/build/soong/
DREADME.md82 trailing commas after the last value.
DAndroid.bp76 // Lock down environment access last
/build/soong/docs/
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…
/build/make/
DChanges.md87 changed, so incremental builds will have the build number from the last time

12