Home
last modified time | relevance | path

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

12345

/frameworks/native/docs/
DMakefile3 all: html website
5 html: $(HEADERS) Doxyfile target
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/ml/nn/tools/systrace_parser/parser/test/
Dlarge_test.sh7 if (../../parse_systrace.py no_nnapi_trace.html || true) 2>&1 | \
18 ../../parse_systrace.py hdrnet.html > hdrnet.tmp
20 ../../parse_systrace.py cpu.html > cpu.tmp
22 ../../parse_systrace.py unittest.html > unittest.tmp
24 ../../parse_systrace.py --per-execution hdrnet.html > hdrnet-bm.tmp
25 ../../parse_systrace.py --per-execution --json omr1_incomplete.html > omr1_incomplete.tmp
26 ../../parse_systrace.py omr1.html > omr1.tmp
27 ../../parse_systrace.py old.html > old.tmp
Dmake_golden.sh5 ../../parse_systrace.py hdrnet.html > hdrnet.txt
6 ../../parse_systrace.py cpu.html > cpu.txt
7 ../../parse_systrace.py unittest.html > unittest.txt
8 ../../parse_systrace.py --per-execution hdrnet.html > hdrnet-bm.txt
/frameworks/base/core/java/com/google/android/util/
DAbstractMessageParser.java735 private String html; field in AbstractMessageParser.Html
737 public Html(String text, String html) { in Html() argument
739 this.html = html; in Html()
744 return caps ? html.toUpperCase() : html; in toHtml()
755 html = trimLeadingWhitespace(html); in trimLeadingWhitespace()
760 html = trimTrailingWhitespace(html); in trimTrailingWhitespace()
1254 StringBuilder html = new StringBuilder(); in toHtml() local
1259 html.append("<p>"); in toHtml()
1262 html.append(token.toHtml(caps)); in toHtml()
1266 html.append("<a href=\""); in toHtml()
[all …]
/frameworks/wilhelm/doc/
DMakefile1 html/index.html : Doxyfile clean
5 $(RM) -r html
/frameworks/ml/nn/runtime/test/specs/
Dvisualize_spec.sh27 LOG_DIR=$(mktemp -d)/nnapi-spec-html
29 $VISUALIZER_DIR/spec_visualizer.py $SPEC_FILE -o $LOG_DIR/${SPEC_NAME}.html
31 google-chrome $LOG_DIR/${SPEC_NAME}.html
/frameworks/rs/script_api/
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 Fun…
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>.
Drs_object_info.spec34 …See the <a href='http://developer.android.com/reference/android/renderscript/Allocation.html'>andr…
58 …Elements like <a href='http://developer.android.com/reference/android/renderscript/Element.html#F3…
318 …See <a href='http://developer.android.com/reference/android/renderscript/Sampler.html'>android.ren…
342 …See <a href='http://developer.android.com/reference/android/renderscript/Sampler.html'>android.ren…
366 …See <a href='http://developer.android.com/reference/android/renderscript/Sampler.html'>android.ren…
Dgenerate.sh54 rm -f "$DOC_DIR"/reference/*.html
55 mv docs/*.html "$DOC_DIR"/reference
DUtilities.cpp98 string stripHtml(const string& html) { in stripHtml() argument
99 string in = stringReplace(html, "<li>", "- "); in stripHtml()
/frameworks/base/packages/SystemUI/tools/lint/
Dupdate_baseline.sh11 lint . -Werror --exitcode --config tools/lint/lint.xml --html /tmp/lint_output.html \
Drun_lint.sh37 --html ${REPO_ROOT}/out/lint_output.html \
/frameworks/opt/setupwizard/tools/gradle/
Ddocs.gradle23 exclude '**/R.html', '**/R.*.html'
44 println "Docs generated: file://${project.docsDir}/javadoc/reference/index.html"
Ddist-unit-tests.gradle86 html.enabled = true
93 from jacocoTask.reports.html.destination
95 destinationDir = jacocoTask.reports.html.destination.parentFile
/frameworks/ml/nn/runtime/test/fuzzing/
Dvisualize_random_graph.sh57 $GENERATOR_DIR/spec_visualizer.py $LOG_DIR/${SPEC_NAME}.mod.py -o $LOG_DIR/${SPEC_NAME}.html
59 google-chrome $LOG_DIR/${SPEC_NAME}.html
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/
Dgradle.properties8 # http://www.gradle.org/docs/current/userguide/build_environment.html
17 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
/frameworks/base/tests/TouchLatency/
Dgradle.properties8 # http://www.gradle.org/docs/current/userguide/build_environment.html
17 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
/frameworks/opt/net/wifi/tests/wifitests/
Dcoverage.sh61 --html $OUTPUT_DIR \
67 echo Created report at $OUTPUT_DIR/index.html
/frameworks/base/startop/apps/ColorChanging/
Dgradle.properties6 # http://www.gradle.org/docs/current/userguide/build_environment.html
12 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
/frameworks/base/
DApiDocs.bp115 "-overview $(location core/java/overview.html) " +
130 "docs/html",
137 resourcesdir: "docs/html/reference/images/",
149 "core/java/overview.html",
183 static_doc_index_redirect: "docs/docs-preview-index.html",
200 static_doc_index_redirect: "docs/docs-documentation-redirect.html",
219 static_doc_index_redirect: "docs/docs-documentation-redirect.html",
/frameworks/compile/slang/
D.clang-format1 # See http://clang.llvm.org/docs/ClangFormatStyleOptions.html
/frameworks/base/lowpan/tests/
DREADME.md3 …id Testing Support Library](http://developer.android.com/tools/testing-support-library/index.html).
29 …ation](https://developer.android.com/reference/android/support/test/runner/AndroidJUnitRunner.html)
/frameworks/base/wifi/tests/
DREADME.md3 …id Testing Support Library](http://developer.android.com/tools/testing-support-library/index.html).
29 …ation](https://developer.android.com/reference/android/support/test/runner/AndroidJUnitRunner.html)
/frameworks/ml/nn/tools/systrace_parser/
DREADME.txt7 parse_systrace.py <systrace html file>
/frameworks/compile/libbcc/bcinfo/Wrap/
DLLVMBuild.txt14 ; http://llvm.org/docs/LLVMBuild.html

12345