Home
last modified time | relevance | path

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

/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
DPluralResourceLoader.java41 Node childNode = childNodes.item(j); in processNode() local
42 String value = childNode.getTextContent(); in processNode()
43 String quantity = childNode.getAttributes().getNamedItem("quantity").getTextContent(); in processNode()
DStringArrayResourceLoader.java34 Node childNode = childNodes.item(j); in processNode() local
36 String value = childNode.getTextContent(); in processNode()
/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/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/icu/icu4c/source/i18n/
Dplurrule.cpp798 childNode=NULL; in OrConstraint()
803 if ( other.childNode == NULL ) { in OrConstraint()
804 this->childNode = NULL; in OrConstraint()
807 this->childNode = new AndConstraint(*(other.childNode)); in OrConstraint()
818 if (childNode!=NULL) { in ~OrConstraint()
819 delete childNode; in ~OrConstraint()
834 U_ASSERT(curOrConstraint->childNode == NULL); in add()
835 curOrConstraint->childNode = new AndConstraint(); in add()
837 return curOrConstraint->childNode; in add()
847 AndConstraint* andRule = orRule->childNode; in isFulfilled()
[all …]
Dplurrule_impl.h240 AndConstraint *childNode;
/external/deqp/framework/common/
DtcuTestHierarchyIterator.cpp217 TestNode* childNode = iter.children[iter.curChildNdx]; in next() local
218 m_sessionStack.push_back(NodeIter(childNode)); in next()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
DRobolectricConfig.java149 Node childNode = node.getChildNodes().item(i); in getChildrenTags() local
150 if (childNode.getNodeName().equalsIgnoreCase(tagName)) { in getChildrenTags()
151 children.add(childNode); in getChildrenTags()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/
DShadowDOM.js1667 var childNode = unwrap(childWrapper);
1668 var parentNode = childNode.parentNode;
1669 if (parentNode) originalRemoveChild.call(parentNode, childNode);
1811 var childNode = unwrap(childWrapper);
1817 var parentNode = childNode.parentNode;
1818 if (parentNode) removeChildOriginalHelper(parentNode, childNode);
1828 removeChildOriginalHelper(unsafeUnwrap(this), childNode);
Dwebcomponents.js1700 var childNode = unwrap(childWrapper);
1701 var parentNode = childNode.parentNode;
1702 if (parentNode) originalRemoveChild.call(parentNode, childNode);
1844 var childNode = unwrap(childWrapper);
1850 var parentNode = childNode.parentNode;
1851 if (parentNode) removeChildOriginalHelper(parentNode, childNode);
1861 removeChildOriginalHelper(unsafeUnwrap(this), childNode);
/external/slf4j/log4j-over-slf4j/compatibility/lib/
Dlogback-core-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
Djdepend-2.9.jarMETA-INF/ META-INF/MANIFEST.MF jdepend/ jdepend/framework/ jdepend/ ...