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

1 2 3

  /external/llvm/lib/Support/
IntervalMap.cpp 22 path.insert(path.begin() + 1, Entry(subtree(0), Offsets.second));
39 // NR is the subtree containing our left sibling.
40 NodeRef NR = path[l].subtree(path[l].offset - 1);
44 NR = NR.subtree(NR.size() - 1);
63 // NR is the subtree containing our left sibling.
65 NodeRef NR = subtree(l);
67 // Get the rightmost node in the subtree.
70 NR = NR.subtree(NR.size() - 1);
89 // NR is the subtree containing our right sibling.
90 NodeRef NR = path[l].subtree(path[l].offset + 1)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
NameConstraints.java 76 private GeneralSubtree[] createArray(ASN1Sequence subtree)
78 GeneralSubtree[] ar = new GeneralSubtree[subtree.size()];
82 ar[i] = GeneralSubtree.getInstance(subtree.getObjectAt(i));
  /external/chromium_org/chrome/test/functional/ispy/ispy_core/
wait_on_ajax.js 18 characterData: true, subtree: true});
  /external/chromium_org/third_party/skia/src/core/
SkRTree.cpp 65 fRoot.fChild.subtree = allocateNode(0);
66 fRoot.fChild.subtree->fNumChildren = 0;
70 Branch* newSibling = insert(fRoot.fChild.subtree, &newBranch);
71 fRoot.fBounds = this->computeBounds(fRoot.fChild.subtree);
74 Node* oldRoot = fRoot.fChild.subtree;
79 fRoot.fChild.subtree = newRoot;
80 fRoot.fBounds = this->computeBounds(fRoot.fChild.subtree);
92 fRoot.fChild.subtree = allocateNode(0);
93 fRoot.fChild.subtree->fNumChildren = 0;
94 this->insert(fRoot.fChild.subtree, &fDeferredInserts[0])
    [all...]
SkRTree.h 83 int getDepth() const { return this->isEmpty() ? 0 : fRoot.fChild.subtree->fLevel + 1; }
101 Node* subtree; member in union:SkRTree::Branch::__anon15969
  /external/skia/src/core/
SkRTree.cpp 65 fRoot.fChild.subtree = allocateNode(0);
66 fRoot.fChild.subtree->fNumChildren = 0;
70 Branch* newSibling = insert(fRoot.fChild.subtree, &newBranch);
71 fRoot.fBounds = this->computeBounds(fRoot.fChild.subtree);
74 Node* oldRoot = fRoot.fChild.subtree;
79 fRoot.fChild.subtree = newRoot;
80 fRoot.fBounds = this->computeBounds(fRoot.fChild.subtree);
92 fRoot.fChild.subtree = allocateNode(0);
93 fRoot.fChild.subtree->fNumChildren = 0;
94 this->insert(fRoot.fChild.subtree, &fDeferredInserts[0])
    [all...]
SkRTree.h 83 int getDepth() const { return this->isEmpty() ? 0 : fRoot.fChild.subtree->fLevel + 1; }
101 Node* subtree; member in union:SkRTree::Branch::__anon27805
  /external/chromium_org/third_party/angle_dx11/src/compiler/depgraph/
DependencyGraphBuilder.h 129 // It will push the placeholder symbol kLeftSubtree when instantiated under a left subtree,
130 // and kRightSubtree under a right subtree.
138 TLeftmostSymbolMaintainer(TDependencyGraphBuilder* factory, TGraphSymbol& subtree)
141 needsPlaceholderSymbol = leftmostSymbols.empty() || leftmostSymbols.top() != &subtree;
143 leftmostSymbols.push(&subtree);
  /external/chromium_org/chrome/test/pyautolib/
dom_mutation_observer.js 183 subtree: true});
203 subtree: true});
227 subtree: true});
248 subtree: true});
  /libcore/luni/src/test/java/libcore/xml/
NodeTest.java 75 private List<Node> flattenSubtree(Node subtree) {
77 traverse(subtree, result);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXNameConstraintValidator.java 48 ASN1Sequence subtree)
50 if (subtree.size() < 1)
55 if (subtree.size() > dns.size())
60 for (int j = subtree.size() - 1; j >= 0; j--)
62 if (!subtree.getObjectAt(j).equals(dns.getObjectAt(j)))
99 ASN1Sequence subtree = (ASN1Sequence)it.next(); local
101 if (withinDNSubtree(dns, subtree))
108 "Subject distinguished name is not from a permitted subtree");
123 ASN1Sequence subtree = (ASN1Sequence)it.next(); local
125 if (withinDNSubtree(dns, subtree))
152 ASN1Sequence subtree = (ASN1Sequence)_iter.next(); local
187 ASN1Sequence subtree = (ASN1Sequence)it.next(); local
1540 GeneralSubtree subtree = permitted[i]; local
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_xauth.h 138 int subtree; member in struct:xauth_ldap_config
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreePatternParser.cs 76 object subtree = ParseTree();
77 adaptor.AddChild(root, subtree);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreePatternParser.cs 88 object subtree = ParseTree();
89 adaptor.AddChild( root, subtree );
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreePatternParser.java 75 Object subtree = parseTree(); local
76 adaptor.addChild(root, subtree);
  /external/chromium_org/chrome/renderer/resources/extensions/
content_watcher.js 31 subtree: true});
tag_watcher.js 29 documentObserver.observe(document, {subtree: true, childList: true});
  /external/chromium_org/tools/grit/grit/gather/
policy_json.py 85 '''Traverses the subtree of a DOM node, and register a tclib message for
  /external/llvm/include/llvm/ADT/
IntervalMap.h 513 /// subtree - Access the i'th subtree reference in a branch node.
516 NodeRef &subtree(unsigned i) const { function in class:llvm::IntervalMapImpl::NodeRef
683 // The key array in a branch node holds the rightmost stop key of each subtree.
687 // It is unusual for a branch node to only have one subtree, but it can happen
700 const NodeRef &subtree(unsigned i) const { return this->first[i]; }
703 NodeRef &subtree(unsigned i) { return this->first[i]; }
705 /// findFrom - Find the first subtree after i that may contain x.
710 /// This is the first subtree that can possibly contain x.
719 /// safeFind - Find a subtree that is known to exist. This is the same a
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
base.js 112 function walkSubtree(subtree, directory)
114 for (var childName in subtree) {
115 var child = subtree[childName];
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteRuleSubtreeStream.js 8 /** Treat next element as a single node even if it's a subtree.
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
treemap.js 142 var subtree = convertToWebTreemapFormat(name, treeNode, newPath);
143 children.push(subtree);
144 total += subtree["data"]["$area"];
145 childCount += subtree["childCount"];
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGUseElement.cpp 663 static inline void removeDisallowedElementsFromSubtree(Element* subtree)
665 ASSERT(!subtree->inDocument());
666 Element* element = ElementTraversal::firstWithin(subtree);
669 Element* next = ElementTraversal::nextSkippingChildren(element, subtree);
670 // The subtree is not in document so this won't generate events that could mutate the tree.
674 element = ElementTraversal::next(element, subtree);
689 // Though if there are disallowed elements in the subtree, we have to remove them.
733 // Though if there are disallowed elements in the subtree, we have to remove them.
778 // Though if there are disallowed elements in the subtree, we have to remove them.
    [all...]
  /external/chromium/chrome/common/extensions/
extension_message_bundle_unittest.cc 38 DictionaryValue* subtree,
40 target->Set(name, static_cast<Value*>(subtree));
  /external/chromium_org/chrome/common/extensions/
message_bundle_unittest.cc 40 base::DictionaryValue* subtree,
42 target->Set(name, static_cast<base::Value*>(subtree));

Completed in 934 milliseconds

1 2 3