Searched defs:DOWN (Results 1 - 25 of 30) 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/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/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/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/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
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DLabel.java107 public static final int DOWN = org.antlr.runtime.Token.DOWN; field in class:Label
/external/jmonkeyengine/engine/src/core/com/jme3/input/event/
H A DTouchEvent.java45 DOWN, enum constant in enum:TouchEvent.Type
/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dtesttree.py9 from antlr3 import CommonToken, UP, DOWN, EOF namespace
164 self.failUnlessEqual(DOWN, stream.LT(2).getType())
166 self.failUnlessEqual(DOWN, stream.LT(4).getType())
279 self.failUnlessEqual(DOWN, stream.LT(1).getType())
285 self.failUnlessEqual(DOWN, stream.LT(1).getType())
289 self.failUnlessEqual(DOWN, stream.LT(1).getType())
376 101, DOWN, 102, DOWN, 103, 106, DOWN, 107, UP, UP, 104, 105, UP]
386 if not (type==DOWN o
[all...]
/external/chromium/chrome/browser/ui/views/tabs/
H A Dside_tab_strip.cc77 DOWN enumerator in enum:__anon2583::ScrollButton::Type
107 if (type_ == DOWN) {
139 scroll_down_button_ = new ScrollButton(this, ScrollButton::DOWN);
/external/opencv/cv/src/
H A Dcvfloodfill.cpp56 #define DOWN -1 macro

Completed in 133 milliseconds

12