Searched defs:subtree (Results 1 - 15 of 15) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DNameConstraints.java76 private GeneralSubtree[] createArray(ASN1Sequence subtree) argument
78 GeneralSubtree[] ar = new GeneralSubtree[subtree.size()];
82 ar[i] = GeneralSubtree.getInstance(subtree.getObjectAt(i));
/external/chromium_org/third_party/angle/src/compiler/translator/depgraph/
H A DDependencyGraphBuilder.h142 // left subtree, and kRightSubtree under a right subtree.
154 TDependencyGraphBuilder *factory, TGraphSymbol &subtree)
158 mLeftmostSymbols.empty() || mLeftmostSymbols.top() != &subtree;
160 mLeftmostSymbols.push(&subtree);
153 TLeftmostSymbolMaintainer( TDependencyGraphBuilder *factory, TGraphSymbol &subtree) argument
/external/chromium_org/third_party/skia/src/core/
H A DSkRTree.h89 return this->isEmpty() ? 0 : fRoot.fChild.subtree->fLevel + 1;
108 Node* subtree; member in union:SkRTree::Branch::__anon15196
/external/skia/src/core/
H A DSkRTree.h89 return this->isEmpty() ? 0 : fRoot.fChild.subtree->fLevel + 1;
108 Node* subtree; member in union:SkRTree::Branch::__anon30603
/external/chromium_org/extensions/common/
H A Dmessage_bundle_unittest.cc40 base::DictionaryValue* subtree,
42 target->Set(name, static_cast<base::Value*>(subtree));
39 SetDictionary(const std::string& name, base::DictionaryValue* subtree, base::DictionaryValue* target) argument
/external/ipsec-tools/src/racoon/
H A Disakmp_xauth.h138 int subtree; member in struct:xauth_ldap_config
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGUseElement.cpp367 // Clone the target subtree into the shadow tree, not handling <use> and <symbol> yet.
518 static inline void removeDisallowedElementsFromSubtree(Element& subtree) argument
520 ASSERT(!subtree.inDocument());
521 Element* element = ElementTraversal::firstWithin(subtree);
524 Element* next = ElementTraversal::nextSkippingChildren(*element, &subtree);
525 // The subtree is not in document so this won't generate events that could mutate the tree.
529 element = ElementTraversal::next(*element, &subtree);
580 // Though if there are disallowed elements in the subtree, we have to remove them.
633 // Though if there are disallowed elements in the subtree, we have to remove them.
/external/llvm/include/llvm/ADT/
H A DIntervalMap.h513 /// 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 tha
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXNameConstraintValidator.java48 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();
101 if (withinDNSubtree(dns, subtree))
108 "Subject distinguished name is not from a permitted subtree");
123 ASN1Sequence subtree = (ASN1Sequence)it.next();
125 if (withinDNSubtree(dns, subtree))
46 withinDNSubtree( ASN1Sequence dns, ASN1Sequence subtree) argument
1610 addExcludedSubtree(GeneralSubtree subtree) argument
[all...]
/external/chromium_org/remoting/webapp/
H A Dui_mode.js216 subtree: false,
/external/chromium_org/third_party/libxslt/libxslt/
H A Dxslt.c6847 * that subtree to build the stylesheet to process @doc (doc itself will
6915 xmlNodePtr subtree, newtree; local
6924 * move the subtree in a new document passed to
6927 subtree = ID->parent;
6942 newtree = xmlDocCopyNode(subtree, fake, 1);
6944 fake->URL = xmlNodeGetBase(doc, subtree->parent);
6955 while ((subtree = subtree->parent) != (xmlNodePtr)doc) {
6956 for (ns = subtree->ns; ns; ns = ns->next) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 2803 milliseconds