Searched refs:LAST (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/java/util/AbstractCollection/
H A DToArrayTest.java90 static final int LAST = CAP - 1; // last possible array index field in class:ToArrayTest
117 check(res[LAST] != null);
137 check(res[LAST - 1] != null);
151 check(res[LAST] != null);
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaButtonExtendedTypes.java189 new SegmentedBorderDefinedTypeSpecifier("segmented-last", Widget.BUTTON_SEGMENTED, SegmentPosition.LAST, new SizeVariant().alterMargins(6, 9, 6, 16).alterInsets(2, 0, 2, 3).alterMinSize(0, 28), 0, -3, 0, -3),
194 new SegmentedBorderDefinedTypeSpecifier("segmentedRoundRect-last", Widget.BUTTON_SEGMENTED_INSET, SegmentPosition.LAST, new SizeVariant().alterMargins(6, 8, 6, 12).alterInsets(2, 0, 2, 2).alterMinSize(0, 28), 0, -3, 0, -3),
199 new SegmentedBorderDefinedTypeSpecifier("segmentedTexturedRounded-last", Widget.BUTTON_SEGMENTED_SCURVE, SegmentPosition.LAST, new SizeVariant().alterMargins(6, 8, 6, 12).alterInsets(2, 0, 2, 2).alterMinSize(0, 28), 0, -3, 0, -3),
204 new SegmentedBorderDefinedTypeSpecifier("segmentedTextured-last", Widget.BUTTON_SEGMENTED_TEXTURED, SegmentPosition.LAST, new SizeVariant().alterMargins(6, 8, 6, 12).alterInsets(2, 0, 2, 3).alterMinSize(0, 28), 0, -3, 0, -3),
209 new SegmentedBorderDefinedTypeSpecifier("segmentedCapsule-last", Widget.BUTTON_SEGMENTED_TOOLBAR, SegmentPosition.LAST, new SizeVariant().alterMargins(6, 8, 6, 12).alterInsets(2, 0, 2, 2).alterMinSize(0, 28), 0, 0, 0, 0),
H A DAquaTabbedPaneUI.java486 if (first) return isLeftToRight ? SegmentPosition.FIRST : SegmentPosition.LAST;
487 if (last) return isLeftToRight ? SegmentPosition.LAST : SegmentPosition.FIRST;
/openjdk7/jdk/test/java/lang/String/
H A DSupplementary.java542 static final boolean FIRST = true, LAST = false; field in class:Supplementary
/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIConstants.java279 public static final SegmentPosition LAST = new SegmentPosition(_last); field in class:JRSUIConstants.SegmentPosition

Completed in 800 milliseconds