Home
last modified time | relevance | path

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

12

/build/soong/licenses/
DAndroid.bp38 url: "https://spdx.org/licenses/AFL-1.1.html",
44 url: "https://spdx.org/licenses/AFL-1.2.html",
50 url: "https://spdx.org/licenses/AFL-2.0.html",
56 url: "https://spdx.org/licenses/AFL-2.1.html",
62 url: "https://spdx.org/licenses/AFL-3.0.html",
71 url: "https://spdx.org/licenses/AGPL.html",
80 url: "https://spdx.org/licenses/AGPL-1.0.html",
89 url: "https://spdx.org/licenses/AGPL-1.0-only.html",
98 url: "https://spdx.org/licenses/AGPL-1.0-or-later.html",
107 url: "https://spdx.org/licenses/AGPL-3.0.html",
[all …]
/build/bazel/rules_cc/cc/
Ddefs.bzl32 https://docs.bazel.build/versions/master/be/c-cpp.html#cc_binary
44 https://docs.bazel.build/versions/master/be/c-cpp.html#cc_test
56 https://docs.bazel.build/versions/master/be/c-cpp.html#cc_library
68 https://docs.bazel.build/versions/master/be/c-cpp.html#cc_import
80 https://docs.bazel.build/versions/master/be/c-cpp.html#cc_proto_library
92 https://docs.bazel.build/versions/master/be/c-cpp.html#fdo_prefetch_hints
104 https://docs.bazel.build/versions/master/be/c-cpp.html#fdo_profile
116 https://docs.bazel.build/versions/master/be/c-cpp.html#cc_toolchain
128 https://docs.bazel.build/versions/master/be/c-cpp.html#cc_toolchain_suite
140 https://docs.bazel.build/versions/master/be/objective-c.html#objc_library
[all …]
/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/blueprint/bootstrap/bpdoc/
Dproperties.go294 var html template.HTML
301 html += "<pre>\n\n"
304 html += "</pre>\n"
307 html += template.HTML(template.HTMLEscapeString(line)) + "\n"
310 html += "</pre>\n"
312 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;}
Dsdkpage.cs3 <html>
/build/soong/java/
Dlint.go94 html android.Path member
129 func (l LintDepSetsBuilder) Direct(html, text, xml android.Path) LintDepSetsBuilder {
130 l.HTML.Direct(html)
377 html := android.PathForModuleOut(ctx, "lint", "lint-report.html")
381 depSetsBuilder := NewLintDepSetBuilder().Direct(html, text, xml)
391 rule.Command().Text("rm -f").Output(html).Output(text).Output(xml)
426 FlagWithOutput("--html ", html).
455 rule.Command().Text(`sed -i.tmp -e 's|Check performed at .*\(</nav>\)|\1|'`).Output(html)
460 html: html,
608 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 " …
Dandroid-developer-core.css10 html,body,div,h1,h2,h3,h4,h5,h6,p,img, selector
21 html, body { selector
862 * html #app-list a { zoom: 1; margin:0 24px 0 15px;}
864 * html #list-clip {
Dandroid-developer-docs.js195 .html(topics[i].title)
227 .html(resource.title.en)
/build/make/
Dnavbar.md4 * [Outdated Reference](/core/build-system.html)
DREADME.md11 [build-system.html](/core/build-system.html). Our Android.mk files look similar,
/build/soong/cmd/soong_build/
Dwritedocs.go164 <html>
245 body,html {
258 html {
302 </html>
306 <html>
362 <a href={{$.Name}}.html#{{getModule}}.{{$prop.Name}}>{{$prop.Name}}</a>
/build/make/core/tasks/tools/
Dcompatibility.mk71 test_suite_notice_html := $(out_dir)/NOTICE.html
73 $(eval $(call combine-notice-files, html, \
/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/soong/android/
Dnotices.go47 `${generate_notice} --text-output $txtOut --html-output $htmlOut -t "$title" -s $inputDir && ` +
/build/make/target/product/security/
DREADME3 https://source.android.com/devices/tech/ota/sign_builds.html
/build/make/tools/warn/
Dhtml_writer.py59 import html
585 writer('"' + html.escape(strip_escape_string(item)) + '",')
/build/bazel/bazel_skylib/rules/
Dcommon_settings.bzl19 https://docs.bazel.build/versions/master/skylark/config.html#user-defined-build-settings

12