Searched refs:isMatched (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/java/beans/
H A DWeakIdentityMap.java59 if (entry.isMatched(key, hash)) {
74 if (entry.isMatched(key, hash)) {
177 boolean isMatched(Object key, int hash) { method in class:WeakIdentityMap.Entry
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DLinkedTransferQueue.java499 final boolean isMatched() { method in class:LinkedTransferQueue.Node
626 (q = h.next) == null || !q.isMatched())
748 if (pred.isMatched()) // probably at front
774 if (!p.isMatched())
804 if (!p.isMatched()) {
842 if ((r = lastRet) != null && !r.isMatched())
844 else if ((b = lastPred) == null || b.isMatched())
849 s != b && s.isMatched() &&
874 // assert s.isMatched();
936 (n != s && pred.casNext(s, n) && pred.isMatched())) {
[all...]
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DHostnameChecker.java183 if (isMatched(expectedName, dnsName)) {
200 if (isMatched(expectedName, derValue.getAsString())) {
246 private boolean isMatched(String name, String template) { method in class:HostnameChecker
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/identity/
H A DSelector.java219 //int matched = isMatched();
221 if (isMatched()) {
H A DXPathMatcher.java141 public boolean isMatched() { method in class:XPathMatcher
151 } // isMatched():int

Completed in 82 milliseconds