Searched refs:UP (Results 1 - 15 of 15) sorted by relevance

/openjdk7/langtools/test/tools/javac/enum/
H A DUserValue.java34 UP(0), enum constant in enum:UserValue
44 return UP;
/openjdk7/jdk/src/share/classes/java/math/
H A DRoundingMode.java60 * <th>Input Number</th> <th>{@code UP}</th>
105 * <th>Input rounded to one digit<br> with {@code UP} rounding
118 UP(BigDecimal.ROUND_UP), enum constant in enum:RoundingMode
145 * result is positive, behaves as for {@code RoundingMode.UP};
170 * if negative, behave as for {@code RoundingMode.UP}. Note that
194 * Behaves as for {@code RoundingMode.UP} if the discarded
220 * down. Behaves as for {@code RoundingMode.UP} if the discarded
322 return UP;
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKConstants.java105 UP, enum constant in enum:GTKConstants.ArrowType
H A DGTKPainter.java392 arrowType = ArrowType.UP; break;
403 if (arrowType == ArrowType.UP || arrowType == ArrowType.DOWN) {
1390 ShadowType.IN, ArrowType.UP, "arrow", x, y, w, h);
H A DMetacity.java1151 direction = ArrowType.UP;
/openjdk7/langtools/test/tools/apt/mirror/declaration/
H A DConstExpr.java42 import static java.math.RoundingMode.UP;
76 public static final RoundingMode R = UP; // not a compile-time constant
/openjdk7/jdk/src/share/classes/java/awt/
H A DEvent.java118 public static final int UP = 1004; field in class:Event
557 { KeyEvent.VK_UP, Event.UP },
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicDesktopPaneUI.java243 map.put(new Actions(Actions.UP));
321 private static String UP = "up"; field in class:BasicDesktopPaneUI.Actions
380 UP == key ||
426 } else if (UP == key) {
H A DBasicComboBoxUI.java232 map.put(new Actions(Actions.UP));
1472 private static final String UP = "selectPrevious"; field in class:BasicComboBoxUI.Actions
1546 else if (key == UP) {
H A DBasicTabbedPaneUI.java202 map.put(new Actions(Actions.UP));
2169 final static String UP = "navigateUp"; field in class:BasicTabbedPaneUI.Actions
2206 else if (key == UP) {
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTableHeaderBorder.java92 painter.state.set(Direction.UP);
H A DAquaTabbedPaneCopyFromBasicUI.java200 map.put(new Actions(Actions.UP));
2015 final static String UP = "navigateUp"; field in class:AquaTabbedPaneCopyFromBasicUI.Actions
2054 } else if (key == UP) {
/openjdk7/hotspot/src/share/vm/opto/
H A Dreg_split.cpp146 // There are four categories of Split; UP/DOWN x DEF/USE
215 // If DEF is UP, Split it DOWN for this USE.
225 // DEF is UP, so must copy it DOWN and hook in USE
515 // a Def is UP or DOWN. UP means that it should get a register (ie -
519 bool **UP = NEW_SPLIT_ARRAY( bool*, _cfg._num_blocks+1 ); local
523 // Initialize Reaches & UP
526 UP[bidx] = NEW_SPLIT_ARRAY( bool, spill_cnt );
528 bool *UPblock = UP[bidx];
551 // Reaches & UP array
[all...]
/openjdk7/jdk/src/share/classes/java/text/
H A DDigitList.java429 case UP:
/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIConstants.java195 public static final Direction UP = new Direction(_up); field in class:JRSUIConstants.Direction

Completed in 100 milliseconds