/third_party/vk-gl-cts/external/vulkan-docs/src/katex/contrib/ |
D | auto-render.js | 269 var childNode = elem.childNodes[i]; 271 if (childNode.nodeType === 3) { 273 var frag = auto_render_renderMathInText(childNode.textContent, optionsCopy); 275 elem.replaceChild(frag, childNode); 276 } else if (childNode.nodeType === 1) { 279 var className = ' ' + childNode.className + ' '; 280 …var shouldRender = optionsCopy.ignoredTags.indexOf(childNode.nodeName.toLowerCase()) === -1 && opt… 285 renderElem(childNode, optionsCopy);
|
D | auto-render.mjs | 153 const childNode = elem.childNodes[i]; 155 if (childNode.nodeType === 3) { 157 const frag = renderMathInText(childNode.textContent, optionsCopy); 159 elem.replaceChild(frag, childNode); 160 } else if (childNode.nodeType === 1) { 162 const className = ' ' + childNode.className + ' '; 163 …const shouldRender = optionsCopy.ignoredTags.indexOf(childNode.nodeName.toLowerCase()) === -1 && o… 166 renderElem(childNode, optionsCopy);
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | FieldMaskTree.cs | 123 Node childNode; in AddFieldPath() 124 if (!node.Children.TryGetValue(part, out childNode)) in AddFieldPath() 127 childNode = new Node(); in AddFieldPath() 128 node.Children.Add(part, childNode); in AddFieldPath() 130 node = childNode; in AddFieldPath()
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_accessibility_helper.cc | 241 OsrAXNode* childNode = node->ChildAtIndex(i); in DestroyNode() local 242 if (!childNode) { in DestroyNode() 245 childNode->SetParent(nullptr); in DestroyNode() 246 if (childNode->OsrAXTreeId() == treeId) { in DestroyNode() 247 DestroyNode(childNode); in DestroyNode()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTestHierarchyIterator.cpp | 222 TestNode* childNode = iter.children[iter.curChildNdx]; in next() local 226 if ( isTestNodeTypeExecutable(childNode->getNodeType()) ) in next() 228 const std::string testName = m_nodePath + "." + childNode->getName(); in next() 232 m_sessionStack.push_back(NodeIter(childNode)); in next()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | plurrule.cpp | 851 if ( other.childNode != nullptr ) { in OrConstraint() 852 this->childNode = new AndConstraint(*(other.childNode)); in OrConstraint() 853 if (this->childNode == nullptr) { in OrConstraint() 871 delete childNode; in ~OrConstraint() 872 childNode = nullptr; in ~OrConstraint() 888 U_ASSERT(curOrConstraint->childNode == nullptr); in add() 889 curOrConstraint->childNode = new AndConstraint(); in add() 890 if (curOrConstraint->childNode == nullptr) { in add() 894 return curOrConstraint->childNode; in add() 904 AndConstraint* andRule = orRule->childNode; in isFulfilled() [all …]
|
D | plurrule_impl.h | 334 AndConstraint *childNode = nullptr;
|
/third_party/skia/modules/skottie/src/ |
D | Layer.cpp | 134 sk_sp<sksg::RenderNode> childNode) { in AttachMask() argument 135 if (!jmask) return childNode; in AttachMask() 201 return childNode; in AttachMask() 221 return sksg::ClipEffect::Make(std::move(childNode), std::move(clip_node), true); in AttachMask() 240 return sksg::MaskEffect::Make(std::move(childNode), std::move(maskNode)); in AttachMask()
|
/third_party/flutter/skia/modules/skottie/src/ |
D | Layer.cpp | 65 sk_sp<sksg::RenderNode> childNode) { in AttachMask() argument 66 if (!jmask) return childNode; in AttachMask() 146 return childNode; in AttachMask() 167 return sksg::ClipEffect::Make(std::move(childNode), std::move(clip_node), true); in AttachMask() 191 return sksg::MaskEffect::Make(std::move(childNode), std::move(maskNode)); in AttachMask()
|
D | Skottie.cpp | 179 sk_sp<sksg::RenderNode> childNode) const { in attachOpacity() 180 if (!childNode) in attachOpacity() 183 auto opacityNode = sksg::OpacityEffect::Make(childNode); in attachOpacity() 193 return (bound || dispatched) ? std::move(opacityNode) : childNode; in attachOpacity()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | plurrule.cpp | 978 if ( other.childNode != nullptr ) { in OrConstraint() 979 this->childNode = new AndConstraint(*(other.childNode)); in OrConstraint() 980 if (this->childNode == nullptr) { in OrConstraint() 998 delete childNode; in ~OrConstraint() 999 childNode = nullptr; in ~OrConstraint() 1015 U_ASSERT(curOrConstraint->childNode == nullptr); in add() 1016 curOrConstraint->childNode = new AndConstraint(); in add() 1017 if (curOrConstraint->childNode == nullptr) { in add() 1021 return curOrConstraint->childNode; in add() 1031 AndConstraint* andRule = orRule->childNode; in isFulfilled() [all …]
|
D | plurrule_impl.h | 374 AndConstraint *childNode = nullptr;
|
/third_party/icu/icu4c/source/i18n/ |
D | plurrule.cpp | 970 if ( other.childNode != nullptr ) { in OrConstraint() 971 this->childNode = new AndConstraint(*(other.childNode)); in OrConstraint() 972 if (this->childNode == nullptr) { in OrConstraint() 990 delete childNode; in ~OrConstraint() 991 childNode = nullptr; in ~OrConstraint() 1007 U_ASSERT(curOrConstraint->childNode == nullptr); in add() 1008 curOrConstraint->childNode = new AndConstraint(); in add() 1009 if (curOrConstraint->childNode == nullptr) { in add() 1013 return curOrConstraint->childNode; in add() 1023 AndConstraint* andRule = orRule->childNode; in isFulfilled() [all …]
|
D | plurrule_impl.h | 370 AndConstraint *childNode = nullptr;
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | plurrule.cpp | 970 if ( other.childNode != nullptr ) { in OrConstraint() 971 this->childNode = new AndConstraint(*(other.childNode)); in OrConstraint() 972 if (this->childNode == nullptr) { in OrConstraint() 990 delete childNode; in ~OrConstraint() 991 childNode = nullptr; in ~OrConstraint() 1007 U_ASSERT(curOrConstraint->childNode == nullptr); in add() 1008 curOrConstraint->childNode = new AndConstraint(); in add() 1009 if (curOrConstraint->childNode == nullptr) { in add() 1013 return curOrConstraint->childNode; in add() 1023 AndConstraint* andRule = orRule->childNode; in isFulfilled() [all …]
|
D | plurrule_impl.h | 370 AndConstraint *childNode = nullptr;
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
D | AstHelpers.cpp | 21 TIntermNode *childNode = declNode.getChildNode(0); in ViewDeclaration() local 22 ASSERT(childNode); in ViewDeclaration() 24 if ((symbolNode = childNode->getAsSymbolNode())) in ViewDeclaration() 30 TIntermBinary *initNode = childNode->getAsBinaryNode(); in ViewDeclaration()
|
D | ToposortStructs.cpp | 220 TIntermNode &childNode = *declNode->getChildNode(0); in GetAsDeclaredStructure() local 222 if (TIntermSymbol *symbolNode = childNode.getAsSymbolNode()) in GetAsDeclaredStructure()
|
D | EmitMetal.cpp | 2139 TIntermNode &childNode = *declNode->getChildNode(0); in NewlinePad() local 2140 if (TIntermSymbol *symbolNode = childNode.getAsSymbolNode()) in NewlinePad()
|
/third_party/skia/modules/svg/src/ |
D | SkSVGDOM.cpp | 378 sk_sp<SkSVGNode> childNode = construct_svg_node(dom, localCtx, child); in construct_svg_node() local 379 if (childNode) { in construct_svg_node() 380 node->appendChild(std::move(childNode)); in construct_svg_node()
|
/third_party/flutter/skia/experimental/svg/model/ |
D | SkSVGDOM.cpp | 446 sk_sp<SkSVGNode> childNode = construct_svg_node(dom, localCtx, child); in construct_svg_node() local 447 if (childNode) { in construct_svg_node() 448 node->appendChild(std::move(childNode)); in construct_svg_node()
|
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/ |
D | paragraph.dart | 836 final SemanticsNode childNode = children.elementAt(placeholderIndex++); 838 childNode.rect = Rect.fromLTWH( 839 childNode.rect.left, 840 childNode.rect.top, 841 childNode.rect.width * parentData.scale, 842 childNode.rect.height * parentData.scale, 844 newChildren.add(childNode);
|
/third_party/parse5/packages/parse5/lib/tree-adapters/ |
D | interface.ts | 18 childNode: ChildNode; property
|
/third_party/glslang/glslang/HLSL/ |
D | hlslParseHelper.h | 78 …mTyped* handleUnaryMath(const TSourceLoc&, const char* str, TOperator op, TIntermTyped* childNode);
|
/third_party/glslang/glslang/MachineIndependent/ |
D | ParseHelper.h | 342 …mTyped* handleUnaryMath(const TSourceLoc&, const char* str, TOperator op, TIntermTyped* childNode);
|