Searched refs:comments (Results 1 – 10 of 10) sorted by relevance
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/ |
D | PsiItem.kt | 239 val comments = element.comments in javadoc() constant 240 if (comments.isNotEmpty()) { in javadoc() 242 comments.asSequence().joinTo(buffer = sb, separator = "\n") { 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/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/tests/res/testdata/ |
D | test_mapping_with_comments1 | 8 "include-filter": "testClass#testMethod" #comment11 // another comments 10 ],#comments9 // another comments
|
/tools/tradefederation/core/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/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/repohooks/tools/ |
D | pylintrc | 207 # Ignore comments when computing similarities. 208 ignore-comments=yes
|
/tools/metalava/ |
D | README.md | 13 javadoc comments like @hide, @$doconly, @removed, etc, as well as various 98 ignores) block comments in the signature files.)
|
D | FORMAT.md | 49 In v2, line comments (starting with //) are allowed. This allows us to leave
|
/tools/metalava/src/test/java/com/android/tools/metalava/stub/ |
D | StubsTest.kt | 1269 fun `Preserve file header comments`() { in <lambda>()
|