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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DNameConstraints.java76 private DERSequence createSequence(Vector subtree) argument
79 Enumeration e = subtree.elements();
/external/chromium/chrome/common/extensions/
H A Dextension_message_bundle_unittest.cc38 DictionaryValue* subtree,
40 target->Set(name, static_cast<Value*>(subtree));
37 SetDictionary(const std::string& name, DictionaryValue* subtree, DictionaryValue* target) argument
/external/ipsec-tools/src/racoon/
H A Disakmp_xauth.h138 int subtree; member in struct:xauth_ldap_config
/external/llvm/include/llvm/ADT/
H A DIntervalMap.h493 /// subtree - Access the i'th subtree reference in a branch node.
496 NodeRef &subtree(unsigned i) const { function in class:llvm::IntervalMapImpl::NodeRef
663 // The key array in a branch node holds the rightmost stop key of each subtree.
667 // It is unusual for a branch node to only have one subtree, but it can happen
680 const NodeRef &subtree(unsigned i) const { return this->first[i]; }
683 NodeRef &subtree(unsigned i) { return this->first[i]; }
685 /// findFrom - Find the first subtree after i that may contain x.
690 /// This is the first subtree that can possibly contain x.
699 /// 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
1607 addExcludedSubtree(GeneralSubtree subtree) argument
[all...]
/external/webkit/Source/WebCore/svg/
H A DSVGUseElement.cpp287 // Update whole subtree, scanning for shadow container elements, that correspond to <svg>/<symbol> tags
340 // Update whole subtree, scanning for shadow container elements, marking a cloned use subtree
782 void SVGUseElement::removeDisallowedElementsFromSubtree(Node* subtree) argument
784 ASSERT(!subtree->inDocument());
786 Node* node = subtree->firstChild();
789 Node* next = node->traverseNextSibling(subtree);
790 // The subtree is not in document so this won't generate events that could mutate the tree.
794 node = node->traverseNextNode(subtree);
809 // Though if there are disallowed elements in the subtree, w
[all...]
/external/dbus/dbus/
H A Ddbus-object-tree.c51 static DBusObjectSubtree* _dbus_object_subtree_ref (DBusObjectSubtree *subtree);
52 static void _dbus_object_subtree_unref (DBusObjectSubtree *subtree);
66 * Struct representing a single registered subtree handler, or node
67 * that's a parent of a registered subtree handler. If
158 * subtree nodes
163 find_subtree_recurse (DBusObjectSubtree *subtree, argument
180 subtree->name);
184 return subtree;
189 subtree->name, path[0]);
193 j = subtree
327 DBusObjectSubtree *subtree; local
398 DBusObjectSubtree *subtree; local
448 DBusObjectSubtree *subtree; local
525 free_subtree_recurse(DBusConnection *connection, DBusObjectSubtree *subtree) argument
576 DBusObjectSubtree *subtree; local
755 DBusObjectSubtree *subtree; local
919 DBusObjectSubtree *subtree; local
946 DBusObjectSubtree *subtree; local
968 DBusObjectSubtree *subtree; local
1003 _dbus_object_subtree_ref(DBusObjectSubtree *subtree) argument
1012 _dbus_object_subtree_unref(DBusObjectSubtree *subtree) argument
[all...]
/external/chromium/net/tools/spdyshark/
H A Dpacket-spdy.c1482 proto_tree *subtree; local
1492 subtree = proto_item_add_subtree(ti, ett_message_spdy);
1499 proto_tree_add_text(subtree, tvb, offset, next_offset - offset,
/external/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/webkit/Source/WebCore/page/
H A DFrameView.cpp646 // call will not cause the subtree under it to repaint. Explicitly call the syncCompositingState on
856 bool subtree = m_layoutRoot; local
863 RenderObject* root = subtree ? m_layoutRoot : document->renderer();
903 m_doFullRepaint = !subtree && (m_firstLayout || toRenderView(root)->printing());
905 if (!subtree) {
954 if (subtree) {
968 if (subtree) {
978 if (!subtree && !toRenderView(root)->printing())
990 subtree ? 0 : &cachedOffset);
/external/webkit/Source/JavaScriptCore/parser/
H A DJSParser.cpp1192 TreeSourceElements subtree = parseSourceElements<DontCheckForStrictMode>(context); local
1193 failIfFalse(subtree);
1196 return context.createBlockStatement(subtree, start, m_lastLine);
/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/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 396 milliseconds