Searched refs:emitTypeWithParens (Results 1 – 2 of 2) sorted by relevance
/external/jdiff/src/jdiff/ |
D | HTMLIndexes.java | 620 h_.emitTypeWithParens(shownType, false); in emitCtorIndexEntry() 625 h_.emitTypeWithParens(shownType, false); in emitCtorIndexEntry() 630 h_.emitTypeWithParens(shownType, false); in emitCtorIndexEntry() 719 h_.emitTypeWithParens(shownType, false); in emitMethodIndexEntry() 722 h_.emitTypeWithParens(shownType, false); in emitMethodIndexEntry() 730 h_.emitTypeWithParens(shownType, false); in emitMethodIndexEntry() 733 h_.emitTypeWithParens(shownType, false); in emitMethodIndexEntry() 741 h_.emitTypeWithParens(shownType, false); in emitMethodIndexEntry() 744 h_.emitTypeWithParens(shownType, false); in emitMethodIndexEntry()
|
D | HTMLReportGenerator.java | 1273 emitTypeWithParens(shortType); in writeCtorTableEntry() 1303 emitTypeWithParens(shortType); in writeCtorTableEntry() 1344 emitTypeWithParens(shortNewType); in writeCtorChangedTableEntry() 1414 emitTypeWithParens(shortSignature); in writeMethodTableEntry() 1446 emitTypeWithParens(shortSignature); in writeMethodTableEntry() 1500 emitTypeWithParens(shortSignature); in writeMethodChangedTableEntry() 1880 public static void emitTypeWithParens(String type) { in emitTypeWithParens() method in HTMLReportGenerator 1881 emitTypeWithParens(type, true); in emitTypeWithParens() 1889 public static void emitTypeWithParens(String type, boolean addBreaks) { in emitTypeWithParens() method in HTMLReportGenerator
|