Searched defs:excluded (Results 1 - 5 of 5) sorted by relevance

/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
H A DNameConstraints.java17 private ASN1Sequence permitted, excluded; field in class:NameConstraints
31 excluded = ASN1Sequence.getInstance(o, false);
41 * permitted and excluded are Vectors of GeneralSubtree objects.
45 * @param excluded
50 Vector excluded)
56 if (excluded != null)
58 this.excluded = createSequence(excluded);
81 return excluded;
97 if (excluded !
48 NameConstraints( Vector permitted, Vector excluded) argument
[all...]
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXNameConstraintValidator.java111 private void checkExcludedDN(Set excluded, ASN1Sequence dns) argument
114 if (excluded.isEmpty())
119 Iterator it = excluded.iterator();
128 "Subject distinguished name is from an excluded subtree");
168 private Set unionDN(Set excluded, ASN1Sequence dn) argument
170 if (excluded.isEmpty())
174 return excluded;
176 excluded.add(dn);
178 return excluded;
184 Iterator it = excluded
237 unionEmail(Set excluded, String email) argument
311 unionIP(Set excluded, byte[] ip) argument
508 checkExcludedEmail(Set excluded, String email) argument
577 checkExcludedIP(Set excluded, byte[] ip) argument
722 checkExcludedDNS(Set excluded, String dns) argument
1066 unionDNS(Set excluded, String dns) argument
1207 checkExcludedURI(Set excluded, String uri) argument
1256 unionURI(Set excluded, String uri) argument
[all...]
/external/v8/test/cctest/
H A Dtest-regexp.cc1583 ZoneList<CharacterRange>* excluded = NULL; local
1584 CharacterRange::Split(base, overlay, &included, &excluded);
1594 CHECK_EQ(!in_overlay, InClass(i, excluded));
1597 CHECK(!InClass(i, excluded));
/external/v8/src/
H A Djsregexp.cc4084 ZoneList<CharacterRange>** excluded)
4086 excluded_(excluded) { }
4111 ZoneList<CharacterRange>** excluded) {
4113 ASSERT_EQ(NULL, *excluded);
4121 CharacterRangeSplitter callback(included, excluded);
4083 CharacterRangeSplitter(ZoneList<CharacterRange>** included, ZoneList<CharacterRange>** excluded) argument
4108 Split(ZoneList<CharacterRange>* base, Vector<const uc16> overlay, ZoneList<CharacterRange>** included, ZoneList<CharacterRange>** excluded) argument
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 178 milliseconds