OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 652 milliseconds