Searched refs:RANGE (Results 1 - 20 of 20) 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
H A DPrintJob2D.java409 if (select == DefaultSelectionType.RANGE) {
410 attributes.add(SunPageSelection.RANGE);
500 if (sel == SunPageSelection.RANGE) {
501 jobAttributes.setDefaultSelection(DefaultSelectionType.RANGE);
H A DRasterPrinterJob.java1087 == SunPageSelection.RANGE) {
1406 // PageRanges can be set even if RANGE is not selected
1412 if ((pages != null) && (pages != SunPageSelection.RANGE)) {
H A DServiceDialog.java1040 select = SunPageSelection.RANGE;
1114 select = SunPageSelection.RANGE;
1138 } else { // RANGE
/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
H A DParser.jjt75 | <RANGE: "-">
H A DParser.java769 case RANGE:
770 jj_consume_token(RANGE);
H A DParser.jj76 | <RANGE: "-">
/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 DRangeToken.java45 // for RANGE or NRANGE
412 * for RANGE: Creates complement.
413 * for NRANGE: Creates the same meaning RANGE.
416 if (token.type != RANGE && token.type != NRANGE)
417 throw new IllegalArgumentException("Token#complementRanges(): must be RANGE: "+token.type);
450 RangeToken uppers = this.type == Token.RANGE ? Token.createRange() : Token.createNRange();
461 RangeToken lowers = this.type == Token.RANGE ? Token.createRange() : Token.createNRange();
481 System.err.print("RANGE: ");
493 if (this.type == RANGE) {
545 if (this.type == RANGE) {
[all...]
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:
H A DRegularExpression.java528 case Token.RANGE:
1107 case Op.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/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPrinterJob.java155 attributes.add(SunPageSelection.RANGE);
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPrinterJob.java1802 if (pages == SunPageSelection.RANGE) {
1857 attributes.add(SunPageSelection.RANGE);
/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.cpp1313 tj = ta = TypeAryPtr::RANGE;
1316 ta = TypeAryPtr::RANGE; // generic ignored junk
1320 ta = TypeAryPtr::RANGE; // generic ignored junk
1456 //case Type::AryPtr: tj = TypeAryPtr::RANGE; break;
1609 if (flat == TypeAryPtr::RANGE) alias_type(idx)->set_rewritable(false);
H A Dmemnode.hpp282 : LoadINode(c,mem,adr,TypeAryPtr::RANGE,ti) {}
H A Dtype.hpp971 static const TypeAryPtr *RANGE;
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 137 milliseconds