Home
last modified time | relevance | path

Searched refs:html (Results 1 – 25 of 50) sorted by relevance

12

/build/make/tools/droiddoc/templates-ndk/assets/css/
Dfullscreen.css33 *+html .cols {
48 * html .col-1, * html .col-2, * html .col-3, * html .col-4, * html .col-5, * html .col-6, * html
49 .col-7, * html .col-8, * html .col-9, * html .col-10, * html .col-11, * html .col-12, * html
50 .col-13, * html .col-14, * html .col-15, * html .col-16 {
/build/soong/third_party/zip/testdata/
Dreadme.notzip17 visit https://golang.org/ or load doc/install.html in your web browser.
20 doc/install.html by running godoc --http=:6060
21 and then visiting http://localhost:6060/doc/install.html.
34 from sources by running all.bash (see doc/install.html).
44 See doc/install.html for more details.
/build/make/tools/droiddoc/templates-ndk/
Dnosidenavpage.cs3 <html<?cs if:devsite ?> devsite<?cs /if ?>>
24 </html>
Dpackages.cs3 <html<?cs if:devsite ?> devsite<?cs /if ?>>
45 </html>
Ddesignpage.cs1 <!DOCTYPE html>
3 <html lang="en">
110 </html>
Dpackage.cs4 <html<?cs if:devsite ?> devsite<?cs /if ?>>
65 </html>
Dclasses.cs4 <html<?cs if:devsite ?> devsite<?cs /if ?>>
53 </html>
Dsdkpage.cs3 <html<?cs if:devsite ?> devsite<?cs /if ?>>
188 $("#downloadForRealz").html("Download " + $(link).text()); in onDownload()
438 $("#downloadForRealz").html($(link).text()); in onDownload()
440 $("#downloadForRealz").html("Download " + $(link).text()); in onDownload()
493 ga('send', 'event', 'SDK', 'IDE and Tools', $("#downloadForRealz").html()); in onDownloadForRealz()
574 </html>
Dsampleindex.cs3 <html<?cs if:devsite ?> devsite<?cs /if ?>>
134 </html>
Dsample.cs3 <html<?cs if:devsite ?> devsite<?cs /if ?>>
144 </html>
/build/blueprint/bootstrap/bpdoc/
Dproperties.go271 var html template.HTML
278 html += "<pre>\n\n"
281 html += "</pre>\n"
284 html += template.HTML(template.HTMLEscapeString(line)) + "\n"
287 html += "</pre>\n"
289 return html
/build/make/tools/droiddoc/templates-pdk/
Dsampleindex.cs4 <html>
53 </html>
Ddocpage.cs3 <html>
105 </html>
Dhead_tag.cs43 html,body{overflow:auto;}
/build/soong/java/
Dlint.go78 html android.Path member
109 func (l LintDepSetsBuilder) Direct(html, text, xml android.Path) LintDepSetsBuilder {
110 l.HTML.Direct(html)
296 html := android.PathForModuleOut(ctx, "lint-report.html")
300 depSetsBuilder := NewLintDepSetBuilder().Direct(html, text, xml)
331 FlagWithOutput("--html ", html).
353 html: html,
480 zip(l.htmlZip, func(l *lintOutputs) android.Path { return l.html })
/build/make/tools/droiddoc/templates-pdk/assets/
Dyui-3.3.0-reset-min.css4 http://developer.yahoo.com/yui/license.html
8 html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldse… selector
Dcustomizations.js3 …$("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " …
Dandroid-developer-resource-browser.js126 $('#resource-browser-search-params').html(taggedWithHtml.join('') + ':');
128 $('#resource-browser-search-params').html('Showing all technical resources:');
Dandroid-developer-reference.js46 var select = $("#apiLevelSelector").html("").change(changeApiLevel);
76 var thing = ($("#jd-header").html().indexOf("package") != -1) ? "package" : "class";
77 …$("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " …
/build/make/
DREADME.md11 [build-system.html](/core/build-system.html). Our Android.mk files look similar,
Dnavbar.md4 * [Outdated Reference](/core/build-system.html)
/build/soong/cmd/soong_build/
Dwritedocs.go152 <html>
233 body,html {
246 html {
290 </html>
294 <html>
350 <a href={{$.Name}}.html#{{getModule}}.{{$prop.Name}}>{{$prop.Name}}</a>
/build/make/core/
Dproguard_basic_keeps.flags5 # For enumeration classes, see http://proguard.sourceforge.net/manual/examples.html#enumerations
11 # For native methods, see http://proguard.sourceforge.net/manual/examples.html#native
17 # see http://proguard.sourceforge.net/manual/examples.html#library
/build/blueprint/bootstrap/
Dwritedocs.go112 <html>
148 </html>
/build/make/tools/droiddoc/templates-ndk/assets/js/
Ddocs.js362 .append(": " + $nextLink.html());
369 $('.content-footer .next-page-link').append(": " + $nextLink.html());
412 …$h2Title = $('<a class="title" href="'+$(this).attr('href')+'"><h2>' + $(this).html()+'</h2><span…
423 $olLessons.append('<li><a href="'+$(this).attr('href')+'">' + $(this).html()+'</a></li>');
1811 $link.html(match.__hilabel || match.label);
1818 $link.html(match.title);
2733 $("#searchTitle").html("Results for <em>" + escapeHTML(query) + "</em>");
2866 var select = $("#apiLevelSelector").html("").change(changeApiLevel);
2888 var thing = ($("#jd-header").html().indexOf("package") != -1) ? "package" : "class";
2889 $("#naMessage").show().html("<div><p><strong>This " + thing
[all …]

12