Home
last modified time | relevance | path

Searched refs:next (Results 1 – 25 of 30) sorted by relevance

12

/build/make/tools/droiddoc/templates-pdk/
Ddocpage.cs26 <?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/make/tools/droiddoc/templates-sac/assets/design/
Ddefault.js74 $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/
Ddefault.js74 $nextLink = $selListItem.next('li').find('a:eq(0)');
77 $nextLink = $selListItem.parents('li').next('li.nav-section').find('a:eq(0)');
Ddefault.css331 .paging-links .next-page-link {
334 .paging-links .next-page-link:after {
/build/make/tools/droiddoc/templates-ndk/assets/design/
Ddefault.js74 $nextLink = $selListItem.next('li').find('a:eq(0)');
77 $nextLink = $selListItem.parents('li').next('li.nav-section').find('a:eq(0)');
/build/kati/
Dstrutil.go92 func (ws *wordScanner) next() bool { func
105 if !ws.next() {
125 if !ws.next() {
/build/make/tools/droiddoc/templates-ndk/
Ddocpage.cs20 …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 ?>
Dsampleindex.cs119 …<?cs # for training classes, provide a different kind of link when the next page is a different cl…
Dsample.cs129 …<?cs # for training classes, provide a different kind of link when the next page is a different cl…
Dclass.cs105 <?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/make/tools/droiddoc/templates-sac/
Ddocpage.cs20 …rainingcourse && !page.article ?><?cs # header logic for docs that provide previous/next buttons ?>
Dclass.cs102 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
151 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
/build/soong/androidmk/parser/
Dparser.go66 p.next()
107 p.next()
112 func (p *parser) next() { func
/build/make/tools/droiddoc/templates-ndk/assets/js/
Dprettify.js20next,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…
Dandroid_3p-bundle.js2361 …|in|inertial|inout|is|label|library|linkage|literal|loop|map|mod|nand|new|next|nor|not|null|of|on|…
2682next().addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom");if(c.na…
2686next(new a.Event("mouseover"))},_resizeMenu:function(){var a=this.menu.element;a.outerWidth(Math.m…
2706next ui-corner-all" data-handler="next" data-event="click" title="'+s+'"><span class="ui-icon ui-i… method
/build/make/tools/droiddoc/templates-sac/assets/js/
Dprettify.js20next,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…
Ddocs.js252 $nextLink = $selListItem.next('li').find('a');
266 $nextLink = $selListItem.next('li').find('a:eq(0)');
270 $nextLink = $selListItem.parents('li:eq(0)').next('li.nav-section').find('a:eq(0)');
272 $nextLink = $selListItem.parents('li:eq(1)').next('li.nav-section').find('a:eq(0)');
/build/blueprint/parser/
Dparser.go119 p.next()
149 p.next()
154 func (p *parser) next() { func
/build/make/tools/droiddoc/templates-sac/assets/css/
Ddefault.css462 .training-nav-top .next-page-link,
468 .paging-links .next-page-link {
470 .next-page-link:after,
473 .next-class-link:after {
494 .training-nav-top a.next-page-link {
593 .content-footer.next-class {
600 .content-footer.next-class a.next-class-link {
2765 .slideshow-next, .slideshow-prev {
2778 a.slideshow-next, a.slideshow-next:visited {
2794 .slideshow-next:hover, .slideshow-prev:hover, .slideshow-next:focus, .slideshow-prev:focus {
[all …]
/build/make/tools/droiddoc/templates-pdk/assets/
Dandroid-developer-docs.css1129 /* 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/make/tools/droiddoc/templates-ndk/assets/css/
Ddefault.css440 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/make/tools/ijar/
Dclassfile.cc1632 size_t next = desc.find_first_of(SIGNATURE_NON_IDENTIFIER_CHARS, *p); in ParseIdentifier() local
1633 std::string id = desc.substr(*p, next - *p); in ParseIdentifier()
1635 *p = next; in ParseIdentifier()
/build/make/tools/fs_config/
DREADME74 The next section type is the "AID" section, for specifying OEM specific AIDS.
/build/make/tools/droiddoc/templates-ndk/assets/
Dandroid-developer-docs.css2321 /* 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/make/tools/droiddoc/templates-sac/assets/
Dandroid-developer-docs.css2321 /* 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 {

12