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

1 2 3

  /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/chromium_org/third_party/libvpx/source/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/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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDetailsMarker.h 32 enum Orientation { Up, Down, Left, Right };
RenderDetailsMarker.cpp 82 return isOpen() ? Left : Up;
86 return isOpen() ? Right : Up;
89 return isOpen() ? Up : Right;
90 return isOpen() ? Up : Left;
100 case Up: return createUpArrowPath();
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
SpinButtonElement.cpp 108 doStepAction(m_upDownState == Up ? 1 : -1);
126 m_upDownState = (local.y() < box->height() / 2) ? Up : Down;
245 step(m_upDownState == Up ? 1 : -1);
SpinButtonElement.h 41 Up,
  /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/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
media_widget.js 85 } else if (evt.keyCode == 38) { // Up - Vol. Up
  /external/chromium_org/chrome/browser/resources/chromeos/keyboard/
keyboard_utils.js 21 event.keyIdentifier == 'Up' ||
37 var needsUpDownKeys = event.target.classList.contains('needs-up-down-keys');
40 (!needsUpDownKeys && event.keyIdentifier == 'Up')) {
  /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/chromium_org/third_party/WebKit/Source/web/
WebInputEventFactoryMac.mm 188 /* 0x74 */ VK_PRIOR, // Page Up
198 /* 0x7E */ VK_UP, // Up Arrow
639 // "Up"
641 return @"Up";
    [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/ui/
curses_keys.h 121 [0x103] = 72 | GREY, /* Up Arrow */
122 [0x153] = 73 | GREY, /* Page Up */
452 { "Up", 0x103 },
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
ShortcutsScreen.js 291 section.addRelatedKeys(PanUpDown, WebInspector.UIString("Pan up/down"));
304 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Up)
340 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Up)
349 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Up, WebInspector.KeyboardShortcut.Modifiers.Shift)
376 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Up, WebInspector.KeyboardShortcut.Modifiers.Alt)
504 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Up, WebInspector.KeyboardShortcut.Modifiers.Shift)
520 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Up),
  /external/chromium_org/third_party/WebKit/Source/web/resources/
colorSuggestionPicker.js 146 else if (key == "Left" || key == "Up" || key == "Right" || key == "Down") {
150 if (key != "Right" && key != "Up")
162 case "Up":

Completed in 650 milliseconds

1 2 3