/frameworks/native/docs/ |
D | Makefile | 3 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/ |
D | large_test.sh | 7 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
|
D | make_golden.sh | 5 ../../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/ |
D | AbstractMessageParser.java | 735 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/ |
D | Makefile | 1 html/index.html : Doxyfile clean 5 $(RM) -r html
|
/frameworks/ml/nn/runtime/test/specs/ |
D | visualize_spec.sh | 27 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/ |
D | rs_value_types.spec | 83 <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>.
|
D | rs_object_info.spec | 34 …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…
|
D | generate.sh | 54 rm -f "$DOC_DIR"/reference/*.html 55 mv docs/*.html "$DOC_DIR"/reference
|
D | Utilities.cpp | 98 string stripHtml(const string& html) { in stripHtml() argument 99 string in = stringReplace(html, "<li>", "- "); in stripHtml()
|
/frameworks/base/packages/SystemUI/tools/lint/ |
D | update_baseline.sh | 11 lint . -Werror --exitcode --config tools/lint/lint.xml --html /tmp/lint_output.html \
|
D | run_lint.sh | 37 --html ${REPO_ROOT}/out/lint_output.html \
|
/frameworks/opt/setupwizard/tools/gradle/ |
D | docs.gradle | 23 exclude '**/R.html', '**/R.*.html' 44 println "Docs generated: file://${project.docsDir}/javadoc/reference/index.html"
|
D | dist-unit-tests.gradle | 86 html.enabled = true 93 from jacocoTask.reports.html.destination 95 destinationDir = jacocoTask.reports.html.destination.parentFile
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | visualize_random_graph.sh | 57 $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/ |
D | gradle.properties | 8 # 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/ |
D | gradle.properties | 8 # 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/ |
D | coverage.sh | 61 --html $OUTPUT_DIR \ 67 echo Created report at $OUTPUT_DIR/index.html
|
/frameworks/base/startop/apps/ColorChanging/ |
D | gradle.properties | 6 # 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/ |
D | ApiDocs.bp | 115 "-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-format | 1 # See http://clang.llvm.org/docs/ClangFormatStyleOptions.html
|
/frameworks/base/lowpan/tests/ |
D | README.md | 3 …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/ |
D | README.md | 3 …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/ |
D | README.txt | 7 parse_systrace.py <systrace html file>
|
/frameworks/compile/libbcc/bcinfo/Wrap/ |
D | LLVMBuild.txt | 14 ; http://llvm.org/docs/LLVMBuild.html
|