Searched refs:html (Results 1 - 17 of 17) sorted by relevance

/frameworks/wilhelm/doc/
H A DMakefile0 html/index.html : Doxyfile clean
5 $(RM) -r html
/frameworks/native/docs/
H A DMakefile3 all: html website
5 html: $(HEADERS) Doxyfile
6 mkdir -p html
9 website: $(HEADERS) Doxyfile header.html
11 HTML_HEADER=header.html HTML_FOOTER=footer.html HTML_OUTPUT=website doxygen
12 rm -f website/index.html
/frameworks/support/core/ktx/src/androidTest/java/androidx/core/text/
H A DHtmlTest.kt55 val html = buildSpannedString {
60 assertTrue(html, html.contains("<b>Hi</b>"))
/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java176 // Remove any empty html tokens.
657 HTML ("html"),
713 public String toHtml(boolean caps) { throw new AssertionError("not html"); }
720 /** Represents a simple string of html text. */
722 private String html; field in class:AbstractMessageParser.Html
724 public Html(String text, String html) { argument
726 this.html = html;
731 return caps ? html.toUpperCase() : html;
[all...]
/frameworks/opt/setupwizard/tools/gradle/
H A Ddist-unit-tests.gradle86 html.enabled = true
93 from jacocoTask.reports.html.destination
95 destinationDir = jacocoTask.reports.html.destination.parentFile
/frameworks/rs/script_api/
H A Dgenerate.sh54 rm -f "$DOC_DIR"/reference/*.html
55 mv docs/*.html "$DOC_DIR"/reference
H A Drs_object_info.spec34 See the <a href='http://developer.android.com/reference/android/renderscript/Allocation.html'>android.renderscript.Allocation</a> for details on to create Allocations.
58 Elements like <a href='http://developer.android.com/reference/android/renderscript/Element.html#F32_2(android.renderscript.RenderScript)'>F32_2</a>.
60 To create complex Elements, use the <a href='http://developer.android.com/reference/android/renderscript/Element.Builder.html'>Element.Builder</a> Java class.
65 See <a href='http://developer.android.com/reference/android/renderscript/Sampler.html'>android.renderscript.S</a>.
318 See <a href='http://developer.android.com/reference/android/renderscript/Sampler.html'>android.renderscript.S</a>.
330 See <a href='http://developer.android.com/reference/android/renderscript/Sampler.html'>android.renderscript.S</a>.
342 See <a href='http://developer.android.com/reference/android/renderscript/Sampler.html'>android.renderscript.S</a>.
354 See <a href='http://developer.android.com/reference/android/renderscript/Sampler.html'>android.renderscript.S</a>.
366 See <a href='http://developer.android.com/reference/android/renderscript/Sampler.html'>android.renderscript.S</a>.
H A Drs_value_types.spec83 <a href='rs_matrix.html'>Matrix Functions</a> for the list of operations.
85 Quaternions are also supported via @rs_quaternion. See <a href='rs_quaternion.html'>Quaterion Functions</a> for the list
541 See <a href='rs_matrix.html'>Matrix Functions</a>.
552 See <a href='rs_matrix.html'>Matrix Functions</a>.
563 See <a href='rs_matrix.html'>Matrix Functions</a>.
573 See <a href='rs_quaternion.html'>Quaternion Functions</a>.
H A DUtilities.h37 std::string stripHtml(const std::string& html);
H A DUtilities.cpp98 string stripHtml(const string& html) { argument
99 string in = stringReplace(html, "<li>", "- ");
H A Drs_allocation_data.spec417 See <a href='http://developer.android.com/reference/android/renderscript/Sampler.html'>android.renderscript.Sampler</a> for more details.
/frameworks/opt/net/wifi/tests/wifitests/
H A Dcoverage.sh62 --html $OUTPUT_DIR \
68 echo Created report at $OUTPUT_DIR/index.html
/frameworks/base/
H A DAndroid.mk113 $(call find-other-html-files, $(html_dirs)) \
156 framework_docs_LOCAL_DROIDDOC_HTML_DIR := docs/html
201 -overview $(LOCAL_PATH)/core/java/overview.html \
247 -resourcesdir $(LOCAL_PATH)/docs/html/reference/images/ \
618 # ==== static html in the sdk ==================================
645 static_doc_index_redirect := $(out_dir)/index.html
647 $(LOCAL_PATH)/docs/docs-preview-index.html | $(ACP)
682 static_doc_index_redirect := $(out_dir)/index.html
683 $(static_doc_index_redirect): $(LOCAL_PATH)/docs/docs-documentation-redirect.html
726 static_doc_index_redirect := $(out_dir)/index.html
[all...]
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java409 public void setStyledTextHtmlConverter(StyledTextHtmlConverter html) { argument
410 mConverter.setStyledTextHtmlConverter(html);
726 * Set html to EditStyledText.
728 * @param html The html to be set.
730 public void setHtml(String html) { argument
731 mConverter.SetHtml(html);
1870 public StyledTextConverter(EditStyledText est, StyledTextHtmlConverter html) { argument
1872 mHtml = html;
1875 public void setStyledTextHtmlConverter(StyledTextHtmlConverter html) { argument
1925 SetHtml(String html) argument
[all...]
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
H A DCaptivePortalLoginActivity.java121 mWebView.loadData("", "text/html", null);
310 mWebView.loadData("", "text/html", null);
418 private final String SSL_ERROR_HTML = "<html><head><style>"
431 + "<div class=example>%s</div>" + "<a href=%s>%s</a></body></html>";
439 final String html = String.format(SSL_ERROR_HTML, getString(R.string.ssl_error_warning),
442 view.loadDataWithBaseURL(INTERNAL_ASSETS, html, "text/HTML", "UTF-8", null);
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1579 milliseconds