/build/make/tools/droiddoc/templates-pdk/ |
D | docpage.cs | 13 <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 ?>">← Back to <?cs var:parent.title ?></a></p>
|
D | head_tag.cs | 7 <title><?cs 8 if:page.title ?><?cs 9 var:page.title ?> | <?cs 10 /if ?>Android Developers</title><?cs
|
D | customizations.cs | 52 …<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="…
|
D | sampleindex.cs | 16 <h1><?cs var:page.title ?></h1>
|
D | sdkpage.cs | 6 <title>Redirecting...</title> 46 var:page.title ?></h1>
|
/build/make/tools/perf/ |
D | benchmarks | 119 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/ |
D | mkcompare.go | 68 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/ |
D | htmlnotice.go | 48 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))
|
D | htmlnotice_test.go | 63 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/ |
D | test_build.go | 120 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/ |
D | textnotice.go | 46 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/ |
D | android-developer-docs-devguide.css | 4 /* Page title */
|
D | android-developer-resource-browser.js | 44 if (result.title && 45 result.title.en.toLowerCase().indexOf(keyword) >= 0)
|
D | android-developer-docs.js | 185 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)
|
D | carousel.js | 108 …descDiv.innerHTML = (droid.title != "") ? "<h3>" + droid.title + "</h3>" + droid.desc : droid.desc;
|
D | android-developer-docs.css | 9 #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/ |
D | mk2bp_catalog.py | 95 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 …]
|
D | java-event-log-tags.py | 135 out = name[0].lower() + re.sub(r"[^A-Za-z0-9]", "", name.title())[1:]
|
D | compare_builds.py | 644 def PrintList(self, title, items, fmt="%s"): argument 648 sys.stdout.write("%s:\n" % title)
|
D | generate-notice-files.py | 230 file_title = args.title
|
/build/bazel/scripts/incremental_build/ |
D | plot_metrics.template.txt | 25 title column with linespoints
|
/build/make/tools/compliance/cmd/xmlnotice/ |
D | xmlnotice.go | 47 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/ |
D | writedocs.go | 167 <title>Build Docs</title> 309 <title>Build Docs</title>
|
/build/make/tools/warn/ |
D | html_writer.py | 122 def dump_html_prologue(title, writer, warn_patterns, project_names): argument 124 writer('<title>' + title + '</title>') 128 writer(html_big(title))
|
/build/make/core/ |
D | distdir.mk | 90 -product="$$(PRIVATE_GOAL)" -title="$$(PRIVATE_GOAL)" \
|