/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 | sdkpage.cs | 6 <title>Redirecting...</title> 46 var:page.title ?></h1>
|
D | sampleindex.cs | 16 <h1><?cs var:page.title ?></h1>
|
/build/make/tools/compliance/cmd/htmlnotice/ |
D | htmlnotice.go | 47 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))
|
D | htmlnotice_test.go | 63 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/ |
D | test_build.go | 113 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/ |
D | textnotice.go | 45 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/ |
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 | 134 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/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 {
|
D | style.css | 177 div#jd-content h4.jd-details-title {
|
D | android-developer-core.css | 566 #leftSearchControl .gsc-resultsHeader .gsc-title {
|
D | jquery-1.6.2.min.js | 16 …port.getSetAttribute||(f.attrFix=f.propFix,v=f.attrHooks.name=f.attrHooks.title=f.valHooks.button=…
|
/build/make/tools/compliance/cmd/xmlnotice/ |
D | xmlnotice.go | 46 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/ |
D | writedocs.go | 167 <title>Build Docs</title> 309 <title>Build Docs</title>
|
/build/make/tools/warn/ |
D | html_writer.py | 121 def dump_html_prologue(title, writer, warn_patterns, project_names): argument 123 writer('<title>' + title + '</title>') 127 writer(html_big(title))
|
/build/make/core/ |
D | Makefile | 670 --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) $(…
|