Home
last modified time | relevance | path

Searched refs:isRoot (Results 1 – 25 of 37) sorted by relevance

12

/external/doclava/res/assets/templates/
Dyaml_navtree.cs7 isRoot: treat this node as if it has children and insert a section node.
10 def:write_child_nodes(page,whitespace,isRoot) ?>
13 if:subcount(page.children) || isRoot ?>
/external/chromium_org/third_party/WebKit/Source/core/html/imports/
DHTMLImportTreeRoot.h48 DEFINE_TYPE_CASTS(HTMLImportTreeRoot, HTMLImport, import, import->isRoot(), import.isRoot());
DHTMLImport.h109 bool isRoot() const { return !parent(); } in isRoot() function
DHTMLImportChild.h106 ASSERT(!import || !import->isRoot()); in toHTMLImportChild()
DHTMLImportsController.cpp84 … if (!ancestor->isRoot() && equalIgnoringFragmentIdentifier(toHTMLImportChild(parent)->url(), url)) in makesCycle()
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/managed_bookmarks/
Dbackground.js77 Node.prototype.isRoot = function() { method in Node
329 if (managedNode && !managedNode.isRoot()) {
345 if (!managedNode || managedNode.isRoot())
357 if (!managedNode || managedNode.isRoot())
/external/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp740 bool isRoot = N == Pattern.getDstPattern(); in EmitResultInstructionAsOperand() local
744 if (isRoot) { in EmitResultInstructionAsOperand()
813 if (isRoot && !PhysRegInputs.empty()) { in EmitResultInstructionAsOperand()
836 if (isRoot && !Pattern.getDstRegs().empty()) { in EmitResultInstructionAsOperand()
854 if (isRoot && in EmitResultInstructionAsOperand()
875 NodeIsUniqueLoadOrStore || (isRoot && (mayInstNodeLoadOrStore(N, CGP) || in EmitResultInstructionAsOperand()
/external/chromium_org/third_party/icu/source/i18n/
Dcompactdecimalformat.cpp154 static UBool isRoot(const UResourceBundle* rb, UErrorCode& status);
530 if (longData != NULL && isRoot(longData, status) && !isRoot(shortData, status)) { in initCDFLocaleData()
633 UBool bRoot = isRoot(result, status); in tryGetByKeyWithFallback()
652 static UBool isRoot(const UResourceBundle* rb, UErrorCode& status) { in isRoot() function
/external/icu/icu4c/source/i18n/
Dcompactdecimalformat.cpp154 static UBool isRoot(const UResourceBundle* rb, UErrorCode& status);
530 if (longData != NULL && isRoot(longData, status) && !isRoot(shortData, status)) { in initCDFLocaleData()
633 UBool bRoot = isRoot(result, status); in tryGetByKeyWithFallback()
652 static UBool isRoot(const UResourceBundle* rb, UErrorCode& status) { in isRoot() function
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/
DAllocationProfile.js135 var isRoot = i == 0;
143 !isRoot));
DJSHeapSnapshot.js130 return containmentEdgesFilter(edge) && !edge.node().isRoot() && !edge.isWeak();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DLayerTreeModel.js470 isRoot: function() { }, method in WebInspector.Layer
598 isRoot: function() method in WebInspector.AgentLayer
915 isRoot: function() method in WebInspector.TracingLayer
/external/skia/src/core/
DSkRTree.h181 int validateSubtree(Node* root, SkIRect bounds, bool isRoot = false);
DSkRTree.cpp411 int SkRTree::validateSubtree(Node* root, SkIRect bounds, bool isRoot) { in validateSubtree() argument
415 if (isRoot) { in validateSubtree()
/external/chromium_org/third_party/skia/src/core/
DSkRTree.h181 int validateSubtree(Node* root, SkIRect bounds, bool isRoot = false) const;
DSkRTree.cpp418 int SkRTree::validateSubtree(Node* root, SkIRect bounds, bool isRoot) const { in validateSubtree()
422 if (isRoot) { in validateSubtree()
/external/icu/icu4c/source/common/
Duresbund.cpp448 static UResourceDataEntry *findFirstExisting(const char* path, char* name, UBool *isRoot, UBool *ha… in findFirstExisting() argument
476 *isRoot = (UBool)(uprv_strcmp(name, kRootLocaleName) == 0); in findFirstExisting()
514 UBool isRoot = FALSE; in entryOpen() local
546 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen()
563 while (hasChopped && !isRoot && t1->fParent == NULL && !t1->fData.noFallback) { in entryOpen()
604 if(r==NULL && !isDefault && !isRoot /*&& t1->fParent == NULL*/) { in entryOpen()
607 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen()
646 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen()
655 …} else if(!isRoot && uprv_strcmp(t1->fName, kRootLocaleName) != 0 && t1->fParent == NULL && !r->fD… in entryOpen()
671 while(r != NULL && !isRoot && t1->fParent != NULL) { in entryOpen()
/external/chromium_org/third_party/icu/source/common/
Duresbund.cpp448 static UResourceDataEntry *findFirstExisting(const char* path, char* name, UBool *isRoot, UBool *ha… in findFirstExisting() argument
476 *isRoot = (UBool)(uprv_strcmp(name, kRootLocaleName) == 0); in findFirstExisting()
514 UBool isRoot = FALSE; in entryOpen() local
546 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen()
563 while (hasChopped && !isRoot && t1->fParent == NULL && !t1->fData.noFallback) { in entryOpen()
604 if(r==NULL && !isDefault && !isRoot /*&& t1->fParent == NULL*/) { in entryOpen()
607 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen()
646 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen()
655 …} else if(!isRoot && uprv_strcmp(t1->fName, kRootLocaleName) != 0 && t1->fParent == NULL && !r->fD… in entryOpen()
671 while(r != NULL && !isRoot && t1->fParent != NULL) { in entryOpen()
/external/tagsoup/tssl/
Dtssl.rnc56 element isRoot { empty} |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
DNavigatorView.js793 while (node && !node.isRoot()) {
992 isRoot: function() method in WebInspector.NavigatorTreeNode
1115 isRoot: function() method in WebInspector.NavigatorRootTreeNode
/external/smack/src/org/xbill/DNS/
DCache.java415 boolean isRoot = (tlabels == 1); in lookup()
418 if (isRoot) in lookup()
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DCodeGenTreeWalker.g1397 rewrite_atom[boolean isRoot] returns [ST code=null]
1402 if ( isRoot )
1453 if ( isRoot )
1495 $code = templates.getInstanceOf("rewriteRuleLabelRef"+(isRoot?"Root":""));
1530 if ( isRoot )
1544 $code = templates.getInstanceOf("rewriteNodeAction"+(isRoot?"Root":""));
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DStylesheet.java128 public boolean isRoot() in isRoot() method in Stylesheet
DStylesheetRoot.java126 public boolean isRoot() in isRoot() method in StylesheetRoot
/external/chromium_org/net/third_party/nss/ssl/
Dsslplatf.c92 if (len > 0 && (len == chain->len - 1) && node->cert->isRoot) { in hack_NewCertificateListFromCertList()

12