Home
last modified time | relevance | path

Searched refs:emitComment (Results 1 – 3 of 3) sorted by relevance

/external/jdiff/src/jdiff/
DHTMLReportGenerator.java1040 emitComment(pkgName, possibleComment, linkType); in writePackageTableEntry()
1106 emitComment(fqName, possibleComment, linkType); in writeClassTableEntry()
1170 emitComment(commentID, possibleComment, linkType); in writeCtorTableEntry()
1240 emitComment(commentID, null, 2); in writeCtorChangedTableEntry()
1313 emitComment(commentID, possibleComment, linkType); in writeMethodTableEntry()
1403 emitComment(commentID, null, 2); in writeMethodChangedTableEntry()
1466 emitComment(commentID, possibleComment, linkType); in writeFieldTableEntry()
1548 emitComment(commentID, null, 2); in writeFieldChangedTableEntry()
1855 public void emitComment(String commentID, String possibleComment, in emitComment() method in HTMLReportGenerator
/external/javapoet/src/main/java/com/squareup/javapoet/
DJavaFile.java130 codeWriter.emitComment(fileComment); in emit()
DCodeWriter.java134 public void emitComment(CodeBlock codeBlock) throws IOException { in emitComment() method in CodeWriter