/build/tools/droiddoc/src/ |
D | KeywordEntry.java | 22 KeywordEntry(String label, String href, String comment) in KeywordEntry() argument 26 this.comment = comment; in KeywordEntry() 33 data.setValue(base + ".comment", this.comment); in makeHDF() 48 private String comment; field in KeywordEntry
|
D | AttributeInfo.java | 44 for (AttrTagInfo comment: attrField.comment().attrTags()) { in name() 45 String n = comment.name(); in name() 55 public Comment comment() { in comment() method in AttributeInfo 57 for (AttrTagInfo attr: attrField.comment().attrTags()) { in comment() 84 TagInfo.makeHDF(data, base + ".deprecated", attrField.comment().deprecatedTags()); in makeHDF() 85 TagInfo.makeHDF(data, base + ".shortDescr", comment().briefTags()); in makeHDF() 86 TagInfo.makeHDF(data, base + ".descr", comment().tags()); in makeHDF()
|
D | DocInfo.java | 27 return comment().isHidden(); in isHidden() 31 return comment().isDocOnly(); in isDocOnly() 39 public Comment comment() in comment() method in DocInfo
|
D | ParsedTagInfo.java | 42 protected void setCommentText(String comment) in setCommentText() argument 44 mCommentText = comment; in setCommentText()
|
D | FieldInfo.java | 78 return comment().briefTags(); in firstSentenceTags() 83 return comment().tags(); in inlineTags() 99 boolean commentDeprecated = (comment().deprecatedTags().length > 0); in isDeprecated() 224 TagInfo.makeHDF(data, base + ".deprecated", comment().deprecatedTags()); in makeHDF() 225 TagInfo.makeHDF(data, base + ".seeAlso", comment().seeTags()); in makeHDF()
|
D | PackageInfo.java | 69 return comment().isHidden(); in isHidden() 90 return comment().tags(); in inlineTags() 95 return comment().briefTags(); in firstSentenceTags()
|
D | MethodInfo.java | 33 return comment().tags(); in tags() 190 return comment().briefTags(); in tags() 205 return comment().returnTags(); in tags() 220 boolean commentDeprecated = (comment().deprecatedTags().length > 0); in isDeprecated() 397 ThrowsTagInfo[] documented = comment().throwsTags(); in throwsTags() 449 for (ParamTagInfo tag: comment().paramTags()) { in paramTags() 494 SeeTagInfo[] result = comment().seeTags(); in seeTags() 505 TagInfo[] result = comment().deprecatedTags(); in deprecatedTags() 507 if (comment().undeprecateTags().length == 0) { in deprecatedTags() 571 AttrTagInfo.makeReferenceHDF(data, base + ".attrRefs", comment().attrTags()); in makeHDF()
|
D | DocFile.java | 112 Comment comment = new Comment(commentText, null, in writePage() local 114 TagInfo[] tags = comment.tags(); in writePage()
|
D | ClassInfo.java | 348 return comment().tags(); in inlineTags() 353 return comment().briefTags(); in firstSentenceTags() 359 boolean commentDeprecated = (comment().deprecatedTags().length > 0); in isDeprecated() 383 return comment().deprecatedTags(); in deprecatedTags() 573 for (AttrTagInfo tag: comment().attrTags()) { in selfAttributes() 587 for (AttrTagInfo tag: m.comment().attrTags()) { in selfAttributes() 603 for (AttrTagInfo tag: m.comment().attrTags()) { in selfAttributes() 941 TagInfo.makeHDF(data, "class.seeAlso", comment().seeTags()); in makeHDF() 1199 if (cl.comment().isHidden()) { in isHiddenImpl()
|
D | DroidDoc.java | 1073 String comment = doc.getRawCommentText(); in hasHideAnnotation() local 1074 return comment.indexOf("@hide") != -1 || comment.indexOf("@pending") != -1; in hasHideAnnotation()
|
/build/tools/droiddoc/templates/ |
D | keywords.cs | 24 ?></a> <font class="jd-letterentrycomments">(<?cs var:entry.comment ?>)</font></li>
|
D | macros.cs | 164 <td><?cs call:tag_list(tag.comment) ?></td> 183 <td><?cs call:tag_list(tag.comment) ?></td>
|
/build/tools/zipalign/ |
D | ZipEntry.cpp | 112 void ZipEntry::initNew(const char* fileName, const char* comment) in initNew() argument 121 if (comment != NULL) in initNew() 122 mCDE.mFileCommentLength = strlen(comment); in initNew() 132 strcpy((char*) mCDE.mFileComment, comment); in initNew()
|
D | ZipEntry.h | 163 void initNew(const char* fileName, const char* comment);
|
/build/tools/releasetools/ |
D | edify_generator.py | 149 def Comment(self, comment): argument 152 for i in comment.split("\n"):
|
/build/core/ |
D | armelf.x | 165 .comment 0 : { *(.comment) }
|
D | armelflib.x | 163 /DISCARD/ : { *(.note.GNU-stack) *(.comment*) *(.stack*) *(.shstrtab) }
|
D | armelf.xsc | 167 .comment 0 : { *(.comment) }
|
D | prelink-linux-arm.map | 12 # boundaries. For ease of updating this file, you will find a comment
|