Searched defs:DOWN (Results 1 - 25 of 39) sorted by path

12

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/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/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/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/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/LL-star/
H A DSimpleCParser.h19 DOWN, enumerator in enum:__anon306
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
H A DTParser.h19 DOWN, enumerator in enum:__anon307
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
H A DSymbolTableParser.h19 DOWN, enumerator in enum:__anon308
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCParser.h19 DOWN, enumerator in enum:__anon309
H A DSimpleCTP.h19 DOWN, enumerator in enum:__anon310
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A DLangDumpDecl.h19 DOWN, enumerator in enum:__anon311
H A DLangParser.h19 DOWN, enumerator in enum:__anon312
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
H A DTreeRewriteParser.h19 DOWN, enumerator in enum:__anon313
/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/Python/antlr3/
H A Dconstants.py49 DOWN = 2 variable
H A Dtree.py43 from antlr3.constants import UP, DOWN, EOF, INVALID_TOKEN_TYPE namespace
1704 As we flatten the tree, we use UP, DOWN nodes to represent
1760 includes pointers to DOWN and UP and EOF nodes.
1814 self.down = adaptor.createFromType(DOWN, "DOWN")
1827 # This buffer includes pointers to DOWN, UP, and EOF nodes.
1848 # Reuse same DOWN, UP navigation nodes unless this is true
1868 Don't do DOWN, UP nodes if its a list (t is isNil).
1881 # add DOWN node if t has children
1884 self.addNavigationNode(DOWN)
[all...]
/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/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/chromium_org/ash/wm/overview/
H A Dwindow_selector.h63 DOWN enumerator in enum:ash::WindowSelector::Direction
/external/chromium_org/cc/base/
H A Dtiling_data.h159 return (direction_ == UP || direction_ == DOWN) ? vertical_step_count_
175 enum Direction { UP, LEFT, DOWN, RIGHT }; enumerator in enum:cc::TilingData::SpiralDifferenceIterator::Direction
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
H A Dconstants.js23 DOWN: 40,
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/app_launcher/
H A Dpopup.js147 DOWN : 40
155 case keys.DOWN:
/external/chromium_org/ppapi/examples/mouse_lock/
H A Dmouse_lock.cc167 DOWN = 3 enumerator in enum:MyInstance::__anon10064
185 direction = (mouse_movement_.y() < 0) ? UP : DOWN;
207 (direction == DOWN && y > center_y) ||
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 765 milliseconds

12