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

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Python/antlr3/
constants.py 52 UP = 3
54 MIN_TOKEN_TYPE = UP+1
  /external/llvm/lib/Target/Hexagon/
HexagonTargetTransformInfo.cpp 32 TTI::UnrollingPreferences &UP) {
33 UP.Runtime = UP.Partial = true;
  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 51 "unrolling to allow unrolling up to the max threshold."));
113 TargetTransformInfo::UnrollingPreferences UP;
115 // Set up the defaults
116 UP.Threshold = 150;
117 UP.PercentDynamicCostSavedThreshold = 50;
118 UP.DynamicCostSavingsDiscount = 100;
119 UP.OptSizeThreshold = 0;
120 UP.PartialThreshold = UP.Threshold;
121 UP.PartialOptSizeThreshold = 0
    [all...]
  /external/libxkbcommon/xkbcommon/test/
keyseq.c 52 KEY_LEFTSHIFT, UP, XKB_KEY_Shift_L, NEXT,
64 KEY_LEFTSHIFT, UP, XKB_KEY_Shift_L, NEXT,
67 KEY_H, UP, XKB_KEY_h, NEXT,
86 KEY_RIGHTSHIFT, UP, XKB_KEY_Shift_R, NEXT,
100 KEY_RIGHTSHIFT, UP, XKB_KEY_Shift_R, NEXT,
102 KEY_LEFTSHIFT, UP, XKB_KEY_Shift_L, NEXT,
115 KEY_LEFTSHIFT, UP, XKB_KEY_Shift_L, NEXT,
117 KEY_LEFTSHIFT, UP, XKB_KEY_Shift_L, NEXT,
127 KEY_CAPSLOCK, UP, XKB_KEY_Caps_Lock, NEXT,
129 KEY_CAPSLOCK, UP, XKB_KEY_Caps_Lock, NEXT
    [all...]
rulescomp.c 121 KEY_RIGHTALT, UP, XKB_KEY_ISO_Level3_Shift, NEXT,
122 KEY_LEFTALT, UP, XKB_KEY_Alt_L, NEXT,
131 KEY_RIGHTALT, UP, XKB_KEY_ISO_Level3_Shift, NEXT,
132 KEY_LEFTALT, UP, XKB_KEY_Alt_L, NEXT,
149 KEY_RIGHTALT, UP, XKB_KEY_ISO_Next_Group, NEXT,
150 KEY_LEFTALT, UP, XKB_KEY_Alt_L, NEXT,
153 KEY_RIGHTALT, UP, XKB_KEY_ISO_Level3_Shift, NEXT,
154 KEY_LEFTALT, UP, XKB_KEY_Alt_L, NEXT,
173 KEY_RIGHTALT, UP, XKB_KEY_ISO_Level3_Shift, NEXT,
174 KEY_LEFTALT, UP, XKB_KEY_Alt_L, NEXT
    [all...]
test.h 44 UP,
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
RequestSetPath.java 45 mDir = SetPathDir.UP;
59 case UP:
71 ROOT, UP, DOWN
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetTransformInfo.cpp 122 TTI::UnrollingPreferences &UP) {
123 BaseT::getUnrollingPreferences(L, UP);
129 UP.Partial = UP.Runtime = true;
130 UP.PartialThreshold = UP.Threshold / 4;
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
Token.java 36 public static final int UP = 3;
38 public static final int MIN_TOKEN_TYPE = UP+1;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/ui/focus/
NavigateTaskViewEvent.java 27 UNDEFINED, UP, DOWN, LEFT, RIGHT;
38 return Direction.UP;
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
Token.pm 20 Readonly my $UP => 3;
21 sub UP { $UP }
23 Readonly my $MIN_TOKEN_TYPE => $UP + 1;
  /system/extras/tests/workloads/
chromefling.sh 46 UP="70 400 70 100 $flingtime"
52 UP="700 1847 700 400 $flingtime"
58 UP="500 1200 500 550 $flingtime"
64 UP="500 1400 500 400 $flingtime"
70 UP="500 1560 500 530 $flingtime"
105 swipe "$UP" $upCount
recentfling.sh 47 UP="70 400 70 100 $flingtime"
53 UP="500 1200 500 550 $flingtime"
59 UP="500 1200 500 550 $flingtime"
65 UP="70 400 70 70 $flingtime"
113 swipe "$UP" $upCount
117 swipe "$UP" $upCount
  /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;
  /libcore/luni/src/test/java/libcore/java/math/
MathContextTest.java 33 MathContext mc = new MathContext("precision=" + p + " roundingMode=" + RoundingMode.UP);
35 assertEquals(RoundingMode.UP, mc.getRoundingMode());
39 new MathContext("precision=1 roundingMode=UP");
41 new MathContext("Precision=1 roundingMode=UP");
46 new MathContext("precision=1 RoundingMode=UP");
53 new MathContext("precision=1 roundingMode=up");
60 new MathContext("precision=1roundingMode=UP");
65 new MathContext("precision=1 roundingMode=UP");
70 new MathContext("precision=1\troundingMode=UP");
77 new MathContext(" precision=1 roundingMode=UP");
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
ButtonAnimationComponent.java 24 public static final int UP = 0;
54 if (mSprite.getCurrentAnimation() == Animation.UP) {
68 mSprite.playAnimation(Animation.UP);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TParser.h 20 UP,
  /external/droiddriver/src/io/appium/droiddriver/scroll/
Direction.java 21 import static io.appium.droiddriver.scroll.Direction.PhysicalDirection.UP;
46 UP {
60 return UP;
105 private final PhysicalDirection[] directions = {UP, DOWN};
122 /** Follows standard convention: up-to-down, left-to-right */
135 /** Follows RTL convention: up-to-down, right-to-left */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
termcap.h 58 extern NCURSES_EXPORT_VAR(char *) UP;
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
TreeParser.as 37 public static const UP:int = TokenConstants.UP;
81 * corresponding UP node.
91 // current node is a subtree, skip to corresponding UP.
92 // must count nesting level to get right UP
95 while ( tokenType!=TokenConstants.EOF && !(tokenType==UP && level==0) ) {
102 else if ( tokenType == UP ) {
106 input.consume(); // consume UP
109 /** We have DOWN/UP nodes in the stream that have no line info; override.
133 if ( e.token==null ) { // could be an UP/DOWN nod
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
TreeParser.js 15 UP: org.antlr.runtime.Token.UP
51 * corresponding UP node.
61 // current node is a subtree, skip to corresponding UP.
62 // must count nesting level to get right UP
66 !(tokenType===TP.UP && level===0) )
74 else if ( tokenType === TP.UP ) {
78 this.input.consume(); // consume UP
81 /** We have DOWN/UP nodes in the stream that have no line info; override.
106 if ( !org.antlr.lang.isValue(e.token) ) { // could be an UP/DOWN nod
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangDumpDecl.h 20 UP,
  /external/droiddriver/src/io/appium/droiddriver/actions/accessibility/
AccessibilityScrollAction.java 50 case UP:
  /packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
UiDeviceUtils.java 27 case UP:
UiObject2Utils.java 30 case UP:

Completed in 1826 milliseconds

1 2 3 4 5 6 7 8 91011>>