/libcore/ojluni/src/main/java/java/nio/file/ |
D | PathMatcher.java | 48 boolean matches(Path path); in matches() method
|
/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/ojluni/annotations/sdk/nullability/java/util/regex/ |
D | Pattern.annotated.java | 48 public static boolean matches(@libcore.util.NonNull java.lang.String regex, @libcore.util.NonNull j… in matches() method in Pattern
|
D | Matcher.annotated.java | 66 public boolean matches() { throw new RuntimeException("Stub!"); } in matches() method in Matcher
|
/libcore/ojluni/src/test/java/time/tck/java/time/ |
D | AbstractTCKTest.java | 112 …tic void assertSerializedBySer(Object object, byte[] expectedBytes, byte[]... matches) throws Exce… in assertSerializedBySer()
|
/libcore/ojluni/src/main/java/java/util/regex/ |
D | Pattern.java | 1069 public static boolean matches(String regex, CharSequence input) { in matches() method in Pattern
|
D | Matcher.java | 525 public boolean matches() { in matches() method in Matcher
|
/libcore/ojluni/src/main/java/java/util/logging/ |
D | Level.java | 601 static synchronized KnownLevel matches(Level l) { in matches() method in Level.KnownLevel
|
/libcore/ojluni/src/main/java/sun/security/util/ |
D | SignatureFileVerifier.java | 624 static boolean matches(CodeSigner[] signers, CodeSigner[] oldSigners, in matches() method in SignatureFileVerifier
|
/libcore/ojluni/annotations/hiddenapi/java/util/regex/ |
D | Matcher.java | 98 public boolean matches() { in matches() method in Matcher
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
D | String.annotated.java | 146 public boolean matches(@libcore.util.NonNull java.lang.String regex) { throw new RuntimeException("… in matches() method in String
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | String.java | 326 public boolean matches(java.lang.String regex) { in matches() method in String
|
/libcore/ojluni/src/main/java/java/lang/ |
D | String.java | 2211 public boolean matches(String regex) { in matches() method in String
|
/libcore/ojluni/src/main/java/java/security/ |
D | Provider.java | 921 boolean matches(String type, String algorithm) { in matches() method in Provider.ServiceKey
|
/libcore/ojluni/src/main/java/java/io/ |
D | ObjectStreamClass.java | 2371 ObjectStreamField[] matches = new ObjectStreamField[fields.length]; in matchFields() local
|
/libcore/luni/src/main/native/ |
D | org_apache_harmony_xml_ExpatParser.cpp | 544 bool matches(const char* uri, const char* localName) { in matches() function in ExpatElementName
|