Home
last modified time | relevance | path

Searched refs:title (Results 1 – 25 of 31) 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="…
Dsampleindex.cs16 <h1><?cs var:page.title ?></h1>
Dsdkpage.cs6 <title>Redirecting...</title>
46 var:page.title ?></h1>
/build/make/tools/perf/
Dbenchmarks119 title: str
318 "title": self.benchmark.title,
474 rows += [(benchmark.id, benchmark.title, benchmark.build_description()) for benchmark in
660 title="Lunch from clean out",
668 title="Lunch with no change",
675 title="Full build",
682 title="No change",
689 title="Create unreferenced file",
696 title="Modify Android.bp",
703 title="Modify stdio.cpp",
[all …]
/build/bazel/mkcompare/cmd/
Dmkcompare.go68 func printVars(title string, modulesByVar map[string][]string, mkFile *mkcompare.MkFile) {
70 fmt.Println(title)
77 func printModulesByType(title string, moduleNames []string, mkFile *mkcompare.MkFile) {
79 prefix := title
80 for i, c := range title {
82 prefix = title[0:i]
86 fmt.Println(title)
/build/make/tools/compliance/cmd/htmlnotice/
Dhtmlnotice.go48 title string member
121 title := flags.String("title", "", "The title of the notice file.")
167 …ctx := &context{ofile, os.Stderr, compliance.FS, *includeTOC, *product, *stripPrefix, *title, &dep…
230 if len(ctx.title) > 0 {
231 fmt.Fprintf(ctx.stdout, "<title>%s</title>\n", html.EscapeString(ctx.title))
238 if len(ctx.title) > 0 {
239 fmt.Fprintf(ctx.stdout, " <h1>%s</h1>\n", html.EscapeString(ctx.title))
Dhtmlnotice_test.go63 title string
133 title: "Emperor",
161 title: "Emperor",
812 … stderr, compliance.GetFS(tt.outDir), tt.includeTOC, "", []string{tt.stripPrefix}, tt.title, &deps}
/build/soong/ui/build/
Dtest_build.go120 title := "Dependencies in out found with no rule to create them:"
121 fmt.Fprintln(sb, title)
149 Error: fmt.Errorf(title),
/build/make/tools/compliance/cmd/textnotice/
Dtextnotice.go46 title string member
117 title := flags.String("title", "", "The title of the notice file.")
163 ctx := &context{ofile, os.Stderr, compliance.FS, *product, *stripPrefix, *title, &deps}
218 if len(ctx.title) > 0 {
219 fmt.Fprintf(ctx.stdout, "%s\n\n", ctx.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 {
/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.py135 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/bazel/scripts/incremental_build/
Dplot_metrics.template.txt25 title column with linespoints
/build/make/tools/compliance/cmd/xmlnotice/
Dxmlnotice.go47 title string member
119 title := flags.String("title", "", "The title of the notice file.")
165 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.py122 def dump_html_prologue(title, writer, warn_patterns, project_names): argument
124 writer('<title>' + title + '</title>')
128 writer(html_big(title))
/build/make/core/
Ddistdir.mk90 -product="$$(PRIVATE_GOAL)" -title="$$(PRIVATE_GOAL)" \

12