/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-ndk/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)');
|
/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 | 189 return next((p.value for p in self.props if p.name == name), "") 196 index = next((i for i,p in enumerate(self.props)
|
/build/make/tools/droiddoc/templates-ndk/ |
D | docpage.cs | 20 …rainingcourse && !page.article ?><?cs # header logic for docs that provide previous/next buttons ?> 91 <?cs # horrible horrible hack to move TOC up when the next/prev links are not there ?>
|
D | sampleindex.cs | 119 …<?cs # for training classes, provide a different kind of link when the next page is a different cl…
|
D | sample.cs | 129 …<?cs # for training classes, provide a different kind of link when the next page is a different cl…
|
D | class.cs | 105 <?cs # this next line must be exactly like this to be parsed by eclipse ?> 154 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
|
/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-ndk/assets/js/ |
D | prettify.js | 20 …next,nil,not,or,redo,rescue,retry,self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],v… 24 …lete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,packag…
|
D | android_3p-bundle.js | 2361 …|in|inertial|inout|is|label|library|linkage|literal|loop|map|mod|nand|new|next|nor|not|null|of|on|… 2682 …next().addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom");if(c.na… 2686 …next(new a.Event("mouseover"))},_resizeMenu:function(){var a=this.menu.element;a.outerWidth(Math.m… 2706 …next ui-corner-all" data-handler="next" data-event="click" title="'+s+'"><span class="ui-icon ui-i… method
|
D | docs.js | 312 $nextLink = $selListItem.next('li').find('a'); 326 $nextLink = $selListItem.next('li').find('a:eq(0)'); 330 $nextLink = $selListItem.parents('li:eq(0)').next('li').find('a:eq(0)'); 332 $nextLink = $selListItem.parents('li:eq(1)').next('li.nav-section').find('a:eq(0)');
|
/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 {
|
D | jquery-resizable.min.js | 12 …E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return … method
|
/build/make/tools/fs_config/ |
D | README | 75 The next section type is the "AID" section, for specifying OEM specific AIDS.
|
/build/make/tools/droiddoc/templates-ndk/assets/css/ |
D | default.css | 440 next/prev links align with toc on training classes */ 491 .training-nav-top .next-page-link, 497 .paging-links .next-page-link { 499 .next-page-link:after, 502 .next-class-link:after, 512 .next-page-link.inline:after { 515 .content-footer .paging-links .next-page-link { 531 .training-nav-top a.next-page-link { 3195 .slideshow-next, .slideshow-prev { 3208 a.slideshow-next, a.slideshow-next:visited { [all …]
|
/build/blueprint/ |
D | context.go | 905 next := pending[len(pending)-1] 907 startParseBlueprintsFile(next) 2938 next := cycle[i] 2939 nextName := next.fullName(pkgNames) 2940 nextValue := variables[next].Value(pkgNames)
|
/build/make/tools/droiddoc/templates-ndk/assets/ |
D | android-developer-docs.css | 2321 /* Training nav bar (previous/next) */ 2336 div.training-nav-button-next a, 2350 div.training-nav-button-next a:hover, 2355 div.training-nav-button-next a:active, 2365 div.training-nav-button-next {
|
/build/soong/docs/ |
D | best_practices.md | 100 * It moves more information next to the values -- that the array of strings
|
/build/make/ |
D | Changes.md | 340 Between this warning and the next, we're requiring that `.PHONY` targets do not
|