Searched defs:UP (Results 1 - 10 of 10) 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
/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/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/awt/
H A DEvent.java118 public static final int UP = 1004; field in class:Event
557 { KeyEvent.VK_UP, Event.UP },
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
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/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 925 milliseconds