/external/jdiff/src/jdiff/ |
D | Modifiers.java | 63 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()
|
D | ClassDiff.java | 88 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()
|
D | HTMLReportGenerator.java | 1698 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/smack/src/org/jivesoftware/smackx/packet/ |
D | VCard.java | 614 private boolean hasContent() { in hasContent() method in VCard 721 appendTag("vCard", "xmlns", "vcard-temp", hasContent(), new ContentBuilder() { in write() 841 private void appendTag(String tag, String attr, String attrValue, boolean hasContent, in appendTag() argument 848 if (hasContent) { in appendTag() 858 private void appendTag(String tag, boolean hasContent, ContentBuilder builder) { in appendTag() argument 859 appendTag(tag, null, null, hasContent, builder); in appendTag()
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | ResourceJSONView.js | 53 hasContent: function() method in WebInspector.ResourceJSONView
|
D | NetworkItemView.js | 44 if (contentView.hasContent()) {
|
D | FontView.js | 43 hasContent: function() method in WebInspector.FontView
|
D | ImageView.js | 37 hasContent: function() method in WebInspector.ImageView
|
D | ResourceView.js | 38 hasContent: function() method in WebInspector.ResourceView
|
D | SourceFrame.js | 113 hasContent: function() method in WebInspector.SourceFrame
|
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
D | InspectorCanvas.h | 53 bool hasContent() {return m_hasContent;} in hasContent() function
|
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
D | PictureLayerContent.cpp | 72 if (!checker.hasContent()) { in maxZoomScale()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.h | 130 bool hasContent() const { return !CUDie->getChildren().empty(); } in hasContent() function
|
/external/webkit/Source/WebKit/android/nav/ |
D | WebView.cpp | 544 bool hasContent() { in hasContent() function in android::WebView 1022 return GET_NATIVE_VIEW(env, obj)->hasContent(); in nativeHasContent()
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
D | SIPMessage.java | 894 public boolean hasContent() { in hasContent() method in SIPMessage
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 6538 (WebInspector.FontView.prototype.hasContent): 6543 (WebInspector.ImageView.prototype.hasContent): 6575 (WebInspector.ResourceView.prototype.hasContent): 6589 (WebInspector.SourceView.prototype.hasContent):
|
D | ChangeLog-2011-02-16 | 18451 (WebInspector.SourceFrame.prototype.hasContent):
|
D | ChangeLog | 38435 … (WebInspector.ResourceJSONView.parseJSON.WebInspector.ResourceJSONView.prototype.hasContent):
|