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

12

/external/chromium-trace/catapult/telemetry/telemetry/value/
H A Dimprovement_direction.py6 DOWN = 'down' variable
9 return improvement_direction in [UP, DOWN]
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dconstants.py49 DOWN = 2 variable
/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/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:__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/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:__anon306
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
H A DSymbolTableParser.h19 DOWN, enumerator in enum:__anon308
/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:__anon310
H A DSimpleCParser.h19 DOWN, enumerator in enum:__anon309
/external/droiddriver/src/io/appium/droiddriver/scroll/
H A DDirection.java18 import static io.appium.droiddriver.scroll.Direction.PhysicalDirection.DOWN;
49 return DOWN;
57 DOWN { enum constant in enum:Direction.PhysicalDirection
105 private final PhysicalDirection[] directions = {UP, DOWN};
131 return DOWN;
144 return DOWN;
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
H A DStyles.java74 public static final String DOWN = "down"; field in class:Styles
/external/llvm/utils/lit/lit/
H A DProgressBar.py49 DOWN = '' #: Move the cursor down one line variable in class:TerminalController
82 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/guava/guava-testlib/test/com/google/common/testing/
H A DArbitraryInstancesTest.java410 UP, DOWN enum constant in enum:ArbitraryInstancesTest.Direction
/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/opencv/cv/src/
H A Dcvfloodfill.cpp56 #define DOWN -1 macro
/external/opencv/cvaux/src/
H A Dcvsegment.cpp56 #define DOWN -1 macro

Completed in 1181 milliseconds

12