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/support/v4/jellybean/android/support/v4/app/
H A DShareCompatJB.java22 public static String escapeHtml(CharSequence html) { argument
23 return Html.escapeHtml(html);
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs4 <a href="<?cs var:toroot ?>training/index.html">
12 <a href="<?cs var:toroot ?>training/basics/firstapp/index.html"
19 <li><a href="<?cs var:toroot ?>training/basics/firstapp/creating-project.html">
23 <li><a href="<?cs var:toroot ?>training/basics/firstapp/running-app.html">
27 <li><a href="<?cs var:toroot ?>training/basics/firstapp/building-ui.html">
31 <li><a href="<?cs var:toroot ?>training/basics/firstapp/starting-activity.html">
40 <a href="<?cs var:toroot ?>training/basics/actionbar/index.html"
48 <li><a href="<?cs var:toroot ?>training/basics/actionbar/setting-up.html">
52 <li><a href="<?cs var:toroot ?>training/basics/actionbar/adding-buttons.html">
56 <li><a href="<?cs var:toroot ?>training/basics/actionbar/styling.html">
[all...]
/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/rs/api/
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 Dgenerate.sh46 rm -f ../../base/docs/html/guide/topics/renderscript/reference/*.jd
47 mv docs/*.jd ../../base/docs/html/guide/topics/renderscript/reference/
57 echo "Be sure to update platform/frameworks/base/docs/html/guide/guide_toc.cs if needed."
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.spec409 See <a href='http://developer.android.com/reference/android/renderscript/Sampler.html'>android.renderscript.Sampler</a> for more details.
/frameworks/support/recommendation/
H A DAndroid.mk21 $(call all-html-files-under, src)
/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivity.java125 myWebView.loadData("", "text/html", null);
322 private final String SSL_ERROR_HTML = "<html><head><style>" +
336 "<a href=%s>%s</a></body></html>";
344 final String html = String.format(SSL_ERROR_HTML, getString(R.string.ssl_error_warning),
347 view.loadDataWithBaseURL(INTERNAL_ASSETS, html, "text/HTML", "UTF-8", null);
/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/
H A DAndroid.mk681 $(call find-other-html-files, $(html_dirs)) \
722 framework_docs_LOCAL_DROIDDOC_HTML_DIR := docs/html
755 -overview $(LOCAL_PATH)/core/java/overview.html
897 # ==== static html in the sdk ==================================
916 -todo $(OUT_DOCS)/$(LOCAL_MODULE)-docs-todo.html \
924 static_doc_index_redirect := $(out_dir)/index.html
926 $(LOCAL_PATH)/docs/docs-documentation-redirect.html | $(ACP)
945 LOCAL_ADDITIONAL_HTML_DIR:=docs/html-intl /
975 LOCAL_ADDITIONAL_HTML_DIR:=docs/html-intl /
1007 # specify a second html inpu
[all...]
/frameworks/support/v17/leanback/
H A DAndroid.mk94 $(call all-html-files-under, src)
/frameworks/support/v4/java/android/support/v4/app/
H A DShareCompat.java139 public String escapeHtml(CharSequence html) { argument
140 return ShareCompatJB.escapeHtml(html);
/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 494 milliseconds