Searched defs:UP (Results 1 - 25 of 37) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dconstants.py52 UP = 3 variable
54 MIN_TOKEN_TYPE = UP+1
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
H A DTParser.h20 UP, enumerator in enum:__anon307
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DToken.pm20 Readonly my $UP => 3;
21 sub UP { $UP } subroutine
23 Readonly my $MIN_TOKEN_TYPE => $UP + 1;
/external/llvm/lib/Target/R600/
H A DAMDGPUTargetTransformInfo.cpp32 TTI::UnrollingPreferences &UP) {
33 UP.Threshold = 300; // Twice the default.
34 UP.MaxCount = UINT_MAX;
35 UP.Partial = true;
60 UP.Threshold = 800;
31 getUnrollingPreferences(Loop *L, TTI::UnrollingPreferences &UP) argument
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A DLangDumpDecl.h20 UP, enumerator in enum:__anon311
H A DLangParser.h20 UP, enumerator in enum:__anon312
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
H A DTreeRewriteParser.h20 UP, enumerator in enum:__anon313
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeParser.cs48 public const int UP = TokenTypes.Up; field in class:Antlr.Runtime.Tree.TreeParser
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/
H A DSimpleCParser.h20 UP, enumerator in enum:__anon306
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
H A DSymbolTableParser.h20 UP, enumerator in enum:__anon308
/external/replicaisland/src/com/replica/replicaisland/
H A DButtonAnimationComponent.java24 public static final int UP = 0; field in class:ButtonAnimationComponent.Animation
54 if (mSprite.getCurrentAnimation() == Animation.UP) {
68 mSprite.playAnimation(Animation.UP);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeParser.cs46 public const int UP = TokenTypes.Up; field in class:Antlr.Runtime.Tree.TreeParser
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/Java/src/main/java/org/antlr/runtime/
H A DToken.java36 public static final int UP = 3; field in interface:Token
38 public static final int MIN_TOKEN_TYPE = UP+1;
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreeParser.java41 public static final int UP = Token.UP; field in class:TreeParser
98 * corresponding UP node.
108 // current node is a subtree, skip to corresponding UP.
109 // must count nesting level to get right UP
112 while ( tokenType!=Token.EOF && !(tokenType==UP && level==0) ) {
119 else if ( tokenType == UP ) {
123 input.consume(); // consume UP
126 /** We have DOWN/UP nodes in the stream that have no line info; override.
154 if ( e.token==null ) { // could be an UP/DOW
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCTP.h20 UP, enumerator in enum:__anon310
H A DSimpleCParser.h20 UP, enumerator in enum:__anon309
/external/droiddriver/src/io/appium/droiddriver/scroll/
H A DDirection.java21 import static io.appium.droiddriver.scroll.Direction.PhysicalDirection.UP;
46 UP { enum constant in enum:Direction.PhysicalDirection
60 return UP;
105 private final PhysicalDirection[] directions = {UP, DOWN};
/external/llvm/utils/lit/lit/
H A DProgressBar.py48 UP = '' #: Move the cursor up one line variable in class:TerminalController
82 BOL=cr UP=cuu1 DOWN=cud1 LEFT=cub1 RIGHT=cuf1
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)
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3commontreenodestream.h90 /// As we flatten the tree, we use UP, DOWN nodes to represent
170 ANTLR3_COMMON_TREE UP; 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.java108 public static final int UP = org.antlr.runtime.Token.UP; field in class:Label
/external/eigen/blas/
H A Dcommon.h33 #define UP 0 macro
50 #define UPLO(X) ( ((X)=='U' || (X)=='u') ? UP \
/external/guava/guava-testlib/test/com/google/common/testing/
H A DArbitraryInstancesTest.java266 assertEquals(Direction.UP, ArbitraryInstances.get(Direction.class));
391 UP, DOWN enum constant in enum:ArbitraryInstancesTest.Direction
/external/jmonkeyengine/engine/src/core/com/jme3/input/event/
H A DTouchEvent.java53 UP, enum constant in enum:TouchEvent.Type
/external/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp429 TTI::UnrollingPreferences &UP) {
431 BaseT::getUnrollingPreferences(L, UP);
437 UP.PartialThreshold *= 2;
440 UP.PartialOptSizeThreshold = 0;
428 getUnrollingPreferences(Loop *L, TTI::UnrollingPreferences &UP) argument
/external/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp185 TTI::UnrollingPreferences &UP) {
189 UP.Partial = UP.Runtime = true;
192 BaseT::getUnrollingPreferences(L, UP);
184 getUnrollingPreferences(Loop *L, TTI::UnrollingPreferences &UP) argument

Completed in 782 milliseconds

12