HomeSort by relevance Sort by last modified time
    Searched full:childnode (Results 26 - 50 of 194) sorted by null

12 3 4 5 6 7 8

  /external/deqp/framework/common/
tcuTestHierarchyIterator.cpp 217 TestNode* childNode = iter.children[iter.curChildNdx];
218 m_sessionStack.push_back(NodeIter(childNode));
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/
Builder.java 60 ASTaddress childNode = (ASTaddress) node.jjtGetChild(i);
61 Address address = buildAddress(childNode);
  /packages/services/Telephony/src/org/apache/james/mime4j/field/address/
Builder.java 60 ASTaddress childNode = (ASTaddress) node.jjtGetChild(i);
61 Address address = buildAddress(childNode);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNodeUtils.java 168 XMPNode childNode = parent.findChildByName(childName);
170 if (childNode == null && createNodes)
173 childNode = new XMPNode(childName, options);
174 childNode.setImplicit(true);
175 parent.addChild(childNode);
178 assert childNode != null || !createNodes;
180 return childNode;
XMPNormalizer.java 413 * @param childNode the node to be moved
417 private static void transplantArrayItemAlias(Iterator propertyIt, XMPNode childNode,
422 if (childNode.getOptions().getHasLanguage())
429 childNode.addQualifier(langQual);
433 childNode.setName(XMPConst.ARRAY_ITEM_NAME);
434 baseArray.addChild(childNode);
ParseRDF.java 910 XMPNode childNode = addChildNode(xmp, xmpParent, xmlNode, "", isTopLevel);
915 childNode.setValue(valueNode != null ? valueNode.getNodeValue() : "");
919 childNode.getOptions().setURI(true);
924 childNode.getOptions().setStruct(true);
947 addQualifierNode(childNode, "rdf:resource", attribute.getNodeValue());
954 childNode, attribute.getNodeName(), attribute.getNodeValue());
958 addQualifierNode (childNode, XML_LANG, attribute.getNodeValue());
962 addChildNode (xmp, childNode, attribute, attribute.getNodeValue(), false);
    [all...]
  /external/icu/icu4c/source/i18n/
plurrule.cpp 811 childNode=NULL;
816 if ( other.childNode == NULL ) {
817 this->childNode = NULL;
820 this->childNode = new AndConstraint(*(other.childNode));
831 if (childNode!=NULL) {
832 delete childNode;
847 U_ASSERT(curOrConstraint->childNode == NULL);
848 curOrConstraint->childNode = new AndConstraint();
850 return curOrConstraint->childNode;
    [all...]
plurrule_impl.h 244 AndConstraint *childNode;
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
PolicyNodeImpl.java 267 * @param childNode the child node to be deleted
269 void deleteChild(PolicyNode childNode) {
273 mChildren.remove(childNode);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderSelectorAdapter.java 264 final TreeNode childNode = currentNode.pollChild();
265 if (childNode != null) {
269 stack.push(childNode);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msxml.h 312 virtual HRESULT WINAPI removeChild(IXMLDOMNode *childNode,IXMLDOMNode **oldChild) = 0;
359 HRESULT (WINAPI *removeChild)(IXMLDOMNode *This,IXMLDOMNode *childNode,IXMLDOMNode **oldChild);
408 #define IXMLDOMNode_removeChild(This,childNode,oldChild) (This)->lpVtbl->removeChild(This,childNode,oldChild)
459 HRESULT WINAPI IXMLDOMNode_removeChild_Proxy(IXMLDOMNode *This,IXMLDOMNode *childNode,IXMLDOMNode **oldChild);
536 HRESULT (WINAPI *removeChild)(IXMLDOMDocumentFragment *This,IXMLDOMNode *childNode,IXMLDOMNode **oldChild);
    [all...]
msxml2.h 972 virtual HRESULT WINAPI removeChild(IXMLDOMNode *childNode,IXMLDOMNode **oldChild) = 0;
    [all...]
  /frameworks/base/tools/aapt2/xml/
XmlDom.cpp 366 for (auto& childNode : children) {
367 Node* child = childNode.get();
393 for (auto& childNode : children) {
394 Node* child = childNode.get();
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentimportnode12.java 41 * this elements childNode list before and after the import.
documentimportnode13.java 41 * this elements childNode list before and after the import.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RulesEngine.java 243 * @param childNode The child node that was selected. Never null.
246 public List<String> callGetSelectionHint(NodeProxy parentNode, NodeProxy childNode) {
252 return rule.getSelectionHint(parentNode, childNode);
500 * @param childNode the XML node of the new node, never null
506 NodeProxy parentNode, NodeProxy childNode,
519 UiViewElementNode newUiNode = childNode.getNode();
523 childRule, childNode);
    [all...]
ViewMetadataRepository.java 232 Node childNode = children.item(j);
233 if (childNode.getNodeType() == Node.ELEMENT_NODE) {
234 Element child = (Element) childNode;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMBuilder.java 481 Node childNode;
482 childNode = m_currentNode != null ? m_currentNode.getLastChild(): null;
483 if( childNode != null && childNode.getNodeType() == Node.TEXT_NODE ){
484 ((Text)childNode).appendData(s);
  /external/chromium-trace/catapult/tracing/tracing/base/
multi_dimensional_view.html 437 var childNode = dimensionChildren.get(childDimensionTitle);
438 if (childNode !== undefined)
439 return childNode;
443 childNode = new MultiDimensionalViewNode(
445 dimensionChildren.set(childDimensionTitle, childNode);
447 return childNode;
656 for (var childNode of node.children[d].values()) {
658 this.finalizeTotalValues_(childNode, d, dimensionalSelfSumsMap);
659 var childNodeSelfSums = dimensionalSelfSumsMap.get(childNode);
662 childNode.total - childNodeSelfSums[this.dimensions_ - 1]
    [all...]
  /cts/tests/tests/assist/src/android/assist/cts/
AssistTestBase.java 365 ViewNode childNode = parentNode.getChildAt(i);
369 traverseViewAndStructure(childView, childNode, isSecureWindow);
  /external/clang/lib/AST/
ASTDiagnostic.cpp 521 /// ChildNode - The index of the first child node or 0.
522 unsigned ChildNode;
563 : Kind(Invalid), NextNode(0), ChildNode(0), ParentNode(ParentNode),
666 if (Node.ChildNode == 0) {
668 Node.ChildNode = NextFreeNode;
673 for (i = Node.ChildNode; FlatTree[i].NextNode != 0;
744 return FlatTree[ReadNode].ChildNode != 0;
749 ReadNode = FlatTree[ReadNode].ChildNode;
    [all...]
  /frameworks/base/libs/hwui/
FrameBuilder.cpp 485 RenderNode& childNode = *childOp->renderNode;
489 if (!childNode.nothingToDraw()) {
495 deferNodePropsAndOps(childNode);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseLayoutRule.java 562 INode childNode = newNode.appendChild(fqcn);
564 addAttributes(childNode, element, idMap, null /* filter */);
565 addInnerElements(childNode, element, idMap);
    [all...]
AbsoluteLayoutRule.java 50 public List<String> getSelectionHint(@NonNull INode parentNode, @NonNull INode childNode) {
  /external/guice/lib/build/jdiff/
xerces.jar 

Completed in 1531 milliseconds

12 3 4 5 6 7 8