Searched defs:matched (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/identity/
H A DField.java176 protected void matched(Object actualValue, short valueType, ShortList itemValueType, boolean isNil) { method in class:Field.Matcher
177 super.matched(actualValue, valueType, itemValueType, isNil);
188 } // matched(String)
244 matched(fMatchedString, valueType, itemValueType, nillable);
H A DXPathMatcher.java77 // matched any way
79 // matched on the attribute axis
81 // matched on the descendant-or-self axixs
83 // matched some previous (ancestor) node on the descendant-or-self-axis, but not this node
93 /** True if XPath has been matched. */
142 // xpath has been matched if any one of the members of the union have matched.
167 protected void matched(Object actualValue, short valueType, ShortList itemValueType, boolean isNil) { method in class:XPathMatcher
169 System.out.println(toString()+"#matched(\""+actualValue+"\")");
171 } // matched(Strin
[all...]
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11KeyStore.java177 private boolean matched = false; field in class:P11KeyStore.AliasInfo
213 sb.append("\tmatched=[" + matched + "]\n");
2243 // yes, there was only one CKA_LABEL that matched
2477 // list of matched certs that we will return
2498 aliasInfo.matched = true;
2502 aliasInfo.matched = true;
2530 * for each cert not matched with a private key but is CKA_TRUSTED:
2564 if (aliasInfo.matched == true) {
2571 // cert in this aliasInfo is not matched yet
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiRedefineClasses.cpp618 enum { matched, added, deleted, undetermined } method_was = undetermined; enumerator in enum:__anon392
645 method_was = matched;
662 method_was = matched;
675 case matched:
695 RC_TRACE(0x00008000, ("Method matched: new: %s [%d] == old: %s [%d]",
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_wm.c944 Boolean matched; local
969 matched = (strcmp((char *)net_wm_name, name) == 0);
970 if (matched) {
976 return matched;

Completed in 85 milliseconds