Home
last modified time | relevance | path

Searched refs:documentation (Results 1 – 25 of 28) sorted by relevance

12

/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiItem.kt37 override var documentation: String variable in com.android.tools.metalava.model.psi.PsiItem
44 override var docOnly = documentation.contains("@doconly")
46 override var removed = documentation.contains("@removed")
67 documentation.contains('@') && in <lambda>()
69 (documentation.contains("@hide") || in <lambda>()
70 documentation.contains("@pending") || in <lambda>()
72 documentation.contains("@suppress")) || in <lambda>()
98 if (documentation.isBlank()) { in isCloned()
105 val docComment = codebase.getComment(documentation) in isCloned()
160 documentation = addUniqueTag(documentation, tagSection, comment) in appendDocumentation()
[all …]
DPsiPackageItem.kt29 documentation: String
34 documentation = documentation,
148 documentation = commentText, in create()
160 documentation = original.documentation, in create()
DPsiPropertyItem.kt34 documentation: String,
40 documentation = documentation,
89 documentation = commentText, in toString()
DPsiParameterItem.kt39 documentation: String,
44 documentation = documentation,
200 documentation = commentText, in create()
217 documentation = original.documentation, in create()
DPsiConstructorItem.kt37 documentation: String, in <lambda>()
45 documentation = documentation, in <lambda>()
124 documentation = commentText, in <lambda>()
151 documentation = "", in <lambda>()
DPsiFieldItem.kt34 documentation: String,
42 documentation = documentation,
130 documentation = commentText, in toString()
DPsiTypeParameterItem.kt40 documentation = ""
DPsiCompilationUnit.kt155 val doc = item.documentation in getImportStatements()
/tools/metalava/src/main/java/com/android/tools/metalava/
DDocReplacement.kt41 val doc = item.documentation in <lambda>()
49 item.documentation = new in <lambda>()
DKotlinInteropChecks.kt93 val doc = method.documentation in <lambda>()
/tools/metalava/src/test/java/com/android/tools/metalava/
DDocAnalyzerTest.kt17 fun `Basic documentation generation test`() { in Basic documentation generation test()
361 fun `Merging in documentation snippets from annotation memberDoc and classDoc`() { in Merging in documentation snippets from annotation memberDoc and classDoc()
652 fun `Create method documentation from nothing`() { in Create method documentation from nothing()
728 fun `Add to existing single-line method documentation`() { in Add to existing single-line method documentation()
769 fun `Add to existing multi-line method documentation`() { in Add to existing multi-line method documentation()
1101 fun `test documentation trim utility`() { in test documentation trim utility()
1915 fun `Invoke external documentation tool`() { in Invoke external documentation tool()
DAndroidApiChecksTest.kt23 fun `Flag TODO documentation`() { in Flag TODO documentation()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DREADME.md5 It also contains some base implementation that are used for documentation
/tools/tradefederation/core/src/com/android/tradefed/targetprep/multi/
DREADME.md5 It also contains some base implementation that are used for documentation
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DTextItem.kt28 override var documentation: String = "", variable in com.android.tools.metalava.model.text.TextItem
/tools/test/connectivity/acts/
D.gitignore57 # Sphinx documentation
/tools/test/connectivity/tools/
D.gitignore57 # Sphinx documentation
/tools/metalava/
DREADME.md137 * Misc documentation handling; for example, it attempts to fix sentences that
142 …tent/res/AssetManager.java:166: error: Replaced Kitkat with KitKat in documentation for Method and…
143 …interCapabilitiesInfo.java:122: error: Replaced Kitkat with KitKat in documentation for Method and…
151 * Support for generating documentation into the stubs files (so we can run
153 of the source code). This means that the documentation tool itself does not
156 stub sources that include documentation.
276 just one example, the code which generated documentation for typedef constants
448 As mentioned above, metalava generates documentation directly into the stubs
457 This it not how metalava does it; it generates the English documentation
461 generates the documentation is easier to reason about and to update when it's
/tools/security/sanitizer-status/
DNOTICE40 including but not limited to software source code, documentation
45 not limited to compiled object code, generated documentation,
126 documentation, if provided along with the Derivative Works; or,
/tools/trebuchet/
DLICENSE28 including but not limited to software source code, documentation
33 not limited to compiled object code, generated documentation,
114 documentation, if provided along with the Derivative Works; or,
/tools/acloud/
DLICENSE28 including but not limited to software source code, documentation
33 not limited to compiled object code, generated documentation,
114 documentation, if provided along with the Derivative Works; or,
/tools/apksig/
DLICENSE40 including but not limited to software source code, documentation
45 not limited to compiled object code, generated documentation,
126 documentation, if provided along with the Derivative Works; or,
/tools/treble/
DLICENSE28 including but not limited to software source code, documentation
33 not limited to compiled object code, generated documentation,
114 documentation, if provided along with the Derivative Works; or,
/tools/security/fuzzing/example_fuzzer/
DREADME.md31 For more information, see the libFuzzer documentation at
/tools/repohooks/tools/
Dspelling.txt419 docuentation||documentation
420 documantation||documentation
421 documentaion||documentation

12