Home
last modified time | relevance | path

Searched refs:hasChildren (Results 1 – 25 of 43) sorted by relevance

12

/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treewalkers/
D_base.py49 def emptyTag(self, namespace, name, attrs, hasChildren=False): argument
60 if hasChildren:
146 hasChildren = False
156 namespace, name, attributes, hasChildren = details
159 hasChildren):
161 hasChildren = False
172 hasChildren = True
177 if hasChildren:
189 namespace, name, attributes, hasChildren = details
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h61 bool hasChildren() const { return !isNULL() && AbbrevDecl->hasChildren(); } in hasChildren() function
73 return hasChildren() ? this + 1 : nullptr; in getFirstChild()
DDWARFAbbreviationDeclaration.h33 bool hasChildren() const { return HasChildren; } in hasChildren() function
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPUtilsImpl.java437 if (parent.getOptions().isSchemaNode() && !parent.hasChildren()) in removeProperties()
552 if (!destSchema.hasChildren() && (createdSchema || deleteEmptyValues)) in appendProperties()
584 return !schemaNode.hasChildren(); in removeSchemaChildren()
608 !sourceNode.hasChildren(); in appendSubtree()
652 if (deleteEmptyValues && !destNode.hasChildren()) in appendSubtree()
681 if (!destNode.hasChildren()) in appendSubtree()
691 || !destNode.hasChildren()) in appendSubtree()
DXMPSerializerRDF.java688 if (!node.hasChildren()) in serializeCompactRDFStructProp()
1077 if (!node.hasChildren()) in serializePrettyRDFProperty()
1146 if (isStartTag || arrayNode.hasChildren()) in emitRDFArrayTag()
1164 if (isStartTag && !arrayNode.hasChildren()) in emitRDFArrayTag()
DXMPNode.java348 public boolean hasChildren() in hasChildren() method in XMPNode
674 if (hasChildren())
783 if (recursive && hasChildren())
DXMPIteratorImpl.java314 (!getOptions().isJustLeafnodes() || !visitedNode.hasChildren())) in reportNode()
582 if (!getOptions().isJustLeafnodes() || !child.hasChildren())
DXMPNormalizer.java384 else if (baseNode.hasChildren()) in moveExplicitAliases()
503 if (!schema.hasChildren()) in deleteEmptySchemas()
602 if (dcRightsArray == null || !dcRightsArray.hasChildren()) in migrateAudioCopyright()
DXMPNodeUtils.java311 if (!parent.hasChildren() && parent.getOptions().isSchemaNode()) in deleteNode()
747 if (arrayNode.getOptions().isArrayAlternate() && arrayNode.hasChildren()) in detectAltText()
823 else if (!arrayNode.hasChildren()) in chooseLocalizedText()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp109 if (Die.hasChildren()) { in computeSizeAndOffset()
111 assert(Abbrev.hasChildren() && "Children flag not set"); in computeSizeAndOffset()
/external/slf4j/slf4j-api/src/main/java/org/slf4j/
DMarker.java83 public boolean hasChildren(); in hasChildren() method
/external/llvm/lib/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.cpp71 OS << "\tDW_CHILDREN_" << (hasChildren() ? "yes" : "no") << '\n'; in dump()
DDWARFUnit.cpp171 if (AbbrDecl->hasChildren()) { in setDIERelations()
219 if (AbbrDecl->hasChildren()) in extractDIEsToVector()
/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
DBasicMarker.java84 public boolean hasChildren() { in hasChildren() method in BasicMarker
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DPKIXPolicyNode.java82 public boolean hasChildren() in hasChildren() method in PKIXPolicyNode
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java144 if (getEntry(path) != null && !hasChildren(path)) { in delete()
569 private boolean hasChildren(String path) { in hasChildren() method in AbstractFakeFileSystem
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java144 if (getEntry(path) != null && !hasChildren(path)) { in delete()
578 private boolean hasChildren(String path) { in hasChildren() method in AbstractFakeFileSystem
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java144 if (getEntry(path) != null && !hasChildren(path)) { in delete()
570 private boolean hasChildren(String path) { in hasChildren() method in AbstractFakeFileSystem
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java144 if (getEntry(path) != null && !hasChildren(path)) { in delete()
570 private boolean hasChildren(String path) { in hasChildren() method in AbstractFakeFileSystem
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java144 if (getEntry(path) != null && !hasChildren(path)) { in delete()
578 private boolean hasChildren(String path) { in hasChildren() method in AbstractFakeFileSystem
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java145 if (getEntry(path) != null && !hasChildren(path)) { in delete()
579 private boolean hasChildren(String path) { in hasChildren() method in AbstractFakeFileSystem
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java144 if (getEntry(path) != null && !hasChildren(path)) { in delete()
569 private boolean hasChildren(String path) { in hasChildren() method in AbstractFakeFileSystem
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java145 if (getEntry(path) != null && !hasChildren(path)) { in delete()
579 private boolean hasChildren(String path) { in hasChildren() method in AbstractFakeFileSystem
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java144 if (getEntry(path) != null && !hasChildren(path)) { in delete()
570 private boolean hasChildren(String path) { in hasChildren() method in AbstractFakeFileSystem
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java144 if (getEntry(path) != null && !hasChildren(path)) { in delete()
569 private boolean hasChildren(String path) { in hasChildren() method in AbstractFakeFileSystem

12