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

1 2 3

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenTypes.cs 41 public const int Down = 2;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDetailsMarker.h 32 enum Orientation { Up, Down, Left, Right };
RenderDetailsMarker.cpp 77 return isOpen() ? Down : Right;
78 return isOpen() ? Down : Left;
81 return isOpen() ? Left : Down;
85 return isOpen() ? Right : Down;
101 case Down: return createDownArrowPath();
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenConstants.cs 59 public const int Down = 2;
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
SpinButtonElement.h 40 Down,
SpinButtonElement.cpp 126 m_upDownState = (local.y() < box->height() / 2) ? Up : Down;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
media_widget.js 87 } else if (evt.keyCode == 40) { // Down - Vol. Down
  /external/chromium_org/chrome/browser/resources/chromeos/keyboard/
keyboard_utils.js 22 event.keyIdentifier == 'Down') {
37 var needsUpDownKeys = event.target.classList.contains('needs-up-down-keys');
45 (!needsUpDownKeys && event.keyIdentifier == 'Down')) {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
ITreeNodeStreamFixture.cs 180 Assert.AreEqual(Token.Down, ((ITree)stream.LT(2)).Type);
182 Assert.AreEqual(Token.Down, ((ITree)stream.LT(4)).Type);
304 Assert.AreEqual(Token.Down, ((ITree)stream.LT(1)).Type);
310 Assert.AreEqual(Token.Down, ((ITree)stream.LT(1)).Type);
314 Assert.AreEqual(Token.Down, ((ITree)stream.LT(1)).Type);
407 Assert.AreEqual(Token.Down, ((ITree)stream.LT(1)).Type);
452 Assert.AreEqual(Token.Down, ((ITree)stream.LT(1)).Type);
462 Assert.AreEqual(Token.Down, ((ITree)stream.LT(1)).Type);
509 Assert.AreEqual(Token.Down, ((ITree)stream.LT(1)).Type);
522 Assert.AreEqual(Token.Down, ((ITree)stream.LT(1)).Type)
    [all...]
  /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.
115 protected object down; field in class:Antlr.Runtime.Tree.BufferedTreeNodeStream
120 * This buffer includes pointers to DOWN, UP, and EOF nodes.
125 * of interest for reverseIndexing. Slows us down a wee bit to
139 /** <summary>Reuse same DOWN, UP navigation nodes unless this is true</summary> */
165 down = adaptor.Create(TokenTypes.Down, "DOWN");
248 * Don't do DOWN, UP nodes if its a list (t is isNil).
261 // add DOWN node if t has childre
    [all...]
TreeIterator.cs 39 * Emit navigation nodes (DOWN, UP, and EOF) to let show tree structure.
49 public object down; field in class:Antlr.Runtime.Tree.TreeIterator
52 /** If we emit UP/DOWN nodes, we need to spit out multiple nodes per
66 down = adaptor.Create(TokenTypes.Down, "DOWN");
110 nodes.Enqueue(tree); // real node is next after DOWN
111 Current = down;
TreeParser.cs 45 public const int DOWN = TokenTypes.Down;
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/
BufferedTreeNodeStream.cs 47 * includes pointers to DOWN and UP and EOF nodes.
124 protected object down; field in class:Antlr.Runtime.Tree.BufferedTreeNodeStream
129 * This buffer includes pointers to DOWN, UP, and EOF nodes.
134 * of interest for reverseIndexing. Slows us down a wee bit to
148 /** <summary>Reuse same DOWN, UP navigation nodes unless this is true</summary> */
177 down = adaptor.Create( TokenTypes.Down, "DOWN" );
283 * Don't do DOWN, UP nodes if its a list (t is isNil).
299 // add DOWN node if t has childre
    [all...]
TreeIterator.cs 40 * Emit navigation nodes (DOWN, UP, and EOF) to let show tree structure.
52 public object down; field in class:Antlr.Runtime.Tree.TreeIterator
55 /** If we emit UP/DOWN nodes, we need to spit out multiple nodes per
71 down = adaptor.Create( TokenTypes.Down, "DOWN" );
129 nodes.Enqueue( tree ); // real node is next after DOWN
130 Current = down;
TreeParser.cs 47 public const int DOWN = TokenTypes.Down;
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/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugTreeGrammar.cs 29 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='"
299 Match(input, TokenTypes.Down, null);
324 Match(input, TokenTypes.Down, null);
522 Match(input, TokenTypes.Down, null);
551 Match(input, TokenTypes.Down, null);
580 Match(input, TokenTypes.Down, null);
609 Match(input, TokenTypes.Down, null);
638 Match(input, TokenTypes.Down, null);
757 Match(input, TokenTypes.Down, null);
ProfileTreeGrammar.cs 29 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='"
304 Match(input, TokenTypes.Down, null);
329 Match(input, TokenTypes.Down, null);
527 Match(input, TokenTypes.Down, null);
556 Match(input, TokenTypes.Down, null);
585 Match(input, TokenTypes.Down, null);
614 Match(input, TokenTypes.Down, null);
643 Match(input, TokenTypes.Down, null);
762 Match(input, TokenTypes.Down, null);
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventFactoryMac.mm 193 /* 0x79 */ VK_NEXT, // Page Down
197 /* 0x7D */ VK_DOWN, // Down Arrow
454 // "Down"
456 return @"Down";
758 // Windows and Linux set |isSystemKey| if alt is down. Blink looks at this
    [all...]
  /external/qemu/ui/
curses_keys.h 126 [0x102] = 80 | GREY, /* Down Arrow */
127 [0x152] = 81 | GREY, /* Page Down */
453 { "Down", 0x102 },
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
ASTTreeParser.stg 87 if (input.LA(1) == TokenTypes.Down) {
88 Match(input, TokenTypes.Down, null); <checkRuleBacktrackFailure()>
93 Match(input, TokenTypes.Down, null); <checkRuleBacktrackFailure()>
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
ASTTreeParser.stg 88 if (input.LA(1) == TokenTypes.Down) {
89 Match(input, TokenTypes.Down, null); <checkRuleBacktrackFailure()>
94 Match(input, TokenTypes.Down, null); <checkRuleBacktrackFailure()>
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
ShortcutsScreen.js 291 section.addRelatedKeys(PanUpDown, WebInspector.UIString("Pan up/down"));
308 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Down)
344 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Down)
354 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Down, WebInspector.KeyboardShortcut.Modifiers.Shift)
380 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Down, WebInspector.KeyboardShortcut.Modifiers.Alt)
508 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Down, WebInspector.KeyboardShortcut.Modifiers.Shift)
524 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Down),
  /external/chromium_org/ui/keyboard/resources/elements/
kb-key-codes.js 44 'Arrow-Down': {keyCode: 0x28, keyName: 'ArrowDown',
125 'Volume-Down': {keyCode: 0xAE, keyName: 'VolumeDown',
143 'Brightness-Down': {keyCode: 0xD8, keyName: 'BrightnessDown',
  /external/chromium_org/third_party/WebKit/Source/web/resources/
colorSuggestionPicker.js 146 else if (key == "Left" || key == "Up" || key == "Right" || key == "Down") {
165 case "Down":
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
KeyboardShortcut.js 77 Down: { code: 40, name: "\u2193" }, // also NUM_SOUTH

Completed in 1035 milliseconds

1 2 3