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

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNormalizer.java 145 XMPNode arrayNode = XMPNodeUtils.findChildNode(currSchema, "exif:UserComment",
156 XMPNode dmCopyright = XMPNodeUtils.findChildNode(currSchema, "xmpDM:copyright",
165 XMPNode arrayNode = XMPNodeUtils.findChildNode(currSchema, "xmpRights:UsageTerms",
331 .findChildNode(baseSchema,
448 XMPNode gpsDateTime = XMPNodeUtils.findChildNode(exifSchema, "exif:GPSTimeStamp", false);
467 XMPNode otherDate = XMPNodeUtils.findChildNode(exifSchema, "exif:DateTimeOriginal",
471 otherDate = XMPNodeUtils.findChildNode(exifSchema, "exif:DateTimeDigitized", false);
600 XMPNode dcRightsArray = XMPNodeUtils.findChildNode (dcSchema, "dc:rights", false);
XMPNodeUtils.java 147 static XMPNode findChildNode(XMPNode parent, String childName, boolean createNodes)
466 nextNode = findChildNode(parentNode, nextStep.getName(), createNodes);
XMPUtilsImpl.java 601 XMPNode destNode = XMPNodeUtils.findChildNode(destParent, sourceNode.getName(), false);
784 XMPNode rightField = XMPNodeUtils.findChildNode(rightNode, leftField.getName(),
    [all...]
  /external/deqp/executor/
xeTestCase.hpp 97 TestNode* findChildNode (const char* path);
98 const TestNode* findChildNode (const char* path) const;
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);

Completed in 218 milliseconds