Searched refs:next (Results 1 – 13 of 13) sorted by relevance
/build/soong/shared/ |
D | paths.go | 38 for _, next := range rest { 39 if filepath.IsAbs(next) { 40 result = next 42 result = filepath.Join(result, next)
|
/build/make/tools/droiddoc/templates-pdk/ |
D | docpage.cs | 26 <?cs if:next.link ?> 32 <span class="training-nav-button-title"><?cs var:next.title ?></span> 42 <span class="training-nav-button-title"><?cs var:next.title ?></span> 47 <?cs /if ?><?cs # end if next.link ?> 68 <?cs if:!startpage && (previous.link || next.link) ?> 70 <?cs if:next.link ?> 75 <br/><span class="training-nav-button-title"><?cs var:next.title ?></span>
|
/build/soong/scripts/ |
D | ninja_rsp.py | 49 c = next(self.r, "") 68 c = next(self.r) 74 c = next(self.r)
|
/build/make/tools/droiddoc/templates-pdk/assets/design/ |
D | default.js | 74 $nextLink = $selListItem.next('li').find('a:eq(0)'); 77 $nextLink = $selListItem.parents('li').next('li.nav-section').find('a:eq(0)');
|
D | default.css | 331 .paging-links .next-page-link { 334 .paging-links .next-page-link:after {
|
/build/make/tools/ |
D | post_process_props.py | 228 return next((p.value for p in self.props if p.name == name), "") 235 index = next((i for i,p in enumerate(self.props)
|
/build/soong/androidmk/parser/ |
D | parser.go | 84 p.next() 125 p.next() 130 func (p *parser) next() { func
|
/build/blueprint/parser/ |
D | parser.go | 119 p.next() 149 p.next() 154 func (p *parser) next() { func
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-docs.css | 1129 /* Training nav bar (previous/next) */ 1144 div.training-nav-button-next a, 1158 div.training-nav-button-next a:hover, 1163 div.training-nav-button-next a:active, 1173 div.training-nav-button-next {
|
/build/blueprint/ |
D | context.go | 984 next := pending[len(pending)-1] 986 startParseBlueprintsFile(next) 3303 next := cycle[i] 3304 nextName := next.fullName(pkgNames) 3305 nextValue := variables[next].Value(pkgNames)
|
/build/soong/docs/ |
D | best_practices.md | 100 * It moves more information next to the values -- that the array of strings
|
/build/bazel/docs/ |
D | concepts.md | 38 * **Bazel** as the next generation of the entire build system, starting as a Ninja executor drop-in…
|
/build/make/ |
D | Changes.md | 394 Between this warning and the next, we're requiring that `.PHONY` targets do not
|