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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DNameConstraintValidator.java17 void addExcludedSubtree(GeneralSubtree subtree); argument
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));
H A DPKIXNameConstraintValidator.java119 * with the given subtree.
130 GeneralSubtree subtree = permitted[i];
131 Integer tagNo = Integers.valueOf(subtree.getBase().getTagNo());
136 ((Set)subtreesMap.get(tagNo)).add(subtree);
143 // go through all subtree groups
191 * Adds a subtree to the excluded set of these name constraints.
193 * @param subtree A subtree with an excluded GeneralName.
195 public void addExcludedSubtree(GeneralSubtree subtree) argument
197 GeneralName base = subtree
327 withinDNSubtree( ASN1Sequence dns, ASN1Sequence subtree) argument
[all...]
/external/jemalloc/src/
H A Drtree.c35 rtree->levels[0].subtree = NULL;
41 rtree->levels[i].subtree = NULL;
48 rtree->levels[height-1].subtree = NULL;
85 rtree_node_elm_t *subtree = rtree->levels[i].subtree; local
86 if (subtree != NULL)
87 rtree_delete_subtree(rtree, subtree, i);
119 return (rtree_node_init(rtree, level, &rtree->levels[level].subtree));
/external/ipsec-tools/src/racoon/
H A Disakmp_xauth.h138 int subtree; member in struct:xauth_ldap_config
/external/jemalloc/include/jemalloc/internal/
H A Drtree.h47 * A non-NULL subtree points to a subtree rooted along the hypothetical
50 * subtree pointers may remain NULL.
54 * accessed via subtrees[2], the subtree prefixed by 0x0000 (excluding
70 rtree_node_elm_t *subtree; member in union:rtree_level_s::__anon7723
87 * bits to which subtree level to start at.
214 rtree_node_elm_t *subtree; local
217 subtree = rtree->levels[level].subtree;
218 if (!rtree_node_valid(subtree))
226 rtree_node_elm_t *subtree; local
[all...]
/external/llvm/include/llvm/ADT/
H A DIntervalMap.h514 /// subtree - Access the i'th subtree reference in a branch node.
517 NodeRef &subtree(unsigned i) const { function in class:llvm::IntervalMapImpl::NodeRef
684 // The key array in a branch node holds the rightmost stop key of each subtree.
688 // It is unusual for a branch node to only have one subtree, but it can happen
701 const NodeRef &subtree(unsigned i) const { return this->first[i]; }
704 NodeRef &subtree(unsigned i) { return this->first[i]; }
706 /// findFrom - Find the first subtree after i that may contain x.
711 /// This is the first subtree that can possibly contain x.
720 /// 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
1614 addExcludedSubtree(GeneralSubtree subtree) argument
[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
756 DBusObjectSubtree *subtree; local
923 DBusObjectSubtree *subtree; local
950 DBusObjectSubtree *subtree; local
972 DBusObjectSubtree *subtree; local
1007 _dbus_object_subtree_ref(DBusObjectSubtree *subtree) argument
1022 _dbus_object_subtree_unref(DBusObjectSubtree *subtree) argument
[all...]
/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/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.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/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 379 milliseconds