Home
last modified time | relevance | path

Searched refs:hasContent (Results 1 – 4 of 4) sorted by relevance

/external/jdiff/src/jdiff/
DModifiers.java63 boolean hasContent = false; in diff()
70 hasContent = true; in diff()
73 if (hasContent) in diff()
80 hasContent = true; in diff()
83 if (hasContent) in diff()
89 hasContent = true; in diff()
94 if (hasContent) in diff()
98 hasContent = true; in diff()
DClassDiff.java88 boolean hasContent = false; in diff()
92 hasContent = true; in diff()
122 if (hasContent) in diff()
128 hasContent = true; in diff()
131 if (hasContent) in diff()
137 hasContent = true; in diff()
DHTMLReportGenerator.java1698 boolean hasContent = false; in emitChanges()
1717 hasContent = true; in emitChanges()
1731 if (hasContent) in emitChanges()
1742 hasContent = true; in emitChanges()
1749 if (hasContent) in emitChanges()
1819 hasContent = true; in emitChanges()
1823 if (hasContent) in emitChanges()
1826 hasContent = true; in emitChanges()
1831 if (hasContent) in emitChanges()
1834 hasContent = true; in emitChanges()
[all …]
/external/nist-sip/java/gov/nist/javax/sip/message/
DSIPMessage.java894 public boolean hasContent() { in hasContent() method in SIPMessage