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

1234567891011>>

/openjdk10/jdk/test/javax/xml/jaxp/XPath/8035577/
H A DRegex.java63 if (!(ce.matches("c") && ce.matches("d") && ce.matches("e"))) {
68 if (ce.matches("b") || ce.matches("f")) {
77 if (!(bd.matches("b") && bd.matches("c") && bd.matches("d"))) {
82 if (bd.matches("e") || bd.matches("
[all...]
/openjdk10/jdk/src/java.base/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
/openjdk10/jdk/src/java.base/share/classes/sun/security/provider/certpath/
H A DIndexedCollectionCertStore.java243 Set<Certificate> matches = new HashSet<>();
244 matchX509Certs(new X509CertSelector(), matches);
245 matches.addAll(otherCertificates);
246 return matches;
250 Set<Certificate> matches = new HashSet<>();
251 matchX509Certs(selector, matches);
254 matches.add(cert);
257 return matches;
289 Set<X509Certificate> matches = new HashSet<>(16);
292 matches
308 matchX509Certs(CertSelector selector, Collection<Certificate> matches) argument
404 matchX509CRLs(CRLSelector selector, Collection<CRL> matches) argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/javax/net/ssl/
H A DSNIMatcher.java95 * @return {@code true} if, and only if, the matcher matches the
104 public abstract boolean matches(SNIServerName serverName); method in class:SNIMatcher
/openjdk10/langtools/test/tools/javac/lambda/
H A DNestedCapture03.java34 factory(c.asSubclass(String.class)).matches(null);
/openjdk10/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
/openjdk10/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DNodeQuickSearch.java87 List<InputNode> matches = findMatches(name, value, p.getGraph(), response);
88 if (matches == null) {
91 matches = findMatches(name, value, graph, response);
92 if (matches != null) {
98 if (matches == null) {
101 matches = findMatches(name, value, graph, response);
102 if (matches != null) {
109 if (matches != null) {
110 final Set<InputNode> set = new HashSet<>(matches);
125 "All " + matches
[all...]
/openjdk10/common/bin/
H A Dunshuffle_patch.sh155 # Find the most specific matches in the shuffle list
156 matches=
167 matches=`egrep "$pattern" "$UNSHUFFLE_LIST"`
168 if ! [ "x${matches}" = "x" ] ; then
169 verbose "Got matches: [$matches]"
179 if ! [ "x${matches}" = "x" ] ; then
180 shuffled="`echo "$matches" | sed -e s@' : .*'@@g -e s@'^[a-z]*\/'@@`"
181 unshuffled="`echo "$matches" | sed -e s@'.* : '@@g -e s@'^[a-z]*\/'@@`"
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DDefaultSynthStyleFactory.java103 BakedArrayList<SynthStyle> 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<SynthStyle> matches, JComponen argument
[all...]
/openjdk10/jdk/test/java/awt/TrayIcon/SecurityCheck/NoPermissionTest/
H A DNoPermissionTest.java50 if (!ex.getMessage().matches(".+java.awt.AWTPermission.+accessSystemTray.*"))
58 if (!ex.getMessage().matches(".+java.awt.AWTPermission.+accessSystemTray.*"))
/openjdk10/jdk/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DReferenceTypeSpec.java44 boolean matches(ReferenceType refType); method in interface:ReferenceTypeSpec
/openjdk10/jdk/test/java/util/prefs/
H A DPrefsSpi.java39 if (! className.matches(args[0]))
/openjdk10/jdk/test/javax/sound/midi/Gervill/AudioFloatConverter/
H A DGetFormat.java37 if(!conv.getFormat().matches(frm))
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.debug/src/org/graalvm/compiler/debug/
H A DMethodFilter.java58 public static boolean matches(MethodFilter[] filters, JavaMethod method) { method in class:MethodFilter
60 if (filter.matches(method)) {
129 * Determines if the class part of this filter matches a given class name.
132 return clazz == null || clazz.matcher(className).matches();
135 public boolean matches(JavaMethod o) { method in class:MethodFilter
137 if (methodName != null && !methodName.matcher(o.getName()).matches()) {
140 if (clazz != null && !clazz.matcher(o.getDeclaringClass().toJavaName()).matches()) {
156 if (signature[i] != null && !signature[i].matcher(javaName).matches()) {
163 public boolean matches(String javaClassName, String name, Signature sig) { method in class:MethodFilter
166 if (methodName != null && !methodName.matcher(name).matches()) {
[all...]
/openjdk10/jaxws/src/java.xml.bind/share/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
/openjdk10/jdk/src/java.desktop/share/classes/javax/sound/sampled/
H A DPort.java152 * Indicates whether this info object specified matches this one. To
157 * @return {@code true} if the specified object matches this one,
161 public boolean matches(Line.Info info) { method in class:Port.Info
163 if (! (super.matches(info)) ) {
/openjdk10/jdk/src/java.desktop/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();
/openjdk10/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
/openjdk10/langtools/test/tools/javap/
H A DT8035104.java44 if (line.matches(" *minor version: [0-9.]+"))
46 if (line.matches(" *SourceFile: .+"))
/openjdk10/hotspot/test/runtime/Thread/
H A DThreadPriorities.java72 int matches = 0;
84 if (matcher.matches()) {
85 matches += 1;
96 assertEquals(matches, NUMBER_OF_JAVA_PRIORITIES);
/openjdk10/jdk/test/java/lang/Class/getDeclaredClasses/
H A DSanity.java44 && !name.matches("\\D\\w*\\$\\d*"))
/openjdk10/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);
/openjdk10/make/idea/template/src/idea/
H A DJdkIdeaAntLogger.java75 return s1.matches(s2);
117 * Does a given message string matches this kind?
119 boolean matches(String s) { method in class:JdkIdeaAntLogger.MessageKind
141 boolean matches(String s) {
148 boolean matches(String s) {
161 boolean matches(String s) { method in class:JdkIdeaAntLogger.Task
206 boolean matches(String msg) {
217 boolean matches(String msg) { method in class:JdkIdeaAntLogger.Target
218 return msg.matches(targetRegex);
299 if (statusKind.matches(targetNam
[all...]
/openjdk10/langtools/make/intellij/src/idea/
H A DLangtoolsIdeaAntLogger.java113 * Does a given message string matches this kind?
115 boolean matches(String s) { method in class:LangtoolsIdeaAntLogger.MessageKind
137 boolean matches(String s) {
144 boolean matches(String s) {
157 boolean matches(String s) { method in class:LangtoolsIdeaAntLogger.Task
195 boolean matches(String msg) {
206 boolean matches(String msg) { method in class:LangtoolsIdeaAntLogger.Target
289 if (statusKind.matches(targetName)) {
303 if (lastEvent.target.matches(event.getTarget().getName())) {
313 if (task.matches(taskNam
[all...]

Completed in 360 milliseconds

1234567891011>>