Home
last modified time | relevance | path

Searched refs:comments (Results 1 – 10 of 10) sorted by relevance

/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiItem.kt239 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/
DCentralDirectory.java429 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/
Dtest_mapping_sample_with_comments8 "include-filter": "testClass#testMethod" #comment11 // another comments
10 ],#comments9 // another comments
/tools/tradefederation/core/tests/res/testdata/
Dtest_mapping_with_comments18 "include-filter": "testClass#testMethod" #comment11 // another comments
10 ],#comments9 // another comments
/tools/tradefederation/core/atest/unittest_data/test_mapping/folder6/
Dtest_mapping_sample_with_comments8 "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/
Ddescriptor.proto678 // 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/
Dpylintrc207 # Ignore comments when computing similarities.
208 ignore-comments=yes
/tools/metalava/
DREADME.md13 javadoc comments like @hide, @$doconly, @removed, etc, as well as various
98 ignores) block comments in the signature files.)
DFORMAT.md49 In v2, line comments (starting with //) are allowed. This allows us to leave
/tools/metalava/src/test/java/com/android/tools/metalava/stub/
DStubsTest.kt1269 fun `Preserve file header comments`() { in <lambda>()