/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
D | IndexedCollectionCertStore.java | 243 Set<Certificate> matches = new HashSet<>(); in engineGetCertificates() local 250 Set<Certificate> matches = new HashSet<>(); in engineGetCertificates() local 289 Set<X509Certificate> matches = new HashSet<>(16); in engineGetCertificates() local 299 Set<Certificate> matches = new HashSet<>(16); in engineGetCertificates() local 309 Collection<Certificate> matches) { in matchX509Certs() 347 Set<CRL> matches = new HashSet<>(); in engineGetCRLs() local 354 Set<CRL> matches = new HashSet<>(); in engineGetCRLs() local 371 HashSet<CRL> matches = new HashSet<>(16); in engineGetCRLs() local 395 Set<CRL> matches = new HashSet<>(16); in engineGetCRLs() local 404 private void matchX509CRLs(CRLSelector selector, Collection<CRL> matches) { in matchX509CRLs()
|
/libcore/ojluni/src/main/java/javax/net/ssl/ |
D | SNIMatcher.java | 104 public abstract boolean matches(SNIServerName serverName); in matches() method in SNIMatcher
|
D | SNIHostName.java | 363 public boolean matches(SNIServerName serverName) { in matches() method in SNIHostName.SNIHostNameMatcher
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/ |
D | KeyGeneratorThread.java | 44 int matches = 0; in test() local
|
/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/ |
D | Pattern2Test.java | 106 private void testCategory(String cat, String... matches) { in testCategory()
|
/libcore/luni/src/main/java/libcore/util/ |
D | ZoneInfoDB.java | 218 List<String> matches = new ArrayList<String>(); in getAvailableIDs() local
|
/libcore/ojluni/src/main/java/java/util/logging/ |
D | Level.java | 559 static synchronized KnownLevel matches(Level l) { in matches() method in Level.KnownLevel
|
/libcore/ojluni/src/main/java/sun/net/www/ |
D | MimeEntry.java | 261 public boolean matches(String type) { in matches() method in MimeEntry
|
/libcore/ojluni/src/main/java/java/util/regex/ |
D | Pattern.java | 1045 public static boolean matches(String regex, CharSequence input) { in matches() method in Pattern
|
D | Matcher.java | 413 public boolean matches() { in matches() method in Matcher
|
/libcore/ojluni/src/main/java/sun/security/util/ |
D | SignatureFileVerifier.java | 636 static boolean matches(CodeSigner[] signers, CodeSigner[] oldSigners, in matches() method in SignatureFileVerifier
|
/libcore/ojluni/src/main/java/sun/security/ssl/ |
D | X509KeyManagerImpl.java | 283 boolean matches(Certificate[] chain) { in matches() method in X509KeyManagerImpl.KeyType
|
/libcore/ojluni/src/main/java/java/security/ |
D | Provider.java | 562 boolean matches(String type, String algorithm) { in matches() method in Provider.ServiceKey
|
/libcore/ojluni/src/main/java/java/lang/ |
D | String.java | 2064 public boolean matches(String regex) { in matches() method in String
|
/libcore/ojluni/src/main/java/java/io/ |
D | ObjectStreamClass.java | 2244 ObjectStreamField[] matches = new ObjectStreamField[fields.length]; in matchFields() local
|
/libcore/luni/src/main/native/ |
D | org_apache_harmony_xml_ExpatParser.cpp | 529 bool matches(const char* uri, const char* localName) { in matches() function in ExpatElementName
|