Searched defs:RANGE (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/print/
H A DSunPageSelection.java36 public static final SunPageSelection RANGE = new SunPageSelection(1); field in class:SunPageSelection
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DEncodingInfo.java303 private static final int RANGE = 128; field in class:EncodingInfo.EncodingImpl
309 final private boolean m_alreadyKnown[] = new boolean[RANGE];
314 final private boolean m_isInEncoding[] = new boolean[RANGE];
330 // to RANGE so multiple EncodingImpl objects dont manage the same
332 m_explFirst = codePoint / RANGE * RANGE;
333 m_explLast = m_explFirst + (RANGE-1);
364 if (0 <= idx && idx < RANGE) {
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DParserConstants.java40 int RANGE = 15; field in interface:ParserConstants
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DOp.java32 static final int RANGE = 3; // [a-zA-Z] field in class:Op
91 return new RangeOp(Op.RANGE, tok);
152 RangeToken getToken() { // RANGE, NRANGE
H A DToken.java45 static final int RANGE = 4; // [a-zA-Z] etc. field in class:Token
151 return new RangeToken(Token.RANGE);
200 // for RANGE or NRANGE
289 case RANGE:
356 case RANGE:
447 case RANGE:
544 case RANGE:
/openjdk7/jdk/src/share/classes/java/awt/
H A DJobAttributes.java84 public static final DefaultSelectionType RANGE = field in class:JobAttributes.DefaultSelectionType
299 * <code>DefaultSelectionType.RANGE</code>, or
435 * @return DefaultSelectionType.ALL, DefaultSelectionType.RANGE, or
449 * DefaultSelectionType.RANGE, or DefaultSelectionType.SELECTION.
553 * getDefaultSelection</code> method is DefaultSelectionType.RANGE. An
710 * DefaultSelectionType.RANGE.
892 * getDefaultSelection</code> method is DefaultSelectionType.RANGE. An
/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp337 TypeAryPtr::RANGE = TypeAryPtr::make( TypePtr::BotPTR, TypeAry::make(Type::BOTTOM,TypeInt::POS), NULL /* current->env()->Object_klass() */, false, arrayOopDesc::length_offset_in_bytes()); member in class:TypeAryPtr
3330 const TypeAryPtr *TypeAryPtr::RANGE; member in class:TypeAryPtr

Completed in 887 milliseconds