Searched +defs:val +defs:match (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/
H A DQuery.java272 * For example: <code>a*b?c</code> would match a string starting
286 public static QueryExp match(AttributeValueExp a, StringValueExp s) { method in class:Query
366 * @param val A value to be constrained.
375 public static QueryExp in(ValueExp val, ValueExp valueList[]) { argument
376 return new InQueryExp(val, valueList);
382 * @param val The string value.
386 public static StringValueExp value(String val) { argument
387 return new StringValueExp(val);
394 * @param val An instance of Number.
402 public static ValueExp value(Number val) { argument
418 value(int val) argument
434 value(long val) argument
450 value(float val) argument
466 value(double val) argument
482 value(boolean val) argument
[all...]
/openjdk7/hotspot/src/share/vm/asm/
H A Dassembler.cpp277 bool match(BasicType t, value_fn_t cfn) { function in struct:DelayedConstant
291 if (dcon->match(type, cfn))
322 intptr_t val = (intptr_t) (*value_fn)(); local
323 if (val != 0) return val + offset;
327 intptr_t val = (intptr_t) (*value_fn)(); local
328 if (val != 0) return val + offset;
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DScanner.java43 * The match() method is used to quickly match opening
197 private static void defineKeyword(int val) { argument
198 Identifier.lookup(opNames[val]).setType(val);
1324 public void match(int open, int close) throws IOException { method in class:Scanner
H A DParser.java239 IdentifierToken exp[], Node val) {
256 defineField(where, doc, mod, t, nm.id, argIds, expIds, val);
265 Identifier exp[], Node val) {
886 match(LPAREN, RPAREN);
891 match(LSQBRACKET, RSQBRACKET);
1794 match(LBRACE, RBRACE);
1799 match(LPAREN, RPAREN);
1804 match(LSQBRACKET, RSQBRACKET);
1993 match(LBRACE, RBRACE);
1998 match(LPARE
236 defineField(long where, ClassDefinition c, String doc, int mod, Type t, IdentifierToken nm, IdentifierToken args[], IdentifierToken exp[], Node val) argument
263 defineField(long where, String doc, int mod, Type t, Identifier nm, Identifier args[], Identifier exp[], Node val) argument
2121 public void match(int open, int close) throws IOException { method in class:Parser
[all...]
/openjdk7/hotspot/src/share/tools/ProjectCreator/
H A DWinGammaPlatform.java60 static String getCfg(String val) { argument
61 int under = val.indexOf('_');
62 int len = val.length();
64 return val.substring(under+1, len);
76 boolean match(String rulePattern, String arg) { method in class:ArgRuleSpecific
90 String val = it.get();
93 BuildConfig.addFieldVector(cfg, valKey, val);
96 BuildConfig.putFieldHash(cfg, valKey, val, "1");
99 BuildConfig.putField(cfg, valKey, val);
238 "\" does not match fil
[all...]
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DSynchronousQueue.java215 * to match a waiting node.
232 volatile SNode match; // the node matched to this field in class:SynchronousQueue.TransferStack.SNode
244 boolean casNext(SNode cmp, SNode val) { argument
246 UNSAFE.compareAndSwapObject(this, nextOffset, cmp, val);
250 * Tries to match node s to this node, if so, waking up thread.
254 * @param s the node to match
258 if (match == null &&
267 return match == s;
278 return match == this;
291 (k.getDeclaredField("match"));
548 casNext(QNode cmp, QNode val) argument
553 casItem(Object cmp, Object val) argument
635 casCleanMe(QNode cmp, QNode val) argument
[all...]
/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Ddeflate.c42 * string matches are performed only when the previous match ends. So it
46 * is used to find longer strings when a small match has been found.
121 local void check_match OF((deflate_state *s, IPos start, IPos match,
148 ush good_length; /* reduce lazy search above this match length */
149 ush max_lazy; /* do not perform lazy search above this match length */
150 ush nice_length; /* quit search above this match length */
707 int val; local
717 val = 1;
721 val = s->gzhead->name[s->gzindex++];
722 put_byte(s, val);
738 int val; local
1057 register Bytef *match; /* matched string */ local
1204 register Bytef *match; /* matched string */ local
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.cpp901 bool match = compare_entry_to(recur1, cp2, recur2, CHECK_false); local
902 if (match) {
922 bool match = compare_entry_to(recur1, cp2, recur2, CHECK_false); local
923 if (match) {
926 match = compare_entry_to(recur1, cp2, recur2, CHECK_false);
927 if (match) {
964 bool match = compare_entry_to(recur1, cp2, recur2, CHECK_false); local
965 if (match) {
968 match = compare_entry_to(recur1, cp2, recur2, CHECK_false);
969 if (match) {
988 bool match = compare_entry_to(recur1, cp2, recur2, CHECK_false); local
1007 bool match = compare_entry_to(k1, cp2, k2, CHECK_false); local
1020 bool match = compare_entry_to(i1, cp2, i2, CHECK_false); local
1031 bool match = compare_entry_to(k1, cp2, k2, CHECK_false); local
1398 u4 val = Bytes::get_Java_u4(bytes); local
1404 u4 val = Bytes::get_Java_u4(bytes); local
1410 u8 val = Bytes::get_Java_u8(bytes); local
1417 u8 val = Bytes::get_Java_u8(bytes); local
1619 jint val = int_at(idx); local
1624 jfloat val = float_at(idx); local
1629 jlong val = long_at(idx); local
1635 jdouble val = double_at(idx); local
[all...]
/openjdk7/jdk/src/solaris/native/java/net/
H A DNetworkInterface.c305 jboolean match = JNI_FALSE; local
327 match = JNI_TRUE;
348 match = JNI_TRUE;
356 if (match) {
362 if (match) {
369 if (match) {;
1777 int prefix(void *val, int size) { argument
1778 u_char *name = (u_char *)val;
/openjdk7/jdk/src/share/demo/jvmti/java_crw_demo/
H A Djava_crw_demo.c394 writeU1(CrwClassImage *ci, unsigned val) /* Only writes out lower 8 bits */ argument
398 ci->output[ci->output_position++] = val & 0xFF;
403 writeU2(CrwClassImage *ci, unsigned val) argument
405 writeU1(ci, val >> 8);
406 writeU1(ci, val);
410 writeU4(CrwClassImage *ci, unsigned val) argument
412 writeU2(ci, val >> 16);
413 writeU2(ci, val);
487 random_writeU2(CrwClassImage *ci, CrwPosition pos, unsigned val) argument
494 writeU2(ci, val);
499 random_writeU4(CrwClassImage *ci, CrwPosition pos, unsigned val) argument
1421 unsigned match = readU4(ci); local
1695 writeUoffset(MethodImage *mi, unsigned val) argument
[all...]
/openjdk7/hotspot/src/share/vm/adlc/
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
3204 char *val = NULL; local
3530 MatchRule *match; // Match Rule class for instruction/operand local
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.cpp206 assert(consistent, "adr_check must match alias idx");
482 // (b) Observe that the next memory state makes an exact match
1044 // A load from an initialization barrier can match a captured store.
1495 // Steps (a), (b): Walk past independent stores to find an exact match.
1533 // No match.
2235 StoreNode* StoreNode::make( PhaseGVN& gvn, Node* ctl, Node* mem, Node* adr, const TypePtr* adr_type, Node* val, BasicType bt ) { argument
2242 case T_BYTE: return new (C) StoreBNode(ctl, mem, adr, adr_type, val);
2243 case T_INT: return new (C) StoreINode(ctl, mem, adr, adr_type, val);
2245 case T_SHORT: return new (C) StoreCNode(ctl, mem, adr, adr_type, val);
2246 case T_LONG: return new (C) StoreLNode(ctl, mem, adr, adr_type, val);
2267 make_atomic(Compile *C, Node* ctl, Node* mem, Node* adr, const TypePtr* adr_type, Node* val) argument
2371 Node* val = in(MemNode::ValueIn); local
2433 Node *val = in(MemNode::ValueIn); local
2451 Node *val = in(MemNode::ValueIn); local
2577 LoadStoreNode( Node *c, Node *mem, Node *adr, Node *val, const TypePtr* at, const Type* rt, uint required ) argument
2606 LoadStoreConditionalNode( Node *c, Node *mem, Node *adr, Node *val, Node *ex ) argument
2907 Node *MemBarNode::match( const ProjNode *proj, const Matcher *m ) { function in class:MemBarNode
3493 const Type* val = phase->type(st->in(MemNode::ValueIn)); local
3828 const Type* val = NULL; local
[all...]

Completed in 193 milliseconds