/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treewalkers/ |
D | _base.py | 49 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/ |
D | DWARFDebugInfoEntry.h | 61 bool hasChildren() const { return !isNULL() && AbbrevDecl->hasChildren(); } in hasChildren() function 73 return hasChildren() ? this + 1 : nullptr; in getFirstChild()
|
D | DWARFAbbreviationDeclaration.h | 33 bool hasChildren() const { return HasChildren; } in hasChildren() function
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | XMPUtilsImpl.java | 437 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()
|
D | XMPSerializerRDF.java | 688 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()
|
D | XMPNode.java | 348 public boolean hasChildren() in hasChildren() method in XMPNode 674 if (hasChildren()) 783 if (recursive && hasChildren())
|
D | XMPIteratorImpl.java | 314 (!getOptions().isJustLeafnodes() || !visitedNode.hasChildren())) in reportNode() 582 if (!getOptions().isJustLeafnodes() || !child.hasChildren())
|
D | XMPNormalizer.java | 384 else if (baseNode.hasChildren()) in moveExplicitAliases() 503 if (!schema.hasChildren()) in deleteEmptySchemas() 602 if (dcRightsArray == null || !dcRightsArray.hasChildren()) in migrateAudioCopyright()
|
D | XMPNodeUtils.java | 311 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/ |
D | DwarfFile.cpp | 109 if (Die.hasChildren()) { in computeSizeAndOffset() 111 assert(Abbrev.hasChildren() && "Children flag not set"); in computeSizeAndOffset()
|
/external/slf4j/slf4j-api/src/main/java/org/slf4j/ |
D | Marker.java | 83 public boolean hasChildren(); in hasChildren() method
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.cpp | 71 OS << "\tDW_CHILDREN_" << (hasChildren() ? "yes" : "no") << '\n'; in dump()
|
D | DWARFUnit.cpp | 171 if (AbbrDecl->hasChildren()) { in setDIERelations() 219 if (AbbrDecl->hasChildren()) in extractDIEsToVector()
|
/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/ |
D | BasicMarker.java | 84 public boolean hasChildren() { in hasChildren() method in BasicMarker
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | PKIXPolicyNode.java | 82 public boolean hasChildren() in hasChildren() method in PKIXPolicyNode
|
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.java | 144 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/ |
D | AbstractFakeFileSystem.java | 144 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/ |
D | AbstractFakeFileSystem.java | 144 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/ |
D | AbstractFakeFileSystem.java | 144 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/ |
D | AbstractFakeFileSystem.java | 144 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/ |
D | AbstractFakeFileSystem.java | 145 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/ |
D | AbstractFakeFileSystem.java | 144 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/ |
D | AbstractFakeFileSystem.java | 145 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/ |
D | AbstractFakeFileSystem.java | 144 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/ |
D | AbstractFakeFileSystem.java | 144 if (getEntry(path) != null && !hasChildren(path)) { in delete() 569 private boolean hasChildren(String path) { in hasChildren() method in AbstractFakeFileSystem
|