Home
last modified time | relevance | path

Searched refs:findChild (Results 1 – 11 of 11) sorted by relevance

/external/parameter-framework/parameter/
DSelectionCriteriaDefinition.cpp55 return static_cast<const CSelectionCriterion*>(findChild(strName)); in getSelectionCriterion()
60 return static_cast<CSelectionCriterion*>(findChild(strName)); in getSelectionCriterion()
DElement.h104 const CElement* findChild(const std::string& strName) const;
105 CElement* findChild(const std::string& strName);
DElement.cpp540 const CElement* pChild = findChild(*pStrChildName); in findDescendant()
559 CElement* pChild = findChild(*pStrChildName); in findDescendant()
582 CElement* CElement::findChild(const string& strName) in findChild() function in CElement
599 const CElement* CElement::findChild(const string& strName) const in findChild() function in CElement
DComponentLibrary.cpp50 return static_cast<const CComponentType*>(findChild(strName)); in getComponentType()
DConfigurableDomain.cpp337 …CDomainConfiguration* pDomainConfiguration = static_cast<CDomainConfiguration*>(findChild(xmlConfi… in parseSettings()
424 …ration* pDomainConfiguration = static_cast<const CDomainConfiguration*>(findChild(strConfiguration… in findConfigurationBlackboard()
594 if (findChild(strName)) { in createConfiguration()
1126 …CDomainConfiguration* pDomainConfiguration = static_cast<CDomainConfiguration*>(findChild(strConfi… in findConfiguration()
1139 …ration* pDomainConfiguration = static_cast<const CDomainConfiguration*>(findChild(strConfiguration… in findConfiguration()
DConfigurableDomains.cpp115 if (findChild(strName)) { in createDomain()
604 …gurableDomain* pConfigurableDomain = static_cast<const CConfigurableDomain*>(findChild(strDomain)); in findConfigurableDomain()
DConfigurableElement.cpp148 …const CConfigurableElement* pChild = static_cast<const CConfigurableElement*>(findChild(*pStrChild… in accessValue()
DParameterMgr.cpp554 …static_cast<const CSubsystemPlugins*>(getConstFrameworkConfiguration()->findChild("SubsystemPlugin… in loadFrameworkConfiguration()
/external/v8/tools/
Dprofile.js739 CallTree.Node.prototype.findChild = function(label) { method in CallTree.Node
751 return this.findChild(label) || this.addChild(label);
788 var child = curr.findChild(labels[pos]);
/external/deqp/scripts/
Dbuild_android_mustpass.py213 def findChild (node, name): function
223 nextNode = findChild(curNode, component)
229 if not findChild(curNode, components[-1]):
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/beautifulsoup/
DBeautifulSoup.py830 findChild = find variable in Tag