[go: nahoru, domu]

Searched refs:html (Results 1 - 19 of 19) 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/native/docs/
H A DMakefile3 all: html jd
5 html: $(HEADERS) Doxyfile
6 mkdir -p html
12 for file in jd/*.html; do mv "$${file}" "$${file/.html/.jd}"; done
/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/supporting-devices/index.html"
47 <li><a href="<?cs var:toroot ?>training/basics/supporting-devices/languages.html">
51 <li><a href="<?cs var:toroot ?>training/basics/supporting-devices/screens.html">
55 <li><a href="<?cs var:toroot ?>training/basics/supporting-devices/platforms.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/
60 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.spec417 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.mk22 $(call all-html-files-under, src)
/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivity.java123 myWebView.loadData("", "text/html", null);
320 private final String SSL_ERROR_HTML = "<html><head><style>" +
334 "<a href=%s>%s</a></body></html>";
342 final String html = String.format(SSL_ERROR_HTML, getString(R.string.ssl_error_warning),
345 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/support/v17/leanback/
H A DAndroid.mk137 $(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/base/
H A DAndroid.mk778 $(call find-other-html-files, $(html_dirs)) \
821 framework_docs_LOCAL_DROIDDOC_HTML_DIR := docs/html
856 -overview $(LOCAL_PATH)/core/java/overview.html
1038 # ==== static html in the sdk ==================================
1065 static_doc_index_redirect := $(out_dir)/index.html
1067 $(LOCAL_PATH)/docs/docs-preview-index.html | $(ACP)
1087 LOCAL_ADDITIONAL_HTML_DIR:=docs/html-intl /
1117 LOCAL_ADDITIONAL_HTML_DIR:=docs/html-intl /
1152 # specify a second html input dir and an output path relative to OUT_DIR)
1153 LOCAL_ADDITIONAL_HTML_DIR:=docs/html
[all...]
/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 309 milliseconds