Home
last modified time | relevance | path

Searched defs:comment (Results 1 – 5 of 5) sorted by relevance

/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DEocd.java108 private final byte[] comment; field in Eocd
172 Eocd(int totalRecords, long directoryOffset, long directorySize, @Nonnull byte[] comment) { in Eocd()
DCentralDirectoryHeader.java92 private byte[] comment; field in CentralDirectoryHeader
316 void setComment(@Nonnull byte[] comment) { in setComment()
DZFile.java2592 public void setEocdComment(@Nonnull byte[] comment) { in setEocdComment()
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiItem.kt149 val comment = in fullyQualifiedDocumentation() constant
DPsiCompilationUnit.kt46 var comment: String? = null in getHeaderComments() variable