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

1 2

  /external/chromium_org/third_party/WebKit/Source/testing/runner/
AccessibilityUIElementChromium.h 51 virtual bool isRoot() const { return false; }
156 virtual bool isRoot() const { return true; }
  /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...]
  /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/llvm/utils/TableGen/
DAGISelMatcherGen.cpp 642 else if (/*isRoot*/ N == Pattern.getDstPattern())
710 bool isRoot = N == Pattern.getDstPattern();
714 if (isRoot) {
783 if (isRoot && !PhysRegInputs.empty()) {
806 if (isRoot && !Pattern.getDstRegs().empty())
    [all...]
  /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/i18n/
compactdecimalformat.cpp 154 static UBool isRoot(const UResourceBundle* rb, UErrorCode& status);
530 if (longData != NULL && isRoot(longData, status) && !isRoot(shortData, status)) {
633 UBool bRoot = isRoot(result, status);
652 static UBool isRoot(const UResourceBundle* rb, UErrorCode& status) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h 187 bool isRoot() const {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
NavigatorView.js 535 while (node && !node.isRoot()) {
700 isRoot: function()
823 isRoot: function()
    [all...]
HeapSnapshot.js 355 isRoot: function()
    [all...]
  /external/chromium_org/third_party/icu/source/common/
triedict.cpp 817 bool isRoot = fNodeStack.peeki() == static_cast<int32_t>(fInfo->root);
818 if(isRoot){
832 else if ((node->flagscount & kVerticalNode) && !isRoot) {
    [all...]
uresbund.c 460 static UResourceDataEntry *findFirstExisting(const char* path, char* name, UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* status) {
488 *isRoot = (UBool)(uprv_strcmp(name, kRootLocaleName) == 0);
526 UBool isRoot = FALSE;
556 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
573 while (hasChopped && !isRoot && t1->fParent == NULL && !t1->fData.noFallback) {
614 if(r==NULL && !isDefault && !isRoot /*&& t1->fParent == NULL*/) {
617 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
645 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
654 } else if(!isRoot && uprv_strcmp(t1->fName, kRootLocaleName) != 0 && t1->fParent == NULL && !r->fData.noFallback) {
670 while(r != NULL && !isRoot && t1->fParent != NULL)
    [all...]
  /external/icu4c/common/
uresbund.cpp 458 static UResourceDataEntry *findFirstExisting(const char* path, char* name, UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* status) {
486 *isRoot = (UBool)(uprv_strcmp(name, kRootLocaleName) == 0);
524 UBool isRoot = FALSE;
556 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
573 while (hasChopped && !isRoot && t1->fParent == NULL && !t1->fData.noFallback) {
614 if(r==NULL && !isDefault && !isRoot /*&& t1->fParent == NULL*/) {
617 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
656 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
665 } else if(!isRoot && uprv_strcmp(t1->fName, kRootLocaleName) != 0 && t1->fParent == NULL && !r->fData.noFallback) {
681 while(r != NULL && !isRoot && t1->fParent != NULL)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h 379 bool isRoot() const { return document()->documentElement() == m_node; }
    [all...]
RenderBoxModelObject.cpp 536 bool isRoot = this->isRoot();
569 if (!isRoot && !clippedWithLocalScrolling && !shouldPaintBackgroundImage && isBorderFill && !bgLayer->next()) {
674 if (isRoot) {
    [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /external/chromium_org/third_party/libxslt/libxslt/
xsltInternals.h     [all...]
  /external/libxslt/libxslt/
xsltInternals.h     [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js     [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 

Completed in 715 milliseconds

1 2