Home
last modified time | relevance | path

Searched defs:matches (Results 1 – 17 of 17) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/file/
DPathMatcher.java48 boolean matches(Path path); in matches() method
/libcore/ojluni/src/main/java/javax/net/ssl/
DSNIMatcher.java104 public abstract boolean matches(SNIServerName serverName); in matches() method in SNIMatcher
DSNIHostName.java363 public boolean matches(SNIServerName serverName) { in matches() method in SNIHostName.SNIHostNameMatcher
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
DKeyGeneratorThread.java44 int matches = 0; in test() local
/libcore/luni/src/main/java/libcore/util/
DCountryZonesFinder.java58 List<CountryTimeZones> matches = new ArrayList<>(2); in lookupCountryTimeZonesForZoneId() local
DZoneInfoDB.java320 List<String> matches = new ArrayList<String>(); in getAvailableIDs() local
/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
DPattern2Test.java106 private void testCategory(String cat, String... matches) { in testCategory()
/libcore/ojluni/src/test/java/time/tck/java/time/
DAbstractTCKTest.java112 …tic void assertSerializedBySer(Object object, byte[] expectedBytes, byte[]... matches) throws Exce… in assertSerializedBySer()
/libcore/ojluni/src/main/java/java/util/regex/
DPattern.java1049 public static boolean matches(String regex, CharSequence input) { in matches() method in Pattern
DMatcher.java458 public boolean matches() { in matches() method in Matcher
/libcore/ojluni/src/main/java/java/util/logging/
DLevel.java600 static synchronized KnownLevel matches(Level l) { in matches() method in Level.KnownLevel
/libcore/ojluni/src/main/java/sun/security/util/
DSignatureFileVerifier.java624 static boolean matches(CodeSigner[] signers, CodeSigner[] oldSigners, in matches() method in SignatureFileVerifier
/libcore/ojluni/src/main/java/java/text/
DSimpleDateFormat.java1825 Collection<TimeZoneNames.MatchInfo> matches = tzNames.find(text, start, NAME_TYPES); in subParseZoneStringFromICU() local
/libcore/ojluni/src/main/java/java/io/
DObjectStreamClass.java2313 ObjectStreamField[] matches = new ObjectStreamField[fields.length]; in matchFields() local
/libcore/ojluni/src/main/java/java/security/
DProvider.java920 boolean matches(String type, String algorithm) { in matches() method in Provider.ServiceKey
/libcore/ojluni/src/main/java/java/lang/
DString.java2183 public boolean matches(String regex) { in matches() method in String
/libcore/luni/src/main/native/
Dorg_apache_harmony_xml_ExpatParser.cpp531 bool matches(const char* uri, const char* localName) { in matches() function in ExpatElementName