/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/ |
D | PluralResourceLoader.java | 41 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()
|
D | StringArrayResourceLoader.java | 34 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/ |
D | DOMBuilder.java | 481 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/ |
D | XMPNodeUtils.java | 168 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()
|
D | ParseRDF.java | 910 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()
|
D | XMPNormalizer.java | 417 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/ |
D | plurrule.cpp | 798 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 …]
|
D | plurrule_impl.h | 240 AndConstraint *childNode;
|
/external/deqp/framework/common/ |
D | tcuTestHierarchyIterator.cpp | 217 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/ |
D | RobolectricConfig.java | 149 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/ |
D | org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.preferences_3.3.0.v20100503.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/ |
D | ShadowDOM.js | 1667 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);
|
D | webcomponents.js | 1700 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/ |
D | logback-core-0.9.8-SNAPSHOT.jar | META-INF/
META-INF/MANIFEST.MF
ch/
ch/qos/
ch/ ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | jdepend-2.9.jar | META-INF/
META-INF/MANIFEST.MF
jdepend/
jdepend/framework/
jdepend/ ... |