Searched defs:match (Results 26 - 50 of 116) sorted by relevance

12345

/openjdk7/jdk/src/share/back/
H A DArrayTypeImpl.c64 jboolean match; local
67 /* signature must match */
73 match = strcmp(signature, componentSignature) == 0;
79 if (match) {
85 match = isSameObject(env, loader, arrayClassLoader);
88 if (match) {
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DMimeHeaders.java187 private boolean match; field in class:MimeHeaders.MatchingIterator
192 MatchingIterator(String[] names, boolean match) { argument
193 this.match = match;
204 return match ? null : hdr;
208 if (match)
212 if (!match)
259 * match a name in the given array of names.
264 * objects whose name does not match one of the names in the given list
/openjdk7/jdk/test/java/lang/Class/getEnclosingClass/
H A DEnclosingClassTest.java79 static void match(String actual, String expected) { method in class:EnclosingClassTest
90 match(encName, encNameExpected);
91 match(simpleName, simpleNameExpected);
92 match(canonicalName, canonicalNameExpected);
/openjdk7/jdk/test/sun/security/provider/certpath/DisabledAlgorithms/
H A DCPBuilder.java380 private static boolean match(String name, Certificate cert) method in class:CPBuilder
435 if (!match(args[0], path.get(0))) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DLocalVariableTableWriter.java53 public boolean match(LocalVariableTable_attribute.Entry entry, int pc) {
58 public boolean match(LocalVariableTable_attribute.Entry entry, int pc) {
65 public abstract boolean match(LocalVariableTable_attribute.Entry entry, int pc); method in class:LocalVariableTableWriter.NoteKind
119 if (kind.match(entry, pc)) {
H A DLocalVariableTypeTableWriter.java54 public boolean match(LocalVariableTypeTable_attribute.Entry entry, int pc) {
59 public boolean match(LocalVariableTypeTable_attribute.Entry entry, int pc) {
66 public abstract boolean match(LocalVariableTypeTable_attribute.Entry entry, int pc); method in class:LocalVariableTypeTableWriter.NoteKind
120 if (kind.match(entry, pc)) {
H A DTryBlockWriter.java48 public boolean match(Exception_data entry, int pc) {
53 public boolean match(Exception_data entry, int pc) {
58 public boolean match(Exception_data entry, int pc) {
65 public abstract boolean match(Exception_data entry, int pc); method in class:TryBlockWriter.NoteKind
110 if (kind.match(entry, pc)) {
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DHostnameChecker.java85 * @exception CertificateException if the name does not match any of
88 public void match(String expectedName, X509Certificate cert) method in class:HostnameChecker
100 public static boolean match(String expectedName, Principal principal) { method in class:HostnameChecker
136 * in the certificate and must exactly match the IP in the URI.
146 // For IP address, it needs to be exact match
171 * the certificate (e.g., more than one dNSName name, a match in any one
190 // but none match, reject
262 * considered to match any single domain name component
294 * E.g. *.bar.com would match a.bar.com, b.bar.com, etc. but not
314 // match res
[all...]
/openjdk7/jdk/test/sun/security/pkcs11/Cipher/
H A DTestSymmCiphers.java170 match(testOut1, answer);
183 match(outBuf, answer);
199 match(outDirectBuf, answer);
214 match(outBuf, answer);
233 match(outDirectBuf, answer);
250 private static void match(byte[] b1, byte[] b2) throws Exception { method in class:TestSymmCiphers
266 private static void match(ByteBuffer bb, byte[] answer) throws Exception { method in class:TestSymmCiphers
270 match(bbTemp, answer);
H A DTestSymmCiphersNoPad.java139 match(testOut1, answer);
147 match(outBuf, answer);
158 match(outDirectBuf, answer);
168 match(outBuf, answer);
183 match(outDirectBuf, answer);
188 private static void match(byte[] b1, byte[] b2) throws Exception { method in class:TestSymmCiphersNoPad
204 private static void match(ByteBuffer bb, byte[] answer) throws Exception { method in class:TestSymmCiphersNoPad
208 match(bbTemp, answer);
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DSelect.java74 protected int[] match; // matches, i.e., case 1: ... field in class:Select
91 * @param match array of matching values
95 Select(short opcode, int[] match, InstructionHandle[] targets, argument
104 this.match = match;
106 if((match_length = match.length) != targets.length)
184 buf.append("(").append(match[i]).append(", ")
254 * @return array of match indices
256 public int[] getMatchs() { return match; }
259 * @return array of match targe
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DInstructionFinder.java68 * i.e., match sequences of instructions in an instruction list via
82 InstructionHandle[] match = (InstructionHandle[])i.next();
84 il.delete(match[1], match[5]);
111 * Reread the instruction list, e.g., after you've altered the list upon a match.
185 InstructionHandle[] match = new InstructionHandle[match_length];
186 System.arraycopy(handles, matched_from, match, 0, match_length);
188 return match;
194 * an interface name to match a whole set of instructions, e.g. "BranchInstruction" or
207 * <p>If you alter the instruction list upon a match suc
317 checkCode(InstructionHandle[] match) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/cmdline/getopt/
H A DGetOpt.java153 if(!theOptionMatcher.match(c)) {
230 // inner class to query optString for a possible option match,
237 public boolean match(char c){ method in class:GetOpt.OptionMatcher
/openjdk7/jdk/src/share/classes/java/security/cert/
H A DX509CRLSelector.java41 * match all specified criteria. This class is particularly useful when
47 * value (<code>null</code>). Therefore, the {@link #match match} method
90 * so any <code>X509CRL</code> will match.
96 * <code>X509CRL</code> must match at least one of the specified
141 * <code>X509CRL</code> must match at least one of the specified
211 * name in the <code>X509CRL</code> must match at least one of the specified
230 * relied on as it can fail to match some CRLs because of a loss of
235 * name in the <code>X509CRL</code> must match at least one of the specified
252 * name in the <code>X509CRL</code> must match a
596 public boolean match(CRL crl) { method in class:X509CRLSelector
[all...]
/openjdk7/hotspot/src/share/vm/interpreter/
H A DoopMapCache.hpp128 bool match(methodHandle method, int bci) { return _method == method() && _bci == bci; } function in class:InterpreterOopMap
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DSnmpMibTree.java252 if (node.match(theValue))
258 final private boolean match(long value) { method in class:SnmpMibTree.TreeNode
/openjdk7/jdk/src/share/classes/com/sun/security/auth/login/
H A DConfigFile.java405 match("{");
410 moduleClass = match("module class name");
413 sflag = match("controlFlag");
439 key = match("option key");
440 match("=");
442 value = expand(match("option value"));
470 match("}");
471 match(";");
484 private String match(String expect) throws IOException { method in class:ConfigFile
/openjdk7/jdk/src/share/classes/java/awt/datatransfer/
H A DMimeType.java267 public boolean match(MimeType type) { method in class:MimeType
289 public boolean match(String rawdata) throws MimeTypeParseException { method in class:MimeType
292 return match(new MimeType(rawdata));
/openjdk7/jaxws/src/share/jaf_classes/javax/activation/
H A DMimeType.java246 * @return true if they match
248 public boolean match(MimeType type) { method in class:MimeType
260 * @return true if they match
262 public boolean match(String rawdata) throws MimeTypeParseException { method in class:MimeType
263 return match(new MimeType(rawdata));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/internet/
H A DContentType.java229 * character '*', then the subtype is ignored during the match.
236 public boolean match(ContentType cType) { method in class:ContentType
265 * character '*', then the subtype is ignored during the match.
270 public boolean match(String s) { method in class:ContentType
272 return match(new ContentType(s));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/scd/
H A DStep.java115 return match(d);
120 protected abstract boolean match(T d); method in class:Step.Filtered
140 protected boolean match(XSDeclaration d) { method in class:Step.Named
153 protected boolean match(XSType node) { method in class:Step.AnonymousType
168 protected boolean match(XSFacet f) { method in class:Step.Facet
183 protected boolean match(XSSchema d) { method in class:Step.Schema
/openjdk7/jdk/test/java/lang/invoke/
H A DThrowExceptionsTest.java121 private void testAll(String match) throws Throwable { argument
127 (match == null || match.contains(name.substring("test".length()))) &&
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/api/
H A DJavacTool.java118 if (option == null || !match(kind, option.getKind()))
140 private static boolean match(OptionKind clientKind, OptionKind optionKind) { method in class:JavacTool
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/ccache/
H A DFileCredentialsCache.java181 if (!(primaryPrincipal.match(p))) {
182 throw new IOException("Primary principals don't match.");
215 if (match(c.sname.getNameStrings(),
265 boolean match(String[] s1, String[] s2) { method in class:FileCredentialsCache
304 if (sname.match(list[i].sname) &&
306 if (list[i].flags.match(options)) {
328 if (sname.match(list[i].sname) &&
/openjdk7/jdk/test/javax/xml/crypto/dsig/
H A DKeySelectors.java142 * NOTE: If the key algorithm doesn't match signature algorithm,
226 Vector<X509Certificate> match(int matchType, Object value, method in class:KeySelectors.CollectionKeySelector
301 // collection of certs for match
303 match(MATCH_SUBJECT, name, certs);
308 " match found");
337 // "certs" subdirectory and return those match.
341 result = match(MATCH_SUBJECT, obj, certs);
343 result = match(MATCH_SUBJECT_KEY_ID, obj,
346 result = match(MATCH_CERTIFICATE, obj, certs);
349 result = match(MATCH_SERIA
[all...]

Completed in 85 milliseconds

12345