/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.h | 53 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); } in hasChildren() function
|
D | DWARFDie.h | 79 bool hasChildren() const { in hasChildren() function 81 return Die->hasChildren(); in hasChildren()
|
D | DWARFAbbreviationDeclaration.h | 91 bool hasChildren() const { return HasChildren; } in hasChildren() function
|
/third_party/skia/modules/svg/src/ |
D | SkSVGPattern.cpp | 73 if (!contentNode->hasChildren()) { in resolveHref() 77 if (contentNode->hasChildren() && !didInherit) { in resolveHref()
|
D | SkSVGContainer.cpp | 20 bool SkSVGContainer::hasChildren() const { in hasChildren() function in SkSVGContainer
|
D | SkSVGNode.cpp | 64 this->hasChildren() ? 0 : SkSVGRenderContext::kLeaf); in onPrepareToRender()
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/semantics/ |
D | image.dart | 23 if (semanticsObject.isVisualOnly && semanticsObject.hasChildren) { 31 if (semanticsObject.hasChildren) {
|
D | label_and_value.dart | 90 if (semanticsObject.hasChildren) {
|
/third_party/flutter/skia/experimental/svg/model/ |
D | SkSVGPattern.cpp | 123 if (!contentNode->hasChildren()) { in resolveHref() 127 if (contentNode->hasChildren() && !didInherit) { in resolveHref()
|
D | SkSVGContainer.h | 27 bool hasChildren() const final;
|
D | SkSVGContainer.cpp | 20 bool SkSVGContainer::hasChildren() const { in hasChildren() function in SkSVGContainer
|
D | SkSVGNode.h | 86 virtual bool hasChildren() const { return false; } in hasChildren() function
|
D | SkSVGNode.cpp | 52 this->hasChildren() ? 0 : SkSVGRenderContext::kLeaf); in onPrepareToRender()
|
/third_party/skia/modules/svg/include/ |
D | SkSVGContainer.h | 27 bool hasChildren() const final;
|
D | SkSVGNode.h | 170 virtual bool hasChildren() const { return false; } in hasChildren() function
|
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/ |
D | accessibility_bridge.mm | 156 - (BOOL)hasChildren { method 192 if ([self hasChildren]) { 223 if ([self hasChildren]) { 287 if ([self hasChildren] || [self uid] == kRootNodeId) { 508 if ([child hasChildren]) 525 if ((![child hasChildren] && child == element) || 526 ([child hasChildren] && [child accessibilityContainer] == element))
|
D | accessibility_bridge.h | 68 @property(nonatomic, readonly) BOOL hasChildren;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DIE.cpp | 187 DIEAbbrev Abbrev(Tag, hasChildren()); in generateAbbrev() 253 << dwarf::ChildrenString(hasChildren()) << "\n"; in print() 295 if (hasChildren()) { in computeOffsetsAndAbbrevs() 297 assert(Abbrev.hasChildren() && "Children flag not set"); in computeOffsetsAndAbbrevs()
|
D | AsmPrinterDwarf.cpp | 278 if (Die.hasChildren()) { in emitDwarfDIE()
|
D | DwarfUnit.h | 94 bool hasContent() const { return getUnitDie().hasChildren(); } in hasContent()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | CommandGraph.h | 167 bool hasChildren() const { return mHasChildren; } in hasChildren() function 431 return (mCurrentWritingNode != nullptr && !mCurrentWritingNode->hasChildren()); in hasChildlessWritingNode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.cpp | 131 OS << "\tDW_CHILDREN_" << (hasChildren() ? "yes" : "no") << '\n'; in dump()
|
D | DWARFUnit.cpp | 414 if (AbbrDecl->hasChildren()) in extractDIEsToVector() 825 if (!Die->hasChildren()) in getFirstChild() 836 if (!Die->hasChildren()) in getLastChild()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuCommandLine.cpp | 297 bool hasChildren (void) const { return !m_children.empty(); } in hasChildren() function in tcu::CaseTreeNode 996 return node && node->hasChildren(); in checkTestGroupName() 1002 return node && !node->hasChildren(); in checkTestCaseName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | DIE.h | 102 bool hasChildren() const { return Children; } in hasChildren() function 752 bool hasChildren() const { return ForceChildren || !Children.empty(); } in hasChildren() function
|