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

1 2

  /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...]
  /frameworks/base/libs/rs/
rsScript.cpp 108 void rsi_ScriptSetRoot(Context * rsc, bool isRoot)
111 ss->mScript->mEnviroment.mIsRoot = isRoot;
rs.spec 293 param bool isRoot
  /external/webkit/WebCore/rendering/
RenderBoxModelObject.h 62 virtual bool requiresLayer() const { return isRoot() || isPositioned() || isRelPositioned() || isTransparent() || hasOverflowClip() || hasTransform() || hasMask() || hasReflection(); }
SVGRenderSupport.cpp 272 ASSERT(!object->isRoot());
RenderBox.cpp 195 bool isRootObject = isRoot();
623 if (isRoot()) {
793 bool drawingRootBackground = drawingBackground && (isRoot() || (isBody() && !document()->documentElement()->renderer()->style()->hasBackground()));
    [all...]
RenderBox.h 219 return style()->htmlHacks() && style()->height().isAuto() && !isFloatingOrPositioned() && (isRoot() || isBody());
RenderBoxModelObject.cpp 546 bool isRoot = this->isRoot();
551 if (isRoot) {
721 if (isRoot()) {
    [all...]
RenderBlock.cpp 97 m_canCollapseWithChildren = !block->isRenderView() && !block->isRoot() && !block->isPositioned() &&
792 if (isRoot() || expandsToEncloseOverhangingFloats())
806 layoutPositionedObjects(relayoutChildren || isRoot());
    [all...]
RenderFlexibleBox.cpp 267 layoutPositionedObjects(relayoutChildren || isRoot());
    [all...]
RenderLayer.cpp 657 while (layer && !layer->renderer()->isRoot() && !layer->isStackingContext())
659 while (layer && !layer->renderer()->isRenderView() && !layer->renderer()->isRoot() && layer->renderer()->style()->hasAutoZIndex())
    [all...]
RenderObject.h 306 bool isRoot() const { return document()->documentElement() == m_node; }
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/
DeviceContentProvider.java 142 if (entry.isRoot()) {
  /sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/groovy/
LayoutAnalysisCategory.java 152 * xmlNode.isRoot()
156 public static boolean isRoot(Node node) {
  /external/chromium/third_party/icu/source/common/
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...]
triedict.cpp 828 bool isRoot = fNodeStack.peeki() == static_cast<int32_t>(fInfo->root);
829 if(isRoot){
843 else if ((node->flagscount & kVerticalNode) && !isRoot) {
    [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...]
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 142 native void nScriptSetRoot(boolean isRoot);
  /libcore/luni/src/main/java/org/apache/xalan/templates/
Stylesheet.java 128 public boolean isRoot()
    [all...]
StylesheetRoot.java 126 public boolean isRoot()
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp     [all...]
  /external/chromium/net/socket/
ssl_client_socket_nss.cc     [all...]
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 
  /frameworks/base/core/java/android/view/
View.java     [all...]

Completed in 1118 milliseconds

1 2