Searched refs:isRoot (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Core/
H A DInputTree.cpp59 return !pos.hasData() && !pos.isRoot();
64 return !pos.hasData() && !pos.isRoot();
69 return !pos.hasData() && !pos.isRoot();
74 return !pos.hasData() && !pos.isRoot();
79 return !pos.hasData() && !pos.isRoot();
84 return !pos.hasData() && !pos.isRoot();
/frameworks/compile/mclinker/include/mcld/ADT/
H A DTreeBase.h63 bool isRoot() const function in class:mcld::TreeIteratorBase
H A DBinTree.h136 { return (!IteratorType::isRoot() && (0 != static_cast<node_type*>(IteratorType::m_pNode)->data)); }
221 bool isRoot() const function in struct:mcld::TreeIterator
225 { return (!isRoot() && (0 != static_cast<node_type*>(m_pNode)->data)); }
443 if (pPosition.isRoot())
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h47 { return !Base::hasData() && !Base::isRoot(); }
187 if (pPosition.isRoot())
325 if (pRoot.isRoot())
340 if (pRoot.isRoot())
/frameworks/compile/mclinker/unittests/
H A DInputTreeTest.cpp94 ASSERT_FALSE(node.isRoot());
123 ASSERT_FALSE(node.isRoot());
144 ASSERT_FALSE(node.isRoot());
/frameworks/base/core/java/android/view/
H A DView.java17192 * @param isRoot true if the view belongs to the root namespace, false
17195 public void setIsRootNamespace(boolean isRoot) { argument
17196 if (isRoot) {

Completed in 183 milliseconds