Searched refs:matches (Results 1 - 25 of 216) sorted by relevance

123456789

/openjdk7/jdk/src/share/classes/java/nio/file/
H A DPathMatcher.java40 * Tells if given path matches this matcher's pattern.
45 * @return {@code true} if, and only if, the path matches this
48 boolean matches(Path path); method in interface:PathMatcher
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DIndexedCollectionCertStore.java239 Set<Certificate> matches = new HashSet<Certificate>();
240 matchX509Certs(new X509CertSelector(), matches);
241 matches.addAll(otherCertificates);
242 return matches;
246 Set<Certificate> matches = new HashSet<Certificate>();
247 matchX509Certs(selector, matches);
250 matches.add(cert);
253 return matches;
283 Set<X509Certificate> matches = new HashSet<X509Certificate>(16);
286 matches
302 matchX509Certs(CertSelector selector, Collection<Certificate> matches) argument
393 matchX509CRLs(CRLSelector selector, Collection<CRL> matches) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DReferenceTypeSpec.java43 boolean matches(ReferenceType refType); method in interface:ReferenceTypeSpec
/openjdk7/jdk/test/java/util/concurrent/atomic/
H A DVMSupportsCS8.java29 * @summary Checks that the value of VMSupportsCS8 matches system properties.
36 if (System.getProperty("sun.cpu.isalist").matches
39 System.getProperty("os.arch").matches
/openjdk7/langtools/src/share/classes/com/sun/mirror/util/
H A DDeclarationFilter.java48 * the {@link #matches(Declaration)} method.
66 * public boolean matches(Declaration d) {
135 * @return a filter that matches declarations containing <tt>mods</tt>
140 public boolean matches(Declaration d) {
160 public boolean matches(Declaration d) {
178 public boolean matches(Declaration d) {
179 return f1.matches(d) && f2.matches(d);
196 public boolean matches(Declaration d) {
197 return f1.matches(
229 public boolean matches(Declaration decl) { method in class:DeclarationFilter
308 public boolean matches(Declaration d) { method in class:DeclarationFilter.AccessFilter
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DDefaultSynthStyleFactory.java103 BakedArrayList matches = _tmpList;
105 matches.clear();
106 getMatchingStyles(matches, c, id);
108 if (matches.size() == 0) {
112 matches.cacheHashCode();
113 SynthStyle style = getCachedStyle(matches);
116 style = mergeStyles(matches);
119 cacheStyle(matches, style);
139 * <code>matches</code>.
141 private void getMatchingStyles(List matches, JComponen argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DReferenceTypeSpec.java44 boolean matches(ReferenceType refType); method in interface:ReferenceTypeSpec
/openjdk7/jdk/test/java/util/prefs/
H A DPrefsSpi.java39 if (! className.matches(args[0]))
/openjdk7/jdk/test/javax/sound/midi/Gervill/AudioFloatConverter/
H A DGetFormat.java37 if(!conv.getFormat().matches(frm))
/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DPort.java159 * Indicates whether this info object specified matches this one.
164 public boolean matches(Line.Info info) { method in class:Port.Info
166 if (! (super.matches(info)) ) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DTagName.java82 * Checks if the given name pair matches this name.
84 public final boolean matches( String nsUri, String local ) { method in class:TagName
89 * Checks if the given name pair matches this name.
91 public final boolean matches( Name name ) { method in class:TagName
/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DStyleAssociation.java52 * Matcher used for testing if path matches that of pattern.
64 * a particular string matches the returned association.
74 * a particular string matches the returned association.
100 * Returns true if this <code>StyleAssociation</code> matches the
103 * @return true if this <code>StyleAssociation</code> matches the
106 public synchronized boolean matches(CharSequence path) { method in class:StyleAssociation
113 return _matcher.matches();
/openjdk7/jdk/test/sun/nio/cs/
H A DFindASCIIReplBugs.java43 csn.matches(".*2022.*") || //iso2022 family
44 csn.matches(".*UTF-[16|32].*")) //multi-bytes
H A DFindASCIIRangeCodingBugs.java63 csn.matches(".*2022.*") || //iso2022 family
64 csn.matches("x-windows-5022[0|1]") || //windows 2022jp
65 csn.matches(".*UTF-[16|32].*")) //multi-bytes
/openjdk7/jdk/test/java/lang/Class/getDeclaredClasses/
H A DSanity.java44 && !name.matches("\\D\\w*\\$\\d*"))
/openjdk7/jdk/test/java/lang/String/
H A DRegex.java78 ck(foo.matches("b+"), false);
79 ck(foo.matches("o+"), false);
80 ck(foo.matches("b..:and:f.*"), true);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/
H A DPrefixParserAction.java57 /** For each String s that matches the prefix given by getPropertyName(),
61 * matches.
72 List matches = new LinkedList() ;
83 matches.add( result ) ;
87 int size = matches.size() ;
102 Iterator iter2 = matches.iterator() ;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/
H A DNameFilter.java46 return m.matches();
/openjdk7/jdk/src/macosx/native/jobjc/src/core/java/com/apple/jobjc/
H A DSEL.java59 return selectorName.matches("^[a-zA-Z_][a-zA-Z0-9_:]*$");
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DTunnelThroughProxy.java43 if (!e.getMessage().matches(".*HTTP\\/.*500.*")) {
/openjdk7/langtools/test/tools/javac/api/6411310/
H A DT6411310.java50 if (!fileName.matches(".*java/lang/Object.class\\)?")) {
/openjdk7/langtools/test/tools/javac/code/
H A DArrayClone.java52 if (line.matches(match))
/openjdk7/langtools/test/tools/javac/generics/diamond/7030150/
H A DGenericConstructorAndDiamondTest.java53 boolean matches(TypeArgumentKind tak) { method in class:GenericConstructorAndDiamondTest.BoundKind
75 boolean matches(ArgumentKind ak) { method in class:GenericConstructorAndDiamondTest.ConstructorKind
121 boolean matches(ArgumentKind ak) { method in class:GenericConstructorAndDiamondTest.TypeArgumentKind
129 boolean matches(TypeArgumentKind other) { method in class:GenericConstructorAndDiamondTest.TypeArgumentKind
235 boolean badActual = !constructorKind.matches(argumentKind);
242 !useTypeArgumentKind.matches(argumentKind);
246 !boundKind.matches(diamondTypeArgumentKind);
248 boolean badGenericType = !boundKind.matches(declTypeArgumentKind) ||
249 !diamondTypeArgumentKind.matches(declTypeArgumentKind);
/openjdk7/langtools/test/tools/javap/6937244/
H A DT6937244.java49 if (line.matches("\\s*\\Qpublic static final java.util.Comparator<java.lang.String> CASE_INSENSITIVE_ORDER;\\E\\s*"))
/openjdk7/jdk/test/java/util/regex/
H A DRegExTest.java272 check(new Runnable() { public void run() { Pattern.matches(null, null); }});
273 check(new Runnable() { public void run() { Pattern.matches("xyz", null);}});
279 m.matches();
404 // by an expression that also matches the empty string.
589 if (!matcher.matches())
969 "(?:\\w{4}){2,};", // only matches the
981 // Check matches()
985 if (m.matches()) {
1000 if (!matcher.matches() ||
1249 if (!matcher.matches())
[all...]

Completed in 300 milliseconds

123456789