Home
last modified time | relevance | path

Searched refs:hasChildren (Results 1 - 25 of 26) sorted by relevance

12

/third_party/node/lib/internal/test_runner/reporter/
H A Dspec.js69 #formatTestReport(type, data, prefix = '', indent = '', hasChildren = false) {
81 if (hasChildren) {
108 let hasChildren = false;
111 hasChildren = true;
114 return `${this.#formatTestReport(type, data, prefix, indent, hasChildren)}\n`;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h53 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); } in hasChildren() function in llvm::DWARFDebugInfoEntry
H A DDWARFDie.h79 bool hasChildren() const { in hasChildren() function in llvm::DWARFDie
81 return Die->hasChildren(); in hasChildren()
H A DDWARFAbbreviationDeclaration.h91 bool hasChildren() const { return HasChildren; } in hasChildren() function in llvm::DWARFAbbreviationDeclaration
/third_party/skia/modules/svg/src/
H A DSkSVGPattern.cpp73 if (!contentNode->hasChildren()) { in resolveHref()
77 if (contentNode->hasChildren() && !didInherit) { in resolveHref()
H A DSkSVGContainer.cpp28 bool SkSVGContainer::hasChildren() const { in hasChildren() function in SkSVGContainer
H A DSkSVGNode.cpp64 this->hasChildren() ? 0 : SkSVGRenderContext::kLeaf); in onPrepareToRender()
/third_party/skia/modules/svg/include/
H A DSkSVGContainer.h28 bool hasChildren() const final;
H A DSkSVGNode.h174 virtual bool hasChildren() const { return false; } in hasChildren() function in SkSVGNode
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp187 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()
H A DAsmPrinterDwarf.cpp278 if (Die.hasChildren()) { in emitDwarfDIE()
H A DDwarfUnit.h94 bool hasContent() const { return getUnitDie().hasChildren(); } in hasContent()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp131 OS << "\tDW_CHILDREN_" << (hasChildren() ? "yes" : "no") << '\n'; in dump()
H A DDWARFUnit.cpp414 if (AbbrDecl->hasChildren()) in extractDIEsToVector()
825 if (!Die->hasChildren()) in getFirstChild()
836 if (!Die->hasChildren()) in getLastChild()
H A DDWARFDie.cpp596 AbbrevDecl->hasChildren() ? '*' : ' ');
H A DDWARFVerifier.cpp202 if (Die.getTag() == dwarf::DW_TAG_skeleton_unit && Die.hasChildren()) { in verifyUnitContents()
/third_party/vk-gl-cts/framework/common/
H A DtcuCommandLine.cpp423 bool hasChildren (void) const { return !m_children.empty(); } in hasChildren() function in tcu::CaseTreeNode
1234 return node && node->hasChildren(); in checkTestGroupName()
1240 return node && !node->hasChildren(); in checkTestCaseName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DDIE.h102 bool hasChildren() const { return Children; } in hasChildren() function in llvm::DIEAbbrev
752 bool hasChildren() const { return ForceChildren || !Children.empty(); } in hasChildren() function in llvm::DIE
/third_party/libabigail/tests/lib/
H A Dcatch.hpp7513 virtual bool hasChildren() const = 0;
7580 bool hasChildren() const override;
12850 if (m_trackerContext.currentTracker().hasChildren())
14420 bool TrackerBase::hasChildren() const {
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 204 milliseconds

12