HomeSort by relevance Sort by last modified time
    Searched refs:Up (Results 1 - 25 of 47) sorted by null

1 2

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenTypes.cs 43 public const int Up = 3;
44 public const int Min = Up + 1;
  /external/libvpx/libvpx/vp8/common/arm/
reconintra_arm.c 23 int Up,
32 int Up = x->up_available;
35 vp8_build_intra_predictors_mby_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
43 int Up,
52 int Up = x->up_available;
55 vp8_build_intra_predictors_mby_s_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenConstants.cs 61 public const int Up = 3;
62 public const int Min = Up + 1;
  /external/webkit/Source/WebCore/rendering/
RenderDetailsMarker.h 34 enum Orientation { Up, Down, Left, Right };
RenderDetailsMarker.cpp 88 return isOpen() ? Left : Up;
92 return isOpen() ? Right : Up;
95 return isOpen() ? Up : Right;
96 return isOpen() ? Up : Left;
106 case Up: return createUpArrowPath();
  /external/webkit/Source/WebKit/qt/examples/platformplugin/
WebPlugin.h 93 // Use 10 as padding in each direction but Up.
94 if (direction == QWebTouchModifier::Up)
qwebkitplatformplugin.h 115 Up, Right, Down, Left
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
ITreeNodeStreamFixture.cs 184 Assert.AreEqual(Token.Up, ((ITree)stream.LT(6)).Type);
186 Assert.AreEqual(Token.Up, ((ITree)stream.LT(8)).Type);
197 // Sequence of types: 101 DN 102 DN 103 106 DN 107 Up Up 104 105 Up EndOfFile
216 Assert.AreEqual(Token.Up, ((ITree)stream.LT(-1)).Type);
226 Assert.AreEqual(Token.Up, ((ITree)stream.LT(-1)).Type);
234 // Sequence of types: 101 DN 102 DN 103 106 DN 107 Up Up 104 105 Up EndOfFil
    [all...]
  /external/webkit/Source/WebCore/html/shadow/
TextControlInnerElements.h 93 Up,
TextControlInnerElements.cpp 64 // Otherwise, the render tree will create some anonymous blocks that will mess up our layout.
118 // To prevent an infinite loop, we must check for this case before sending the event up the chain.
151 // On mousedown, bring up a menu, if needed
286 input->stepUpFromRenderer(m_upDownState == Up ? 1 : -1);
303 m_upDownState = local.y() < box->height() / 2 ? Up : Down;
345 input->stepUpFromRenderer(m_upDownState == Up ? 1 : -1);
415 // On mouse up, release capture cleanly.
  /external/webkit/Source/WebKit/qt/Api/
qwebkitplatformplugin.h 120 Up, Right, Down, Left
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BufferedTreeNodeStream.cs 46 * includes pointers to DOWN and UP and EOF nodes.
57 * This is the old CommonTreeNodeStream that buffered up entire node stream.
116 protected object up; field in class:Antlr.Runtime.Tree.BufferedTreeNodeStream
120 * This buffer includes pointers to DOWN, UP, and EOF nodes.
139 /** <summary>Reuse same DOWN, UP navigation nodes unless this is true</summary> */
166 up = adaptor.Create(TokenTypes.Up, "UP");
248 * Don't do DOWN, UP nodes if its a list (t is isNil).
271 // add UP node if t has childre
    [all...]
TreeIterator.cs 39 * Emit navigation nodes (DOWN, UP, and EOF) to let show tree structure.
48 public object up; field in class:Antlr.Runtime.Tree.TreeIterator
52 /** If we emit UP/DOWN nodes, we need to spit out multiple nodes per
67 up = adaptor.Create(TokenTypes.Up, "UP");
99 // if any queued up, use those first
115 // while we're out of siblings, keep popping back up towards root
118 nodes.Enqueue(up); // we're moving back up
    [all...]
TreeParser.cs 46 public const int UP = TokenTypes.Up;
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/CSharp3/Sources/Antlr3.Runtime/Tree/
BufferedTreeNodeStream.cs 47 * includes pointers to DOWN and UP and EOF nodes.
58 * This is the old CommonTreeNodeStream that buffered up entire node stream.
125 protected object up; field in class:Antlr.Runtime.Tree.BufferedTreeNodeStream
129 * This buffer includes pointers to DOWN, UP, and EOF nodes.
148 /** <summary>Reuse same DOWN, UP navigation nodes unless this is true</summary> */
178 up = adaptor.Create( TokenTypes.Up, "UP" );
283 * Don't do DOWN, UP nodes if its a list (t is isNil).
311 // add UP node if t has childre
    [all...]
TreeIterator.cs 40 * Emit navigation nodes (DOWN, UP, and EOF) to let show tree structure.
51 public object up; field in class:Antlr.Runtime.Tree.TreeIterator
55 /** If we emit UP/DOWN nodes, we need to spit out multiple nodes per
72 up = adaptor.Create( TokenTypes.Up, "UP" );
111 // if any queued up, use those first
136 // while we're out of siblings, keep popping back up towards root
140 nodes.Enqueue( up ); // we're moving back up
    [all...]
TreeParser.cs 48 public const int UP = TokenTypes.Up;
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/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugTreeGrammar.cs 29 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='"
309 Match(input, TokenTypes.Up, null);
345 else if ( (LA2_0==UP) )
391 Match(input, TokenTypes.Up, null);
536 Match(input, TokenTypes.Up, null);
565 Match(input, TokenTypes.Up, null);
594 Match(input, TokenTypes.Up, null);
623 Match(input, TokenTypes.Up, null);
652 Match(input, TokenTypes.Up, null);
767 Match(input, TokenTypes.Up, null);
    [all...]
ProfileTreeGrammar.cs 29 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='"
314 Match(input, TokenTypes.Up, null);
350 else if ( (LA2_0==UP) )
396 Match(input, TokenTypes.Up, null);
541 Match(input, TokenTypes.Up, null);
570 Match(input, TokenTypes.Up, null);
599 Match(input, TokenTypes.Up, null);
628 Match(input, TokenTypes.Up, null);
657 Match(input, TokenTypes.Up, null);
772 Match(input, TokenTypes.Up, null);
    [all...]
  /external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h 83 inline int umfpack_get_numeric(int Lp[], int Lj[], double Lx[], int Up[], int Ui[], double Ux[],
86 return umfpack_di_get_numeric(Lp,Lj,Lx,Up,Ui,Ux,P,Q,Dx,do_recip,Rs,Numeric);
89 inline int umfpack_get_numeric(int Lp[], int Lj[], std::complex<double> Lx[], int Up[], int Ui[], std::complex<double> Ux[],
95 return umfpack_zi_get_numeric(Lp,Lj,Lx?&lx0_real:0,0,Up,Ui,Ux?&ux0_real:0,0,P,Q,
  /external/qemu/
curses_keys.h 121 [0x103] = 72 | GREY, /* Up Arrow */
122 [0x153] = 73 | GREY, /* Page Up */
452 { "Up", 0x103 },
  /external/libvpx/libvpx/vp8/common/arm/neon/
buildintrapredictorsmby_neon.asm 24 ; stack int Up
40 ldr r4, [sp, #24] ; Up
305 ; stack int Up
323 ldr r4, [sp, #24] ; Up
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
ASTTreeParser.stg 90 Match(input, TokenTypes.Up, null); <checkRuleBacktrackFailure()>
95 Match(input, TokenTypes.Up, null); <checkRuleBacktrackFailure()>
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
ASTTreeParser.stg 91 Match(input, TokenTypes.Up, null); <checkRuleBacktrackFailure()>
96 Match(input, TokenTypes.Up, null); <checkRuleBacktrackFailure()>
  /external/webkit/Source/WebCore/inspector/front-end/
KeyboardShortcut.js 62 Up: { code: 38, name: "\u2191" }, // also NUM_NORTH

Completed in 1212 milliseconds

1 2