Home
last modified time | relevance | path

Searched refs:title (Results 1 – 24 of 24) sorted by relevance

/build/make/tools/droiddoc/templates-pdk/
Ddocpage.cs13 <a href="<?cs var:parent.link ?>"><?cs var:parent.title ?></a>:
17 <h1 itemprop="name"><?cs var:page.title ?></h1>
32 <span class="training-nav-button-title"><?cs var:next.title ?></span>
42 <span class="training-nav-button-title"><?cs var:next.title ?></span>
54 <span class="training-nav-button-title"><?cs var:previous.title ?></span>
75 <br/><span class="training-nav-button-title"><?cs var:next.title ?></span>
85 <br/><span class="training-nav-button-title"><?cs var:previous.title ?></span>
94 <p><a href="<?cs var:parent.link ?>">&larr; Back to <?cs var:parent.title ?></a></p>
Dhead_tag.cs7 <title><?cs
8 if:page.title ?><?cs
9 var:page.title ?> | <?cs
10 /if ?>Android Developers</title><?cs
Dcustomizations.cs52 …<a href="<?cs var:toroot ?>reference/packages.html" <?cs if:(page.title == "Package Index") ?>clas…
53 …<a href="<?cs var:toroot ?>reference/classes.html" <?cs if:(page.title == "Class Index") ?>class="…
87 …<a href="<?cs var:toroot ?>reference/packages.html" <?cs if:(page.title == "Package Index") ?>clas…
88 …<a href="<?cs var:toroot ?>reference/classes.html" <?cs if:(page.title == "Class Index") ?>class="…
Dsdkpage.cs6 <title>Redirecting...</title>
46 var:page.title ?></h1>
Dsampleindex.cs16 <h1><?cs var:page.title ?></h1>
/build/soong/ui/build/
Dtest_build.go114 title := "Dependencies in out found with no rule to create them:"
115 fmt.Fprintln(sb, title)
143 Error: fmt.Errorf(title),
/build/make/tools/
Dmk2bp_catalog.py95 def __init__(self, title, func): argument
96 self.title = title;
290 def print_analysis_header(link, title): argument
305 "title": title
308 print("""<th class="Count Warning">%s</th>""" % analyzer.title)
370 if self.args.title:
371 page_title = self.args.title
741 analyses.add(analyzer.title)
746 … print(" <td class='AnalysisCol'>%s</td>" % " ".join(["<span class='Analysis'>%s</span>" % title
747 for title in analyses]))
[all …]
Djava-event-log-tags.py134 out = name[0].lower() + re.sub(r"[^A-Za-z0-9]", "", name.title())[1:]
Dcompare_builds.py644 def PrintList(self, title, items, fmt="%s"): argument
648 sys.stdout.write("%s:\n" % title)
Dgenerate-notice-files.py224 file_title = args.title
/build/soong/android/
Dnotices.go81 title := "Notices for " + ctx.ModuleName()
91 "title": title,
/build/make/tools/droiddoc/templates-pdk/assets/
Dandroid-developer-docs-devguide.css4 /* Page title */
Dandroid-developer-resource-browser.js44 if (result.title &&
45 result.title.en.toLowerCase().indexOf(keyword) >= 0)
Dandroid-developer-docs.js185 topics.push({name:topic,title:ANDROID_TAGS['topic'][topic]}); property
187 topics.sort(function(x,y){ return (x.title < y.title) ? -1 : 1; });
195 .html(topics[i].title)
227 .html(resource.title.en)
Dcarousel.js108 …descDiv.innerHTML = (droid.title != "") ? "<h3>" + droid.title + "</h3>" + droid.desc : droid.desc;
Dandroid-developer-docs.css9 #title {
14 #title h1 {
22 #title h1 .small{
465 .absent h4.jd-details-title,
466 .absent h4.jd-details-title * {
665 h4.jd-details-title {
1178 span.training-nav-button-title {
1554 h4.jd-details-title {
Dstyle.css177 div#jd-content h4.jd-details-title {
Dandroid-developer-core.css566 #leftSearchControl .gsc-resultsHeader .gsc-title {
Djquery-1.6.2.min.js16 …port.getSetAttribute||(f.attrFix=f.propFix,v=f.attrHooks.name=f.attrHooks.title=f.valHooks.button=…
/build/blueprint/bootstrap/
Dwritedocs.go114 <title>Build Docs</title>
/build/soong/cmd/soong_build/
Dwritedocs.go166 <title>Build Docs</title>
308 <title>Build Docs</title>
/build/make/tools/warn/
Dhtml_writer.py115 def dump_html_prologue(title, writer, warn_patterns, project_names): argument
117 writer('<title>' + title + '</title>')
121 writer(html_big(title))
/build/soong/scripts/
Dgenerate-notice-files.py224 file_title = args.title
/build/make/core/
DMakefile623 --title="Remaining Android.mk files for $(TARGET_DEVICE)-$(TARGET_BUILD_VARIANT)" \