Home
last modified time | relevance | path

Searched refs:childNode (Results 1 – 25 of 45) sorted by relevance

12

/external/protobuf/csharp/src/Google.Protobuf/
DFieldMaskTree.cs123 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()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/ttml/
DTtmlRenderUtil.java219 TtmlNode childNode = childNodesStack.pop(); in findRubyTextNode() local
220 if (childNode.style != null && childNode.style.getRubyType() == TtmlStyle.RUBY_TYPE_TEXT) { in findRubyTextNode()
221 return childNode; in findRubyTextNode()
223 for (int i = childNode.getChildCount() - 1; i >= 0; i--) { in findRubyTextNode()
224 childNodesStack.push(childNode.getChild(i)); in findRubyTextNode()
/external/deqp/framework/common/
DtcuTestHierarchyIterator.cpp222 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()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DDOMBuilder.java481 Node childNode; in characters() local
482 childNode = m_currentNode != null ? m_currentNode.getLastChild(): null; in characters()
483 if( childNode != null && childNode.getNodeType() == Node.TEXT_NODE ){ in characters()
484 ((Text)childNode).appendData(s); in characters()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/
DNode.java341 protected void setAsParentNodeOf(Node childNode) { in setAsParentNodeOf() argument
342 if (childNode != null) { in setAsParentNodeOf()
343 childNode.setParentNode(this); in setAsParentNodeOf()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPNodeUtils.java168 XMPNode childNode = parent.findChildByName(childName); in findChildNode() local
170 if (childNode == null && createNodes) in findChildNode()
173 childNode = new XMPNode(childName, options); in findChildNode()
174 childNode.setImplicit(true); in findChildNode()
175 parent.addChild(childNode); in findChildNode()
178 assert childNode != null || !createNodes; in findChildNode()
180 return childNode; in findChildNode()
DParseRDF.java910 XMPNode childNode = addChildNode(xmp, xmpParent, xmlNode, "", isTopLevel); in rdf_EmptyPropertyElement() local
915 childNode.setValue(valueNode != null ? valueNode.getNodeValue() : ""); in rdf_EmptyPropertyElement()
919 childNode.getOptions().setURI(true); in rdf_EmptyPropertyElement()
924 childNode.getOptions().setStruct(true); in rdf_EmptyPropertyElement()
947 addQualifierNode(childNode, "rdf:resource", attribute.getNodeValue()); in rdf_EmptyPropertyElement()
954 childNode, attribute.getNodeName(), attribute.getNodeValue()); in rdf_EmptyPropertyElement()
958 addQualifierNode (childNode, XML_LANG, attribute.getNodeValue()); in rdf_EmptyPropertyElement()
962 addChildNode (xmp, childNode, attribute, attribute.getNodeValue(), false); in rdf_EmptyPropertyElement()
DXMPNormalizer.java417 private static void transplantArrayItemAlias(Iterator propertyIt, XMPNode childNode, in transplantArrayItemAlias() argument
422 if (childNode.getOptions().getHasLanguage()) in transplantArrayItemAlias()
429 childNode.addQualifier(langQual); in transplantArrayItemAlias()
433 childNode.setName(XMPConst.ARRAY_ITEM_NAME); in transplantArrayItemAlias()
434 baseArray.addChild(childNode); in transplantArrayItemAlias()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/
DNode.java314 protected void setAsParentNodeOf(Node childNode) { in setAsParentNodeOf() argument
315 if (childNode != null) { in setAsParentNodeOf()
316 childNode.setParentNode(this); in setAsParentNodeOf()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/representer/
DRepresenter.java186 for (Node childNode : snode.getValue()) { in checkGlobalTag()
190 if (childNode.getNodeId() == NodeId.mapping) { in checkGlobalTag()
191 childNode.setTag(Tag.MAP); in checkGlobalTag()
/external/skia/modules/skottie/src/
DLayer.cpp134 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()
/external/catch2/include/reporters/
Dcatch_reporter_junit.cpp204 for( auto const& childNode : sectionNode.childSections ) in writeSection() local
206 writeSection( name, "", *childNode ); in writeSection()
208 writeSection( className, name, *childNode ); in writeSection()
Dcatch_reporter_sonarqube.hpp96 for(auto const& childNode : sectionNode.childSections) in writeSection() local
97 writeSection(name, *childNode, okToFail); in writeSection()
/external/catch2/single_include/catch2/
Dcatch_reporter_sonarqube.hpp96 for(auto const& childNode : sectionNode.childSections) in writeSection() local
97 writeSection(name, *childNode, okToFail); in writeSection()
/external/llvm-project/mlir/lib/Transforms/
DCSE.cpp203 auto *childNode = *(currentNode->childIterator++); in simplifyRegion() local
205 std::make_unique<CFGStackNode>(knownValues, childNode)); in simplifyRegion()
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DAstHelpers.cpp21 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()
DToposortStructs.cpp220 TIntermNode &childNode = *declNode->getChildNode(0); in GetAsDeclaredStructure() local
222 if (TIntermSymbol *symbolNode = childNode.getAsSymbolNode()) in GetAsDeclaredStructure()
/external/icu/icu4c/source/i18n/
Dplurrule.cpp968 if ( other.childNode != nullptr ) { in OrConstraint()
969 this->childNode = new AndConstraint(*(other.childNode)); in OrConstraint()
970 if (this->childNode == nullptr) { in OrConstraint()
988 delete childNode; in ~OrConstraint()
989 childNode = nullptr; in ~OrConstraint()
1005 U_ASSERT(curOrConstraint->childNode == nullptr); in add()
1006 curOrConstraint->childNode = new AndConstraint(); in add()
1007 if (curOrConstraint->childNode == nullptr) { in add()
1011 return curOrConstraint->childNode; in add()
1021 AndConstraint* andRule = orRule->childNode; in isFulfilled()
[all …]
/external/skqp/modules/skottie/src/
DSkottieLayer.cpp70 sk_sp<sksg::RenderNode> childNode) { in AttachMask() argument
71 if (!jmask) return childNode; in AttachMask()
131 return childNode; in AttachMask()
152 return sksg::ClipEffect::Make(std::move(childNode), std::move(clip_node), true); in AttachMask()
171 return sksg::MaskEffect::Make(std::move(childNode), std::move(maskNode)); in AttachMask()
DSkottie.cpp168 sk_sp<sksg::RenderNode> childNode) const { in attachOpacity()
169 if (!childNode) in attachOpacity()
172 auto opacityNode = sksg::OpacityEffect::Make(childNode); in attachOpacity()
182 return (bound || dispatched) ? std::move(opacityNode) : childNode; in attachOpacity()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/
DNodeList.java535 private void setAsParentNodeOf(Node childNode) { in setAsParentNodeOf() argument
536 if (childNode != null) { in setAsParentNodeOf()
537 childNode.setParentNode(getParentNodeForChildren()); in setAsParentNodeOf()
DNode.java397 protected void setAsParentNodeOf(Node childNode) { in setAsParentNodeOf() argument
398 if (childNode != null) { in setAsParentNodeOf()
399 childNode.setParentNode(getParentNodeForChildren()); in setAsParentNodeOf()
/external/skia/modules/svg/src/
DSkSVGDOM.cpp377 sk_sp<SkSVGNode> childNode = construct_svg_node(dom, localCtx, child); in construct_svg_node() local
378 if (childNode) { in construct_svg_node()
379 node->appendChild(std::move(childNode)); in construct_svg_node()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/expected_output/
Dcom_github_javaparser_ast_Node.txt77 Line 342) childNode != null ==> boolean
78 Line 343) childNode.setParentNode(this) ==> void
/external/skqp/experimental/svg/model/
DSkSVGDOM.cpp446 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()

12