Searched refs:excluded (Results 1 - 6 of 6) sorted by relevance

/dalvik/dx/src/junit/runner/
H A Dexcluded.properties2 # The list of excluded package paths for the TestCaseClassLoader
4 excluded.0=sun.*
5 excluded.1=com.sun.*
6 excluded.2=org.omg.*
7 excluded.3=javax.*
8 excluded.4=sunw.*
9 excluded.5=java.*
10 excluded.6=org.w3c.dom.*
11 excluded.7=org.xml.sax.*
12 excluded
[all...]
/dalvik/libcore/luni/src/test/java/junit/runner/
H A Dexcluded.properties2 # The list of excluded package paths for the TestCaseClassLoader
4 excluded.0=sun.*
5 excluded.1=com.sun.*
6 excluded.2=org.omg.*
7 excluded.3=javax.*
8 excluded.4=sunw.*
9 excluded.5=java.*
10 excluded.6=org.w3c.dom.*
11 excluded.7=org.xml.sax.*
12 excluded
[all...]
/dalvik/libcore/security/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...]
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
H A DCertPathValidatorUtilities.java345 protected static void checkExcludedDN(Set excluded, ASN1Sequence dns) argument
348 if (excluded.isEmpty())
353 Iterator it = excluded.iterator();
362 "Subject distinguished name is from an excluded subtree");
398 protected static Set unionDN(Set excluded, ASN1Sequence dn) argument
400 if (excluded.isEmpty())
402 excluded.add(dn);
404 return excluded;
410 Iterator _iter = excluded.iterator();
467 protected static Set unionEmail(Set excluded, Strin argument
510 unionIP(Set excluded, byte[] ip) argument
541 checkExcludedEmail(Set excluded, String email) argument
574 checkExcludedIP(Set excluded, byte[] ip) argument
[all...]
H A DPKIXCertPathValidatorSpi.java465 // (b), (c) permitted and excluded subtree checking.
913 // (g) (2) excluded subtrees
915 ASN1Sequence excluded = nc.getExcludedSubtrees();
916 if (excluded != null)
918 Enumeration e = excluded.getObjects();
/dalvik/libcore/security/src/main/java/org/bouncycastle/x509/
H A DPKIXCertPathReviewer.java565 // (g) (2) excluded subtrees
567 ASN1Sequence excluded = nc.getExcludedSubtrees();
568 if (excluded != null)
570 Enumeration e = excluded.getObjects();

Completed in 1732 milliseconds