Searched defs:hasChildren (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dmalloc-tree68 def hasChildren(self): member in class:Node
104 if self.hasChildren():
/external/llvm/lib/DebugInfo/
H A DDWARFAbbreviationDeclaration.h37 bool hasChildren() const { return HasChildren; } function in class:llvm::DWARFAbbreviationDeclaration
H A DDWARFDebugInfoEntry.h61 bool hasChildren() const { return !isNULL() && AbbrevDecl->hasChildren(); } function in class:llvm::DWARFDebugInfoEntryMinimal
73 return hasChildren() ? this + 1 : nullptr;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXPolicyNode.java82 public boolean hasChildren() method in class:PKIXPolicyNode
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DTreeNode.h71 bool hasChildren() const { return m_firstChild; } function in class:WTF::TreeNode
143 while (oldParent->hasChildren()) {
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPNode.java348 public boolean hasChildren() method in class:XMPNode
674 if (hasChildren())
783 if (recursive && hasChildren())
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DContainerNode.h70 bool hasChildren() const { return m_firstChild; } function in class:blink::ContainerNode
H A DNode.h210 bool hasChildren() const { return firstChild(); } function in class:blink::Node
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h81 bool hasChildren() const { return Children; } function in class:llvm::DIEAbbrev
/external/deqp/framework/common/
H A DtcuCommandLine.cpp242 bool hasChildren (void) const { return !m_children.empty(); } function in class:tcu::CaseTreeNode
851 return node && node->hasChildren();
857 return node && !node->hasChildren();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DNavigatorView.js681 * @param {boolean} hasChildren
684 WebInspector.BaseNavigatorTreeElement = function(type, title, iconClasses, hasChildren, noIcon)
687 TreeElement.call(this, "", null, hasChildren);
1000 hasChildren: function()
1195 hasChildren: function()
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXObject.h493 bool hasChildren() const { return m_haveChildren; } function in class:blink::AXObject
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/smack/asmack-master/lib/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 7523 milliseconds

12