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

123

/external/skia/experimental/svg/model/
H A DSkSVGContainer.cpp20 bool SkSVGContainer::hasChildren() const { function in class:SkSVGContainer
H A DSkSVGNode.h79 virtual bool hasChildren() const { return false; } function in class:SkSVGNode
/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h33 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/slf4j/slf4j-api/src/main/java/org/slf4j/
H A DMarker.java83 public boolean hasChildren(); method in interface:Marker
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
H A DDWARFAbbreviationDeclaration.h33 bool hasChildren() const { return HasChildren; } function in class:llvm::DWARFAbbreviationDeclaration
H A DDWARFDebugInfoEntry.h59 bool hasChildren() const { return !isNULL() && AbbrevDecl->hasChildren(); } function in class:llvm::DWARFDebugInfoEntryMinimal
81 return hasChildren() ? this + 1 : 0;
84 return hasChildren() ? this + 1 : 0;
/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
H A DBasicMarker.java84 public boolean hasChildren() { method in class:BasicMarker
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXPolicyNode.java82 public boolean hasChildren() method in class:PKIXPolicyNode
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java145 if (getEntry(path) != null && !hasChildren(path)) {
579 private boolean hasChildren(String path) { method in class:AbstractFakeFileSystem
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java144 if (getEntry(path) != null && !hasChildren(path)) {
569 private boolean hasChildren(String path) { method in class:AbstractFakeFileSystem
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java144 if (getEntry(path) != null && !hasChildren(path)) {
569 private boolean hasChildren(String path) { method in class:AbstractFakeFileSystem
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java144 if (getEntry(path) != null && !hasChildren(path)) {
620 private boolean hasChildren(String path) { method in class:AbstractFakeFileSystem
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java144 if (getEntry(path) != null && !hasChildren(path)) {
569 private boolean hasChildren(String path) { method in class:AbstractFakeFileSystem
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java144 if (getEntry(path) != null && !hasChildren(path)) {
570 private boolean hasChildren(String path) { method in class:AbstractFakeFileSystem
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java144 if (getEntry(path) != null && !hasChildren(path)) {
570 private boolean hasChildren(String path) { method in class:AbstractFakeFileSystem
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java144 if (getEntry(path) != null && !hasChildren(path)) {
570 private boolean hasChildren(String path) { method in class:AbstractFakeFileSystem
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java144 if (getEntry(path) != null && !hasChildren(path)) {
578 private boolean hasChildren(String path) { method in class:AbstractFakeFileSystem
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java144 if (getEntry(path) != null && !hasChildren(path)) {
578 private boolean hasChildren(String path) { method in class:AbstractFakeFileSystem
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java145 if (getEntry(path) != null && !hasChildren(path)) {
579 private boolean hasChildren(String path) { method in class:AbstractFakeFileSystem
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java145 if (getEntry(path) != null && !hasChildren(path)) {
579 private boolean hasChildren(String path) { method in class:AbstractFakeFileSystem
/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/parameter-framework/upstream/tools/coverage/
H A Dcoverage.py93 def hasChildren(self): member in class:Element
823 if not self.criteria.hasChildren() :
/external/deqp/framework/common/
H A DtcuCommandLine.cpp254 bool hasChildren (void) const { return !m_children.empty(); } function in class:tcu::CaseTreeNode
883 return node && node->hasChildren();
889 return node && !node->hasChildren();
/external/llvm/include/llvm/CodeGen/
H A DDIE.h83 bool hasChildren() const { return Children; } function in class:llvm::DIEAbbrev
626 bool hasChildren() const { return !Children.empty(); } function in class:llvm::DIE

Completed in 662 milliseconds

123