Searched refs:comments (Results 1 – 10 of 10) sorted by relevance
/tools/asuite/atest/unittest_data/test_mapping/folder6/ |
D | test_mapping_sample_with_comments | 8 "include-filter": "testClass#testMethod" #comment11 // another comments 10 ],#comments9 // another comments
|
/tools/tradefederation/core/javatests/res/testdata/ |
D | test_mapping_with_comments1 | 8 "include-filter": "testClass#testMethod" #comment11 // another comments 10 ],#comments9 // another comments
|
/tools/metalava/metalava-model-psi/src/main/java/com/android/tools/metalava/model/psi/ |
D | PsiItem.kt | 253 val comments = element.comments in javadoc() constant 254 if (comments.isNotEmpty()) { in javadoc() 256 comments.asSequence().joinTo(buffer = sb, separator = "\n") { it.text } in javadoc()
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/ |
D | CentralDirectory.java | 429 byte[][] comments = new byte[entries.size()][]; in computeByteRepresentation() 443 comments[idx] = cdhs[idx].getComment(); in computeByteRepresentation() 446 + extraFields[idx].length + comments[idx].length; in computeByteRepresentation() 481 out.put(comments[idx]); in computeByteRepresentation()
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/ |
D | ApiAnalyzerTest.kt | 421 fun `Deprecation when ignoring comments`() { in Deprecation when ignoring comments()
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/stub/ |
D | StubsTest.kt | 363 fun `Preserve file header comments`() { in Preserve file header comments()
|
/tools/repohooks/tools/ |
D | pylintrc | 146 # Ignore comments when computing similarities. 147 ignore-comments=yes
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/ |
D | descriptor.proto | 678 // comments appearing before and after the declaration which appear to be 681 // A series of line comments appearing on consecutive lines, with no other 685 // stripped out. For block comments, leading whitespace and an asterisk
|
/tools/metalava/ |
D | README.md | 13 javadoc comments like @hide, @doconly, @removed, etc, as well as various 120 ignores) block comments in the signature files.)
|
D | FORMAT.md | 53 In v2, line comments (starting with //) are allowed. This allows us to leave
|