Home
last modified time | relevance | path

Searched defs:subtree (Results 1 – 12 of 12) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DNameConstraintValidator.java17 void addExcludedSubtree(GeneralSubtree subtree); in addExcludedSubtree()
DPKIXNameConstraintValidator.java130 GeneralSubtree subtree = permitted[i]; in intersectPermittedSubtree() local
195 public void addExcludedSubtree(GeneralSubtree subtree) in addExcludedSubtree()
329 ASN1Sequence subtree) in withinDNSubtree()
368 ASN1Sequence subtree = (ASN1Sequence)it.next(); in checkPermittedDN() local
392 ASN1Sequence subtree = (ASN1Sequence)it.next(); in checkExcludedDN() local
421 ASN1Sequence subtree = (ASN1Sequence)_iter.next(); in intersectDN() local
456 ASN1Sequence subtree = (ASN1Sequence)it.next(); in unionDN() local
DNameConstraints.java71 private GeneralSubtree[] createArray(ASN1Sequence subtree) in createArray()
/external/jemalloc/include/jemalloc/internal/
Drtree.h71 rtree_node_elm_t *subtree; member
221 rtree_node_elm_t *subtree; in rtree_subtree_tryread() local
234 rtree_node_elm_t *subtree; in rtree_subtree_read() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DPKIXNameConstraintValidator.java48 ASN1Sequence subtree) in withinDNSubtree()
99 ASN1Sequence subtree = (ASN1Sequence)it.next(); in checkPermittedDN() local
123 ASN1Sequence subtree = (ASN1Sequence)it.next(); in checkExcludedDN() local
152 ASN1Sequence subtree = (ASN1Sequence)_iter.next(); in intersectDN() local
187 ASN1Sequence subtree = (ASN1Sequence)it.next(); in unionDN() local
1544 GeneralSubtree subtree = permitted[i]; in intersectPermittedSubtree() local
1614 public void addExcludedSubtree(GeneralSubtree subtree) in addExcludedSubtree()
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreePatternParser.java75 Object subtree = parseTree(); in parseTree() local
/external/jemalloc/src/
Drtree.c87 rtree_node_elm_t *subtree = rtree->levels[i].subtree; in rtree_delete() local
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DTextFormatParseInfoTreeTest.java163 TextFormatParseInfoTree subtree = root.getNestedTrees(OPTIONAL_NESTED_MESSAGE).get(0); in testGetNestedTreesReturnsSingleTree() local
/external/llvm/include/llvm/ADT/
DIntervalMap.h517 NodeRef &subtree(unsigned i) const { in subtree() function
701 const NodeRef &subtree(unsigned i) const { return this->first[i]; } in subtree() function
704 NodeRef &subtree(unsigned i) { return this->first[i]; } in subtree() function
782 NodeRef &subtree(unsigned i) const { in subtree() function
819 NodeRef &subtree(unsigned Level) const { in subtree() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DIntervalMap.h496 NodeRef &subtree(unsigned i) const { in subtree() function
680 const NodeRef &subtree(unsigned i) const { return this->first[i]; } in subtree() function
683 NodeRef &subtree(unsigned i) { return this->first[i]; } in subtree() function
761 NodeRef &subtree(unsigned i) const { in subtree() function
798 NodeRef &subtree(unsigned Level) const { in subtree() function
/external/ipsec-tools/src/racoon/
Disakmp_xauth.h138 int subtree; member
/external/v8/src/compiler/
Dstate-values-utils.cc210 Node* subtree = BuildTree(values_idx, values, count, liveness, in BuildTree() local