Home
last modified time | relevance | path

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

/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/javatests/res/testdata/
Dtest_mapping_with_comments18 "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/
DPsiItem.kt253 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/
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/metalava/metalava/src/test/java/com/android/tools/metalava/
DApiAnalyzerTest.kt421 fun `Deprecation when ignoring comments`() { in Deprecation when ignoring comments()
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/stub/
DStubsTest.kt363 fun `Preserve file header comments`() { in Preserve file header comments()
/tools/repohooks/tools/
Dpylintrc146 # Ignore comments when computing similarities.
147 ignore-comments=yes
/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/metalava/
DREADME.md13 javadoc comments like @hide, @doconly, @removed, etc, as well as various
120 ignores) block comments in the signature files.)
DFORMAT.md53 In v2, line comments (starting with //) are allowed. This allows us to leave