HomeSort by relevance Sort by last modified time
    Searched defs:isRoot (Results 1 - 25 of 40) sorted by null

1 2

  /frameworks/compile/mclinker/include/mcld/ADT/
TreeBase.h 74 bool isRoot() const
BinTree.h 139 { return (!IteratorType::isRoot() && (0 != static_cast<node_type*>(IteratorType::m_pNode)->data)); }
224 bool isRoot() const
228 { return (!isRoot() && (0 != static_cast<node_type*>(m_pNode)->data)); }
445 if (position.isRoot())
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfoTest.java 266 assertTrue(rootView.isRoot());
271 assertFalse(childView1.isRoot());
273 assertFalse(includedView1.isRoot());
275 assertFalse(includedView1.isRoot());
672 assertTrue(rootView.isRoot());
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
AccessibilityUIElement.h 49 virtual bool isRoot() const { return false; }
121 virtual bool isRoot() const { return true; }
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionItem.java 83 public boolean isRoot() {
84 return mCanvasViewInfo.isRoot();
CanvasViewInfo.java 425 public boolean isRoot() {
437 && mParent.isRoot()
    [all...]
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
AbstractDirectory.java 45 private final boolean isRoot;
56 * @param isRoot if the new {@code AbstractDirectory} represents a root
60 int capacity, boolean readOnly, boolean isRoot) {
65 this.isRoot = isRoot;
167 public final boolean isRoot() {
168 return this.isRoot;
193 * @see #isRoot()
196 if (!isRoot()) {
258 if (!this.isRoot) throw new IOException
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/context/
RTree.cpp 467 bool Node::isRoot()
476 if (N->isRoot() && NN) {
489 if (N->isRoot())
  /external/llvm/utils/TableGen/
DAGISelMatcherGen.cpp 628 else if (/*isRoot*/ N == Pattern.getDstPattern())
696 bool isRoot = N == Pattern.getDstPattern();
700 if (isRoot) {
756 if (isRoot && !PhysRegInputs.empty()) {
779 if (isRoot && !Pattern.getDstRegs().empty()) {
797 if (isRoot &&
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h 182 bool isRoot() const {
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
Stylesheet.java 128 public boolean isRoot()
    [all...]
StylesheetRoot.java 126 public boolean isRoot()
    [all...]
  /external/icu4c/common/
uresbund.cpp 457 static UResourceDataEntry *findFirstExisting(const char* path, char* name, UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* status) {
485 *isRoot = (UBool)(uprv_strcmp(name, kRootLocaleName) == 0);
523 UBool isRoot = FALSE;
555 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
572 while (hasChopped && !isRoot && t1->fParent == NULL && !t1->fData.noFallback) {
613 if(r==NULL && !isDefault && !isRoot /*&& t1->fParent == NULL*/) {
616 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
655 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
664 } else if(!isRoot && uprv_strcmp(t1->fName, kRootLocaleName) != 0 && t1->fParent == NULL && !r->fData.noFallback) {
680 while(r != NULL && !isRoot && t1->fParent != NULL)
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MailboxListFragment.java 570 private boolean isRoot() {
578 if (isRoot()) {
605 return !isRoot();
786 if ((c.mChildCount == 0) && !isRoot()) {
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBoxModelObject.cpp 587 bool isRoot = this->isRoot();
611 if (!isRoot && !clippedWithLocalScrolling && !shouldPaintBackgroundImage && isBorderFill) {
704 if (isRoot) {
    [all...]
RenderObject.h 306 bool isRoot() const { return document()->documentElement() == m_node; }
    [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
org-eclipse-equinox-common-3.6.0.jar 
  /external/libxslt/libxslt/
xsltInternals.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jsch.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 

Completed in 913 milliseconds

1 2