Searched refs:linkType (Results 1 - 3 of 3) sorted by relevance

/external/jdiff/src/jdiff/
H A DHTMLReportGenerator.java1145 * linkType: 0 - no link by default, 1 = link to Javadoc HTML file, 2 = link to JDiff file
1147 public void writePackageTableEntry(String pkgName, int linkType, argument
1155 if (linkType == 0) {
1164 } else if (linkType == 1) {
1173 } else if (linkType == 2) {
1178 emitComment(pkgName, possibleComment, linkType);
1186 * linkType: 0 - no link by default, 1 = link to Javadoc HTML file, 2 = link to JDiff file
1189 int linkType, boolean isInterface,
1198 if (linkType == 0) {
1210 } else if (linkType
1188 writeClassTableEntry(String pkgName, String className, int linkType, boolean isInterface, String possibleComment, boolean useOld) argument
1254 writeCtorTableEntry(String pkgName, String className, String type, int linkType, String possibleComment, boolean useOld) argument
1388 writeMethodTableEntry(String pkgName, String className, MethodAPI methodAPI, int linkType, String possibleComment, boolean useOld) argument
1551 writeFieldTableEntry(String pkgName, String className, FieldAPI fieldAPI, int linkType, String possibleComment, boolean useOld) argument
1993 emitComment(String commentID, String possibleComment, int linkType) argument
[all...]
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/webkit/Source/JavaScriptCore/assembler/
H A DARMv7Assembler.h465 JumpLinkType linkType() const { return m_linkType; }
466 void setLinkType(JumpLinkType linkType) { ASSERT(m_linkType == LinkInvalid); m_linkType = linkType; }
1719 JumpLinkType linkType = computeJumpType(record.type(), from, to); local
1720 record.setLinkType(linkType);
1721 return linkType;
1741 switch (record.linkType()) {

Completed in 124 milliseconds