Searched refs:title (Results 1 – 23 of 23) sorted by relevance
4 <title><?cs 5 if:page.title ?><?cs 6 var:page.title ?><?cs10 /if ?>Android Open Source</title>
4 <title><?cs 5 if:page.title ?><?cs 6 var:page.title ?> | <?cs7 /if ?>Android Developers</title><?cs
13 <a href="<?cs var:parent.link ?>"><?cs var:parent.title ?></a> >17 <h1><?cs var:page.title ?></h1>28 <p><a href="<?cs var:parent.link ?>">← Back to <?cs var:parent.title ?></a></p>
4 <title><?cs var:page.title ?></title>31 <h1><?cs var:page.title ?></h1>
11 <h1><?cs var:page.title ?></h1>
14 <h1><?cs var:page.title ?></h1>
9 <h1><?cs var:page.title ?></h1>
10 <h1><?cs var:page.title ?></h1>
13 <a href="<?cs var:toroot ?>index.html" tabindex="-1"><?cs var:page.title ?></a>
18 <h1><?cs var:page.title ?></h1>
15 title="search developer docs" name="q"27 … <input type="submit" value="Search" title="search" id="search-button" class="gsc-search-button" />30 <div title="clear results" class="gsc-clear-button"> </div>150 …<a href="<?cs var:toroot ?>reference/packages.html" <?cs if:(page.title == "Package Index") ?>clas…151 …<a href="<?cs var:toroot ?>reference/classes.html" <?cs if:(page.title == "Class Index") ?>class="…185 …<a href="<?cs var:toroot ?>reference/packages.html" <?cs if:(page.title == "Package Index") ?>clas…186 …<a href="<?cs var:toroot ?>reference/classes.html" <?cs if:(page.title == "Class Index") ?>class="…
6 <title>Redirecting...</title>45 <h1><?cs if:android.whichdoc == "online" ?>Download the <?cs /if ?><?cs var:page.title ?></h1>
4 /* Page title */
108 …descDiv.innerHTML = (droid.title != "") ? "<h3>" + droid.title + "</h3>" + droid.desc : droid.desc;
9 #title {14 #title h1 {22 #title h1 .small{445 .absent h4.jd-details-title,446 .absent h4.jd-details-title * {637 h4.jd-details-title {1345 h4.jd-details-title {
177 div#jd-content h4.jd-details-title {
567 #leftSearchControl .gsc-resultsHeader .gsc-title {
30 public SampleCode(String source, String dest, String title) { in SampleCode() argument32 mTitle = title; in SampleCode()
59 public static String title = ""; field in DroidDoc143 DroidDoc.title = a[1]; in start()407 public static void setPageTitle(HDF data, String title) in setPageTitle() argument409 String s = title; in setPageTitle()410 if (DroidDoc.title.length() > 0) { in setPageTitle()411 s += " - " + DroidDoc.title; in setPageTitle()
407 def dumphtmlprologue(title): argument408 output('<html>\n<head>\n<title>' + title + '</title>\n<body>\n')409 output(htmlbig(title))
126 out = name[0].lower() + re.sub(r"[^A-Za-z0-9]", "", name.title())[1:]
698 #leftSearchControl .gsc-resultsHeader .gsc-title {