HomeSort by relevance Sort by last modified time
    Searched refs:UP (Results 1 - 25 of 39) sorted by null

1 2

  /libcore/luni/src/main/java/java/math/
RoundingMode.java 32 UP(BigDecimal.ROUND_UP),
43 * this rounding mode behaves as {@link #UP}, for negative values as
53 * {@link #UP}.
61 * are broken by rounding up.
117 return UP;
  /packages/apps/Camera/src/com/android/camera/ui/
RotatePane.java 27 public static final int UP = 0;
42 case UP:
57 case UP:
72 if (mOrientation == UP) {
PopupWindow.java 229 mRotatePane.setOrientation(RotatePane.UP);
  /libcore/luni/src/test/java/tests/api/java/math/
RoundingModeTest.java 36 assertEquals("valueOf failed for ROUND_UP", RoundingMode.valueOf(BigDecimal.ROUND_UP), RoundingMode.UP);
  /packages/apps/Calculator/src/com/android/calculator2/
Logic.java 75 mDisplay.setText(text, CalculatorDisplay.Scroll.UP);
80 scroll ? CalculatorDisplay.Scroll.UP : CalculatorDisplay.Scroll.NONE);
86 mDisplay.setText("", scroll ? CalculatorDisplay.Scroll.UP : CalculatorDisplay.Scroll.NONE);
155 mDisplay.setText(mHistory.getText(), CalculatorDisplay.Scroll.UP);
CalculatorDisplay.java 41 enum Scroll { UP, DOWN, NONE }
152 if (dir == Scroll.UP) {
  /frameworks/base/core/java/android/text/method/
LinkMovementMethod.java 33 private static final int UP = 2;
53 protected boolean up(TextView widget, Spannable buffer) { method in class:LinkMovementMethod
54 if (action(UP, widget, buffer)) {
58 return super.up(widget, buffer);
72 if (action(UP, widget, buffer)) {
137 case UP:
  /libcore/luni/src/test/java/libcore/java/math/
OldBigDecimalCompareTest.java 35 MathContext mc = new MathContext(34, RoundingMode.UP);
OldBigDecimalConstructorsTest.java 52 mc = new MathContext(31, RoundingMode.UP);
139 mc = new MathContext(31, RoundingMode.UP);
199 mc = new MathContext(31, RoundingMode.UP);
308 mc = new MathContext(31, RoundingMode.UP);
396 mc = new MathContext(31, RoundingMode.UP);
447 mc = new MathContext(9, RoundingMode.UP);
585 mc = new MathContext(15, RoundingMode.UP);
676 mc = new MathContext(31, RoundingMode.UP);
    [all...]
OldBigDecimalTest.java 183 // testing rounding Mode RoundingMode.UP
185 setScale2 = setScale1.setScale(2, RoundingMode.UP);
187 "the number 100000.374 after setting scale to 2/RoundingMode.UP is wrong",
191 setScale2 = setNeg.setScale(2, RoundingMode.UP);
193 "the number -134.34589 after setting scale to 2/RoundingMode.UP is wrong",
OldBigDecimalConvertTest.java 146 MathContext mc = new MathContext(iPresition, RoundingMode.UP);
262 MathContext mc = new MathContext(iPresition, RoundingMode.UP);
OldBigDecimalArithmeticTest.java 483 mc = new MathContext(31, RoundingMode.UP);
543 RoundingMode rm = RoundingMode.UP;
  /external/webkit/WebKit/android/nav/
CachedHistory.cpp 97 CachedFrame::Direction lastAxis = (CachedFrame::Direction) (mLastMove & ~CachedFrame::RIGHT_DOWN); // up, left or uninitialized
116 if (lastAxis != CachedFrame::UP && navBounds->width() > 0) {
144 case CachedFrame::UP: return "UP"; break;
CacheBuilder.h 69 UP,
72 UP_DOWN = UP & DOWN, // mask and result
CachedFrame.h 55 UP,
59 UP_DOWN = UP & DOWN, // mask and result
153 int mMajorButt; // checks for next cell butting up against or close to previous one
CachedFrame.cpp 56 top = direction == UP ? bestRect.bottom() : prior.bottom();
57 int bottom = direction == UP ? prior.y() : bestRect.y();
552 // seems like distance for UP for instance needs to be 'test top closest to
558 case UP: distance = testBounds.y() - clip->y(); break;
563 case UP: distance = clip->bottom() - testBounds.y(); break;
584 case UP:
633 if (result == 0 && limit == NULL) { // retry all data up to this point, since smaller may have replaced node preferable to larger
673 if (result == 0 && limit == NULL) { // retry all data up to this point, since smaller may have replaced node preferable to larger
684 } while ((test = test->traverseNextNode()) != limit); // FIXME ??? left and up should use traversePreviousNode to choose reverse document order
744 bestData->mNode = NULL; // force part tests to be ignored, yet still set up remaining test data for later comparison
    [all...]
CachedRoot.cpp 190 // end that is not covered up by something else to represent the link
461 in the bitmap, so text that would be revealed, if the view was scrolled up to
902 // (line up)
    [all...]
WebView.cpp 653 DBG_NAV_LOGD("keyCode=%s", "up");
654 return CachedFrame::UP;
757 direction == CachedFrame::UP ? dy >= 0 : dy <= 0;
919 void setFindIsUp(bool up)
921 DBG_NAV_LOGD("up=%d", up);
922 m_viewImpl->m_findIsUp = up;
    [all...]
  /build/core/
cleanspec.mk 19 # 1. DELETE ANY "add-clean-step" ENTRIES THAT HAVE PILED UP IN THIS FILE.
  /external/qemu/android/skin/
keyset.c 169 _KEYSYM1_(UP) \
  /libcore/luni/src/main/java/java/text/
DecimalFormat.java 256 * C..D any character from C up to D, inclusive
674 // All float/double/Float/Double formatting ends up here...
678 setRoundingMode(RoundingMode.UP);
    [all...]
  /external/iproute2/doc/
ip-tunnels.tex 326 If tunnel exists, but it is not in \verb|UP| state, the tunnel is ignored.
327 Note, that if \verb|tunl0| is \verb|UP| it receives all the IPIP packets,
395 ip link set Universe up
ip-cref.tex 244 \item \verb|up| and \verb|down|
246 --- change the state of the device to \verb|UP| or \verb|DOWN|.
253 This operation is {\em not allowed\/} if the device is in state \verb|UP|.
322 \item \verb|ip link set dummy up|
342 \item \verb|up|
353 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100
356 5: sit0@NONE: <NOARP,UP> mtu 1480 qdisc noqueue
394 \item \verb|UP| --- the device is turned on. It is ready to accept
487 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100
529 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 10
    [all...]
  /external/qemu/android/
hw-events.h 146 KEY_CODE(UP ,103) \
  /libcore/luni/src/main/java/com/ibm/icu4jni/text/
NativeDecimalFormat.java 496 case UP: nativeRoundingMode = 3; break;

Completed in 366 milliseconds

1 2