Home
last modified time | relevance | path

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

12

/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/make/tools/compliance/cmd/htmlnotice/
Dhtmlnotice.go47 title string member
120 title := flags.String("title", "", "The title of the notice file.")
166 …ctx := &context{ofile, os.Stderr, compliance.FS, *includeTOC, *product, *stripPrefix, *title, &dep…
229 if len(ctx.title) > 0 {
230 fmt.Fprintf(ctx.stdout, "<title>%s</title>\n", html.EscapeString(ctx.title))
237 if len(ctx.title) > 0 {
238 fmt.Fprintf(ctx.stdout, " <h1>%s</h1>\n", html.EscapeString(ctx.title))
Dhtmlnotice_test.go63 title string
115 title: "Emperor",
134 title: "Emperor",
657 … stderr, compliance.GetFS(tt.outDir), tt.includeTOC, "", []string{tt.stripPrefix}, tt.title, &deps}
/build/soong/ui/build/
Dtest_build.go113 title := "Dependencies in out found with no rule to create them:"
114 fmt.Fprintln(sb, title)
142 Error: fmt.Errorf(title),
/build/make/tools/compliance/cmd/textnotice/
Dtextnotice.go45 title string member
116 title := flags.String("title", "", "The title of the notice file.")
162 ctx := &context{ofile, os.Stderr, compliance.FS, *product, *stripPrefix, *title, &deps}
217 if len(ctx.title) > 0 {
218 fmt.Fprintf(ctx.stdout, "%s\n\n", ctx.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)
391 if self.args.title:
392 page_title = self.args.title
764 analyses.add(analyzer.title)
769 … print(" <td class='AnalysisCol'>%s</td>" % " ".join(["<span class='Analysis'>%s</span>" % title
770 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.py230 file_title = args.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/make/tools/compliance/cmd/xmlnotice/
Dxmlnotice.go46 title string member
118 title := flags.String("title", "", "The title of the notice file.")
164 ctx := &context{ofile, os.Stderr, compliance.FS, *product, *stripPrefix, *title, &deps}
/build/soong/cmd/soong_build/
Dwritedocs.go167 <title>Build Docs</title>
309 <title>Build Docs</title>
/build/make/tools/warn/
Dhtml_writer.py121 def dump_html_prologue(title, writer, warn_patterns, project_names): argument
123 writer('<title>' + title + '</title>')
127 writer(html_big(title))
/build/make/core/
DMakefile670 --title="Remaining Android.mk files for $(TARGET_DEVICE)-$(TARGET_BUILD_VARIANT)" \
1523 …OUT_DIR=$(OUT_DIR) $(XMLNOTICE) -o $$@ -product=$$(PRIVATE_PRODUCT) -title=$$(PRIVATE_MESSAGE) $(f…
1539 …OUT_DIR=$(OUT_DIR) $(TEXTNOTICE) -o $$@ -product=$$(PRIVATE_PRODUCT) -title=$$(PRIVATE_MESSAGE) $(…
1555 …OUT_DIR=$(OUT_DIR) $(HTMLNOTICE) -o $$@ -product=$$(PRIVATE_PRODUCT) -title=$$(PRIVATE_MESSAGE) $(…

12