Searched refs:docs (Results 1 – 25 of 34) sorted by relevance
12
27 mkdir -p docs44 rm -f ../../base/docs/html/guide/topics/renderscript/reference/*.jd45 mv docs/*.jd ../../base/docs/html/guide/topics/renderscript/reference/
8 # http://www.gradle.org/docs/current/userguide/build_environment.html17 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
67 // configuration file for setting up api diffs and api docs79 // configuration file for setting up api diffs and api docs87 // Generates online docs.92 def offlineDocs = project.docs.offline94 description = 'Generates d.android.com-style documentation. To generate offline docs use ' +104 // deprecation mismatch (113) to match framework docs.136 // Specific to reference docs.140 addStringOption "dac_libraryroot", project.docs.dac.libraryroot141 addStringOption "dac_dataname", project.docs.dac.dataname157 // Generates a distribution artifact for online docs.[all …]
36 ext.docs = [:]37 ext.docs.offline = rootProject.getProperties().containsKey("offlineDocs")38 ext.docs.dac = [
24 # http://www.gradle.org/docs/current/userguide/build_environment.html33 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
23 # http://www.gradle.org/docs/current/userguide/build_environment.html32 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
5 * [Demo Mode](/packages/SystemUI/docs/demo_mode.md)
1 # See http://clang.llvm.org/docs/ClangFormatStyleOptions.html
3 Pkg.Path=docs
14 ; http://llvm.org/docs/LLVMBuild.html
69 // always build offline docs for flatfoot specific builds.70 ext.docs.dac = [83 // flatfoot docs87 baseName = "flatfoot-docs"
58 docs/_build/
1129 LinkedList<String> docs = new LinkedList<>(path.getPath()); in callUnchecked() local1130 while (docs.size() > 1 && !Objects.equals(docs.getFirst(), parentDocumentId)) { in callUnchecked()1131 docs.removeFirst(); in callUnchecked()1133 path = new Path(null, docs); in callUnchecked()
7 http://errorprone.info/docs/refaster will have up to date instructions
915 define find-no-docs-pattern927 $(call find-no-docs-pattern, $(dirs_to_document))982 framework_docs_LOCAL_DROIDDOC_HTML_DIR := docs/html990 -knowntags ./frameworks/base/docs/knowntags.txt \1031 frameworks/base/docs/knowntags.txt \1068 -resourcesdir $(LOCAL_PATH)/docs/html/reference/images/ \1212 checkbuild: doc-comment-check-docs1214 update-api: doc-comment-check-docs1244 $(LOCAL_PATH)/docs/docs-preview-index.html | $(ACP)1280 $(static_doc_index_redirect): $(LOCAL_PATH)/docs/docs-documentation-redirect.html[all …]
9 def DOCSDIR = "$rootDir/frameworks/opt/setupwizard/tools/docs"
149 DocumentFile[] docs = meow.listFiles(); in testTraverse()150 assertEquals("length", 3, docs.length); in testTraverse()
78 from 'build/docs/javadoc'