Searched defs:no (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/test/java/lang/reflect/Field/
H A DSet.java86 public final Object no; field in class:Test
99 no = o;
136 Object saved = no;
138 Field f = this.getClass().getDeclaredField("no");
140 if (no == saved) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DOp.java49 static final int CONDITION = 26; // (?(..)yes|no)
245 Op no; field in class:Op.ConditionOp
251 this.no = noflow;
H A DToken.java59 static final int CONDITION = 26; // (?(...)yes|no)
1331 * (?(condition)yes-pattern|no-pattern)
1340 final Token no; field in class:Token.ConditionToken
1346 this.no = nopat;
1349 return this.no == null ? 1 : 2;
1353 if (index == 1) return this.no;
1367 if (this.no == null) {
1370 ret += this.yes+"|"+this.no+")";
/openjdk7/hotspot/src/share/vm/opto/
H A Dmachnode.cpp54 int MachOper::base_position() const { return -1; } // no base input
55 int MachOper::index_position() const { return -1; } // no index input
157 uint no = num_opnds(); local
159 for( uint i=0; i<no; i++ )
167 uint no = num_opnds(); local
168 if( no != n.num_opnds() ) return 0;
170 for( uint i=0; i<no; i++ ) // All operands must match
272 assert(base == NULL, "Memory references through narrow oops have no base");
328 // Direct addressing modes have no base node, simply an indirect
334 // NULL base, zero offset means no memor
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.hpp183 // Uninitialized and value cells must contain no data in their info field:
301 int _max_locals; // Cached value of no. of locals
456 int binsToHold (int no) { return ((no+(BitsPerWord-1))/BitsPerWord); } argument
/openjdk7/jdk/src/share/classes/sun/security/tools/policytool/
H A DPolicyTool.java379 String MSG = "no password provided, and no callback handler " +
1245 char displayYesNoDialog(Window w, String title, String prompt, String yes, String no) { argument
1278 button = new Button(no);
2504 * If TARGETS are valid but there are no standard ones
2516 // standard permission with no targets
2534 * If ACTIONS are valid but there are no standard ones
2546 // standard permission with no actions
2700 // if there is no filename, do a SAVE_AS

Completed in 55 milliseconds