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

1 2 3 4

  /external/antlr/antlr-3.4/runtime/Python/antlr3/
constants.py 52 UP = 3
54 MIN_TOKEN_TYPE = UP+1
  /external/chromium_org/ui/base/test/
ui_controls.h 75 UP = 1,
79 // Sends a mouse down and/or up message. The click will be sent to wherever
87 // Same as SendMouseEvents with UP | DOWN.
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TParser.h 20 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;
  /external/chromium_org/ui/views/focus/
focus_search.h 24 UP = 0,
57 // look into child views) or traversing up (don't look at child views).
  /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;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangDumpDecl.h 20 UP,
LangParser.h 20 UP,
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteParser.h 20 UP,
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequestSetPath.java 28 ROOT, UP, DOWN
47 mDir = SetPathDir.UP;
61 case UP:
  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
BluetoothPbapRequestSetPath.java 32 ROOT, UP, DOWN
45 mDir = SetPathDir.UP;
63 case UP:
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeParser.cs 46 public const int UP = TokenTypes.Up;
107 * corresponding UP node.
116 // skip to corresponding UP. must count nesting level to get right UP
126 case UP:
140 * We have DOWN/UP nodes in the stream that have no line info; override.
169 if (e.Token == null) { // could be an UP/DOWN node
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeParser.cs 48 public const int UP = TokenTypes.Up;
117 * corresponding UP node.
127 // skip to corresponding UP. must count nesting level to get right UP
140 case UP:
154 * We have DOWN/UP nodes in the stream that have no line info; override.
188 { // could be an UP/DOWN node
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
SimpleCParser.h 20 UP,
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableParser.h 20 UP,
  /external/chromium_org/ash/wm/overview/
window_selector.h 51 UP,
  /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/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;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.h 20 UP,
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
constants.js 22 UP: 38,
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js 145 UP : 38,
150 // Set up a key event handler that handles moving the selected app up/down,
158 case keys.UP:
  /external/chromium_org/ui/keyboard/resources/
constants.js 45 UP: 0x4,
  /external/droiddriver/src/com/google/android/droiddriver/scroll/
Direction.java 21 import static com.google.android.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 */
  /external/eigen/blas/
common.h 33 #define UP 0
50 #define UPLO(X) ( ((X)=='U' || (X)=='u') ? UP \
  /external/llvm/utils/lit/lit/
ProgressBar.py 48 UP = '' #: Move the cursor up one line
82 BOL=cr UP=cuu1 DOWN=cud1 LEFT=cub1 RIGHT=cuf1
109 # Look up numeric capabilities.
114 # Look up string capabilities.
226 if not (self.term.CLEAR_EOL and self.term.UP and self.term.BOL):
234 self.BOL = self.term.UP + self.term.BOL
268 self.BOL + self.term.UP + self.term.CLEAR_EOL +
278 self.term.UP + self.term.CLEAR_EOL +
279 self.term.UP + self.term.CLEAR_EOL
    [all...]

Completed in 414 milliseconds

1 2 3 4