Home
last modified time | relevance | path

Searched refs:isDescendantOf (Results 1 – 8 of 8) sorted by relevance

/external/parameter-framework/upstream/parameter/
DAreaConfiguration.cpp139 assert(_pConfigurableElement->isDescendantOf(pToAreaConfiguration->getConfigurableElement())); in copyToOuter()
148 assert(_pConfigurableElement->isDescendantOf(pFromAreaConfiguration->getConfigurableElement())); in copyFromOuter()
DElement.cpp447 bool CElement::isDescendantOf(const CElement *pCandidateAscendant) const in isDescendantOf() function in CElement
457 return _pParent->isDescendantOf(pCandidateAscendant); in isDescendantOf()
DElement.h106 bool isDescendantOf(const CElement *pCandidateAscendant) const;
DConfigurableDomain.cpp454 (pCandidateDescendantConfigurableElement->isDescendantOf( in findConfigurationBlackboard()
1056 if (pConfigurablePotentialDescendantElement->isDescendantOf(newElement)) { in mergeAlreadyAssociatedDescendantConfigurableElements()
/external/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp220 EXPECT_FALSE(D.isDescendantOf(D)); in TEST()
234 EXPECT_FALSE(C.isDescendantOf(D)); in TEST()
248 EXPECT_FALSE(B.isDescendantOf(D)); in TEST()
415 EXPECT_TRUE(DC.isDescendantOf(AC)); in TEST()
416 EXPECT_TRUE(DC.isDescendantOf(BC)); in TEST()
417 EXPECT_TRUE(DC.isDescendantOf(CC)); in TEST()
/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h245 bool isAncestorOf(const SCC &C) const { return C.isDescendantOf(*this); } in isAncestorOf()
253 bool isDescendantOf(const SCC &C) const;
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp165 bool LazyCallGraph::SCC::isDescendantOf(const SCC &C) const { in isDescendantOf() function in LazyCallGraph::SCC
198 assert(CalleeC.isDescendantOf(*this) && in insertOutgoingEdge()
214 assert(CallerC.isDescendantOf(*this) && in insertIncomingEdge()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...