Searched refs:match (Results 176 - 200 of 222) sorted by relevance

123456789

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformsopt.hpp413 PeepMatch *_match; // Instruction pattern to match
434 PeepMatch *match() { return _match; } function in class:Peephole
450 NameList _instrs; // List of instructions in match rule
459 // Insert info into the match-rule
462 // Access info about instructions in the peep-match rule
H A Dadlparse.cpp182 else if (!strcmp(ident, "match")) {
183 // Allow one instruction have several match rules.
186 // This is first match rule encountered
199 // Find the end of the match rule list
202 // Add the new match rule to the list
207 parse_err(SYNERR, "unique match rule expected for %s\n", rule->_name);
210 assert(match_rules_cnt < 100," too many match rule clones");
249 parse_err(SYNERR, "expected one of:\n predicate, match, encode, or the name of an instruction attribute at %s\n", ident);
273 // Create instruction form for each additional match rule
289 clone->_matrule->_next = NULL; // One match rul
2430 peep_match_child_parse(PeepMatch &match, int parent, int &position, int input) argument
2515 PeepMatch *match = new PeepMatch(_ptr); local
3530 MatchRule *match; // Match Rule class for instruction/operand local
[all...]
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_init.c298 int match; local
301 match = 1;
305 match = 0;
309 if ( match ) {
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DReverseBuilder.java168 * use it to match on authority key identifier extension.
232 * use it to match on authority key identifier extension.
425 if (targetCertConstraints.match(cert) == false) {
H A DForwardBuilder.java217 // no need to continue: this means we never can match a CA cert
221 /* This means a CA is the target, so match on same stuff as
305 if (sel.match(trustedCert)) {
317 * The trusted certificate matching is completed. We need to match
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DSort.java718 final int match[] = new int[levels];
732 match[level] = level;
744 il.insert(tblswitch,new TABLESWITCH(match, target, defaultTarget));
H A DStylesheet.java547 // grabs the root node of the input doc ( <xsl:template match="/"/> ).
1377 InstructionHandle[] match = (InstructionHandle[])iter.next();
1379 il.delete(match[0], match[1]);
/openjdk7/jdk/src/share/classes/java/util/
H A DScanner.java89 * MatchResult result = s.match();
112 * attempt to match the specified pattern with no regard to delimiters in the
392 // Boolean indicating if a match result is available
447 * Fields and an accessor method to match booleans
460 * Fields and methods to match bytes, shorts, ints, and longs
493 * Fields and an accessor method to match line separators
516 * Fields and methods to match floats and doubles
974 // Must look for next delims. Simply attempting to match the
975 // pattern at this point may find a match but it might not be
976 // the first longest match becaus
1336 public MatchResult match() { method in class:Scanner
[all...]
/openjdk7/jdk/src/solaris/native/java/net/
H A Dnet_util_md.c569 continue; /* no match */
766 * returns 0 if no match found
1110 jboolean match = JNI_FALSE; local
1161 * need to match on.
1163 * dest_plen / 8 => number of bytes to match
1164 * dest_plen % 8 => number of additional bits to match
1166 * eg: fe80::/10 => match 1 byte + 2 additional bits in the
1174 continue; /* no match */
1188 * We have a match
1190 match
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLDocumentFragmentScannerImpl.java1155 //if this character is still valid element name -- this means string can't match
1168 //Look at the next element stored in the array list.. we might just get a match.
1247 //get the stored element -- if everything goes right this should match the
1745 //We can skip this for now... In any case if the string doesn't match -- document is not well formed.
2142 *@return true if the match suceeds.
2151 boolean match = false;
2154 System.out.println("Checking if the elements match " + element.rawname + " , " + fQName[fDepth].rawname);
2161 //we found the match and from next element skipping will start, add 1
2163 match = true;
2164 //Once we get match decreas
[all...]
H A DXMLScanner.java1057 * Before a match is attempted, all strings of white space in the public
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecode.hpp154 int match() const { return get_Java_u4_at(0 * jintSize); } function in class:VALUE_OBJ_CLASS_SPEC
H A DoopMapCache.cpp567 // Search hashtable for match
571 if (entry->match(method, bci)) {
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.hpp342 void replace_all_CTS_matches (CellTypeState match,
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DPrincipalName.java566 public boolean match(PrincipalName pname) { method in class:PrincipalName
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DIPPPrintService.java621 int match = -1;
636 match = i;
641 if (match == -1) {
645 arr[0] = mpas[match];
/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.hpp81 virtual Node *match( const ProjNode *proj, const Matcher *m );
349 assert(verify_jvms(jvms), "jvms must match");
370 assert(verify_jvms(jvms), "jvms must match");
374 assert(verify_jvms(jvms), "jvms must match");
381 assert(verify_jvms(jvms), "jvms must match");
385 assert(verify_jvms(jvms), "jvms must match");
389 assert(verify_jvms(jvms), "jvms must match");
550 virtual Node *match( const ProjNode *proj, const Matcher *m );
785 // Pattern-match a possible usage of AllocateNode.
855 // Pattern-match
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/internet/
H A DMimeUtility.java191 boolean isText = cType.match("text/*");
253 if (cType.match("text/*")) {
/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DKeyTool.java853 (rb.getString("They.don.t.match.Try.again"));
1429 (rb.getString("They.don.t.match.Try.again"));
2503 // The inner and outer signature algorithms have to match.
2736 (rb.getString("They.don.t.match.Try.again"));
3332 ("Public.keys.in.reply.and.keystore.don.t.match"));
3606 * @return the position of a single match, or -1 if none matched
3610 int[] match = new int[list.length];
3621 match[nmatch++] = i;
3636 match[nmatch++] = i;
3643 return match[
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLSchemaMessages_de.properties295 s4s-elt-must-match.1 = s4s-elt-must-match.1: Content von "{0}" muss {1} entsprechen. Beim Start bei {2} ist ein Problem aufgetreten.
296 s4s-elt-must-match.2 = s4s-elt-must-match.2: Content von "{0}" muss {1} entsprechen. Nicht gen\u00FCgend Elemente gefunden.
297 # the "invalid-content" messages provide less information than the "must-match" counterparts above. They're used for complex types when providing a "match" would be an information dump
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DRangeToken.java490 boolean match(int ch) { method in class:RangeToken
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DStyleSheet.java1362 * Creates and returns a Style containing all the rules that match
1507 * Creates and returns a Style containing all the rules that match
2616 * the CSS rules that match the Views Elements.
2854 * a match is defined by the CSS rule matching.
2881 boolean match = false;
2882 while (!match && thisCurrent != -1) {
2888 match = matches(selector, sCurrent, sLast, thisCurrent,
2891 if (!match) {
2914 // Selector has a '.', which indicates name must match it,
2928 // Has to fully match
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/datatransfer/
H A DDataTransferer.java1130 boolean match;
1139 match = true;
1142 match = false;
1146 if (match) {
2014 * match array. The first character is provided as c. Subsequent
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.hpp60 address match(Handle exception, address pc);
/openjdk7/hotspot/src/share/tools/ProjectCreator/
H A DWinGammaPlatform.java76 boolean match(String rulePattern, String arg) { method in class:ArgRuleSpecific
238 "\" does not match file name \"" + fullPath + "\""

Completed in 181 milliseconds

123456789