Searched refs:findChildNode (Results 1 – 5 of 5) sorted by relevance
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | XMPNormalizer.java | 145 XMPNode arrayNode = XMPNodeUtils.findChildNode(currSchema, "exif:UserComment", in touchUpDataModel() 156 XMPNode dmCopyright = XMPNodeUtils.findChildNode(currSchema, "xmpDM:copyright", in touchUpDataModel() 165 XMPNode arrayNode = XMPNodeUtils.findChildNode(currSchema, "xmpRights:UsageTerms", in touchUpDataModel() 331 .findChildNode(baseSchema, in moveExplicitAliases() 448 XMPNode gpsDateTime = XMPNodeUtils.findChildNode(exifSchema, "exif:GPSTimeStamp", false); in fixGPSTimeStamp() 467 XMPNode otherDate = XMPNodeUtils.findChildNode(exifSchema, "exif:DateTimeOriginal", in fixGPSTimeStamp() 471 otherDate = XMPNodeUtils.findChildNode(exifSchema, "exif:DateTimeDigitized", false); in fixGPSTimeStamp() 600 XMPNode dcRightsArray = XMPNodeUtils.findChildNode (dcSchema, "dc:rights", false); in migrateAudioCopyright()
|
D | XMPNodeUtils.java | 147 static XMPNode findChildNode(XMPNode parent, String childName, boolean createNodes) in findChildNode() method in XMPNodeUtils 466 nextNode = findChildNode(parentNode, nextStep.getName(), createNodes); in followXPathStep()
|
D | XMPUtilsImpl.java | 601 XMPNode destNode = XMPNodeUtils.findChildNode(destParent, sourceNode.getName(), false); in appendSubtree() 784 XMPNode rightField = XMPNodeUtils.findChildNode(rightNode, leftField.getName(), in itemValuesMatch()
|
/external/deqp/executor/ |
D | xeTestCase.hpp | 97 TestNode* findChildNode (const char* path); 98 const TestNode* findChildNode (const char* path) const;
|
D | xeTestCase.cpp | 151 return static_cast<const TestGroup*>(this)->findChildNode(path); in find() 164 return static_cast<const TestGroup*>(this)->findChildNode(path + compLen + 1); in find() 203 const TestNode* TestGroup::findChildNode (const char* path) const in findChildNode() function in xe::TestGroup 224 return static_cast<const TestGroup*>(matchingNode)->findChildNode(path + compLen + 1); in findChildNode()
|