HomeSort by relevance Sort by last modified time
    Searched defs:findChildNode (Results 1 - 2 of 2) sorted by null

  /external/deqp/executor/
xeTestCase.cpp 151 return static_cast<const TestGroup*>(this)->findChildNode(path);
164 return static_cast<const TestGroup*>(this)->findChildNode(path + compLen + 1);
203 const TestNode* TestGroup::findChildNode (const char* path) const
224 return static_cast<const TestGroup*>(matchingNode)->findChildNode(path + compLen + 1);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNodeUtils.java 147 static XMPNode findChildNode(XMPNode parent, String childName, boolean createNodes)
466 nextNode = findChildNode(parentNode, nextStep.getName(), createNodes);

Completed in 1437 milliseconds