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

/frameworks/compile/mclinker/lib/Core/
H A DInputTree.cpp54 return !pos.hasData() && !pos.isRoot();
58 return !pos.hasData() && !pos.isRoot();
62 return !pos.hasData() && !pos.isRoot();
66 return !pos.hasData() && !pos.isRoot();
70 return !pos.hasData() && !pos.isRoot();
74 return !pos.hasData() && !pos.isRoot();
/frameworks/support/design/tests/src/android/support/design/testutils/
H A DSnackbarUtils.java20 import static android.support.test.espresso.matcher.ViewMatchers.isRoot;
129 onView(isRoot()).perform(waitUntilIdle());
173 onView(isRoot()).perform(waitUntilIdle());
197 onView(isRoot()).perform(waitUntilIdle());
H A DTestUtilsActions.java22 import static android.support.test.espresso.matcher.ViewMatchers.isRoot;
207 return isRoot();
/frameworks/compile/mclinker/unittests/
H A DInputTreeTest.cpp84 ASSERT_FALSE(node.isRoot());
111 ASSERT_FALSE(node.isRoot());
131 ASSERT_FALSE(node.isRoot());
/frameworks/compile/mclinker/include/mcld/ADT/
H A DTreeBase.h57 bool isRoot() const { return (m_pNode->right == m_pNode); } function in class:mcld::TreeIteratorBase
H A DBinTree.h129 return (!IteratorType::isRoot() &&
212 bool isRoot() const { return (m_pNode->right == m_pNode); } function in struct:mcld::TreeIterator
215 return (!isRoot() && (0 != static_cast<node_type*>(m_pNode)->data));
435 if (pPosition.isRoot())
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h45 bool isGroup() const { return !Base::hasData() && !Base::isRoot(); }
180 if (pPosition.isRoot())
304 if (pRoot.isRoot())
318 if (pRoot.isRoot())
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DFloatingToolbarEspressoUtils.java25 import static android.support.test.espresso.matcher.ViewMatchers.isRoot;
100 onView(isRoot()).perform(SLEEP);
104 onView(isRoot()).perform(SLEEP);
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DViewDataBinding.java986 boolean isRoot) {
995 if (isRoot && tag != null && tag.startsWith("layout")) {
984 mapBindings(DataBindingComponent bindingComponent, View view, Object[] bindings, IncludedLayouts includes, SparseIntArray viewsWithIds, boolean isRoot) argument
/frameworks/base/core/java/android/view/
H A DView.java21636 * @param isRoot true if the view belongs to the root namespace, false
21639 public void setIsRootNamespace(boolean isRoot) { argument
21640 if (isRoot) {

Completed in 3154 milliseconds