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

  /sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/groovy/
LayoutAnalysisCategory.java 152 * xmlNode.isRoot()
156 public static boolean isRoot(Node node) {
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
FileListingService.java 140 boolean isRoot;
156 private FileEntry(FileEntry parent, String name, int type, boolean isRoot) {
160 this.isRoot = isRoot;
222 if (isRoot) {
300 public boolean isRoot() {
301 return isRoot;
347 if (isRoot) {
363 if (isRoot) {
440 if (mParentEntry.isRoot()) {
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/templates/
Stylesheet.java 128 public boolean isRoot()
    [all...]
StylesheetRoot.java 126 public boolean isRoot()
    [all...]
  /external/chromium/third_party/icu/source/common/
triedict.cpp 828 bool isRoot = fNodeStack.peeki() == static_cast<int32_t>(fInfo->root);
829 if(isRoot){
843 else if ((node->flagscount & kVerticalNode) && !isRoot) {
    [all...]
uresbund.c 388 static UResourceDataEntry *findFirstExisting(const char* path, char* name, UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* status) {
416 *isRoot = (UBool)(uprv_strcmp(name, kRootLocaleName) == 0);
451 UBool isRoot = FALSE;
467 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
472 while (hasChopped && !isRoot && t1->fParent == NULL && !t1->fData.noFallback) {
488 if(r==NULL && !isDefault && !isRoot /*&& t1->fParent == NULL*/) {
491 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
516 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
525 } else if(!isRoot && uprv_strcmp(t1->fName, kRootLocaleName) != 0 && t1->fParent == NULL && !r->fData.noFallback) {
541 while(r != NULL && !isRoot && t1->fParent != NULL)
    [all...]
  /external/icu4c/common/
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);
574 while (hasChopped && !isRoot && t1->fParent == NULL && !t1->fData.noFallback) {
617 if(r==NULL && !isDefault && !isRoot /*&& t1->fParent == NULL*/) {
620 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
648 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
657 } else if(!isRoot && uprv_strcmp(t1->fName, kRootLocaleName) != 0 && t1->fParent == NULL && !r->fData.noFallback) {
673 while(r != NULL && !isRoot && t1->fParent != NULL)
    [all...]
  /external/webkit/WebCore/rendering/
RenderBoxModelObject.cpp 546 bool isRoot = this->isRoot();
551 if (isRoot) {
721 if (isRoot()) {
    [all...]
RenderObject.h 306 bool isRoot() const { return document()->documentElement() == m_node; }
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 382 milliseconds