Searched defs:DOWN (Results 1 - 25 of 38) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dconstants.py49 DOWN = 2 variable
/external/chromium/chrome/browser/automation/
H A Dui_controls.h75 DOWN = 2 enumerator in enum:ui_controls::MouseButtonState
83 // Same as SendMouseEvents with UP | DOWN.
/external/chromium_org/ui/base/test/
H A Dui_controls.h76 DOWN = 2 enumerator in enum:ui_controls::MouseButtonState
87 // Same as SendMouseEvents with UP | DOWN.
/external/droiddriver/src/com/google/android/droiddriver/actions/
H A DScrollDirection.java24 DOWN, enum constant in enum:ScrollDirection
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
H A DTParser.h19 DOWN, enumerator in enum:__anon304
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DToken.pm16 Readonly my $DOWN => 2;
17 sub DOWN { $DOWN } subroutine
/external/chromium_org/ui/views/focus/
H A Dfocus_search.h25 DOWN enumerator in enum:views::FocusSearch::Direction
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A DLangDumpDecl.h19 DOWN, enumerator in enum:__anon308
H A DLangParser.h19 DOWN, enumerator in enum:__anon309
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
H A DTreeRewriteParser.h19 DOWN, enumerator in enum:__anon310
/external/chromium/chrome/browser/ui/gtk/
H A Dslide_animator_gtk.h40 DOWN, enumerator in enum:SlideAnimatorGtk::Direction
/external/chromium_org/chrome/browser/ui/gtk/
H A Dslide_animator_gtk.h40 DOWN, enumerator in enum:SlideAnimatorGtk::Direction
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeParser.cs47 public const int DOWN = TokenTypes.Down; field in class:Antlr.Runtime.Tree.TreeParser
126 // if the next node is DOWN, then the current node is a subtree:
129 if ( look == DOWN )
137 case DOWN:
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/
H A DSimpleCParser.h19 DOWN, enumerator in enum:__anon303
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
H A DSymbolTableParser.h19 DOWN, enumerator in enum:__anon305
/external/replicaisland/src/com/replica/replicaisland/
H A DButtonAnimationComponent.java25 public static final int DOWN = 1; field in class:ButtonAnimationComponent.Animation
60 mSprite.playAnimation(Animation.DOWN);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeParser.cs45 public const int DOWN = TokenTypes.Down; field in class:Antlr.Runtime.Tree.TreeParser
115 // if the next node is DOWN, then the current node is a subtree:
118 if (look == DOWN) {
123 case DOWN:
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/Java/src/main/java/org/antlr/runtime/
H A DToken.java34 public static final int DOWN = 2; field in interface:Token
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreeParser.java40 public static final int DOWN = Token.DOWN; field in class:TreeParser
116 if ( tokenType == DOWN ) {
126 /** We have DOWN/UP nodes in the stream that have no line info; override.
154 if ( e.token==null ) { // could be an UP/DOWN node
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCTP.h19 DOWN, enumerator in enum:__anon307
H A DSimpleCParser.h19 DOWN, enumerator in enum:__anon306
/external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
H A Dpopup.js165 DOWN : 40
173 case keys.DOWN:
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/app_launcher/
H A Dpopup.js147 DOWN : 40
155 case keys.DOWN:
/external/llvm/utils/lit/lit/
H A DProgressBar.py45 DOWN = '' #: Move the cursor down one line variable in class:TerminalController
78 BOL=cr UP=cuu1 DOWN=cud1 LEFT=cub1 RIGHT=cuf1
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3commontreenodestream.h90 /// As we flatten the tree, we use UP, DOWN nodes to represent
165 ANTLR3_COMMON_TREE DOWN; member in struct:ANTLR3_COMMON_TREE_NODE_STREAM_struct
183 /// This buffer includes pointers to DOWN, UP, and EOF nodes.
196 /// If set to ANTLR3_TRUE then the navigation nodes UP, DOWN are

Completed in 913 milliseconds

12