Home
last modified time | relevance | path

Searched refs:HTML (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/samples/training/network-usage/
DREADME.txt8 -- Parses the XML feed, combines feed elements with HTML markup, and displays the resulting HTML in…
/frameworks/wilhelm/doc/
DDoxyfile734 # will point to the HTML generated by the htags(1) tool instead of doxygen
771 # configuration options related to the HTML output
775 # generate HTML output.
779 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
786 # each generated HTML page (for example: .htm,.php,.asp). If it is left blank
791 # The HTML_HEADER tag can be used to specify a personal HTML header for
792 # each generated HTML page. If it is left blank doxygen will generate a
797 # The HTML_FOOTER tag can be used to specify a personal HTML footer for
798 # each generated HTML page. If it is left blank doxygen will generate a
804 # style sheet that is used by each HTML page. It can be used to
[all …]
/frameworks/native/docs/
DDoxyfile260 # can mix doxygen, HTML, and XML commands with Markdown formatting.
318 # @ingroup) instead of on a separate page (for HTML and Man pages) or
327 # structs, classes, and unions are shown on a separate page (for HTML and Man
877 # will point to the HTML generated by the htags(1) tool instead of doxygen
914 # configuration options related to the HTML output
918 # generate HTML output.
922 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
929 # each generated HTML page (for example: .htm,.php,.asp). If it is left blank
934 # The HTML_HEADER tag can be used to specify a personal HTML header for
935 # each generated HTML page. If it is left blank doxygen will generate a
[all …]
/frameworks/av/media/libaaudio/
DDoxyfile279 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
346 # instead of on a separate page (for HTML and Man pages) or section (for LaTeX
359 # to NO, structs, classes, and unions are shown on a separate page (for HTML and
942 # will make the HTML file larger and loading of large files a bit slower, you
950 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
1006 # Configuration options related to the HTML output
1009 # If the GENERATE_HTML tag is set to YES doxygen will generate HTML output
1014 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
1023 # generated HTML page (for example: .htm, .php, .asp).
1029 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
[all …]
DDoxyfile.orig279 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
346 # instead of on a separate page (for HTML and Man pages) or section (for LaTeX
359 # to NO, structs, classes, and unions are shown on a separate page (for HTML and
933 # will make the HTML file larger and loading of large files a bit slower, you
941 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
997 # Configuration options related to the HTML output
1000 # If the GENERATE_HTML tag is set to YES doxygen will generate HTML output
1005 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
1014 # generated HTML page (for example: .htm, .php, .asp).
1020 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
[all …]
/frameworks/av/media/codec2/docs/
Ddoxygen.config300 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
374 # instead of on a separate page (for HTML and Man pages) or section (for LaTeX
387 # to NO, structs, classes, and unions are shown on a separate page (for HTML and
986 # will make the HTML file larger and loading of large files a bit slower, you
994 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
1069 # Configuration options related to the HTML output
1072 # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
1077 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
1086 # generated HTML page (for example: .htm, .php, .asp).
1092 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
[all …]
/frameworks/base/media/native/midi/include/
DDoxyfile.orig300 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
383 # instead of on a separate page (for HTML and Man pages) or section (for LaTeX
396 # to NO, structs, classes, and unions are shown on a separate page (for HTML and
1036 # will make the HTML file larger and loading of large files a bit slower, you
1044 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
1119 # Configuration options related to the HTML output
1122 # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
1127 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
1136 # generated HTML page (for example: .htm, .php, .asp).
1142 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
[all …]
DDoxyfile300 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
383 # instead of on a separate page (for HTML and Man pages) or section (for LaTeX
396 # to NO, structs, classes, and unions are shown on a separate page (for HTML and
1036 # will make the HTML file larger and loading of large files a bit slower, you
1044 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
1119 # Configuration options related to the HTML output
1122 # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
1127 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
1136 # generated HTML page (for example: .htm, .php, .asp).
1142 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
[all …]
/frameworks/base/packages/SystemUI/tools/lint/
Drun_lint.sh44 Please check the HTML results file and fix the errors.
/frameworks/opt/net/wifi/tests/wifitests/
DREADME.md47 for results. By default the results are generated as a set of HTML pages. For example, you can use
/frameworks/opt/setupwizard/tools/gradle/
Ddist-unit-tests.gradle91 // Create a zip file of the HTML coverage reports
/frameworks/base/core/java/com/google/android/util/
DAbstractMessageParser.java661 HTML ("html"), enumConstant
738 super(Type.HTML, text); in Html()