/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...] |
/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...] |
/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/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
GrammarAST.java | 353 private static final GrammarAST DescendantUpNode = new GrammarAST(Token.UP, "UP");
|
NFAFactory.java | 48 * The NFA will be filled up with states and transitions. 79 * and throw away any epsilon transitions used to link up simple elements. 311 /** set up an NFA NFAState that will yield eof tokens or, 697 StateCluster up = build_Atom(Label.UP, associatedAST); local 698 wildRoot = build_AB(wildRoot,up); // hook in; . DOWN .+ UP
|
/external/chromium_org/chrome/browser/ui/views/ |
menu_item_view_test.cc | 21 // common functionality. It sets up a MenuButton and a MenuItemView 94 ui_controls::DOWN | ui_controls::UP,
|
/external/chromium_org/ui/views/focus/ |
focus_manager.cc | 233 // Search up the containment hierarchy to see if a view is acting as 276 // Let's go up in the FocusTraversable tree. 286 starting_view, reverse, FocusSearch::UP,
|
/external/qemu/android/skin/ |
keyset.c | 169 _KEYSYM1_(UP) \
|
/libcore/luni/src/main/java/java/text/ |
DecimalFormat.java | 256 * C..D any character from C up to D, inclusive 662 // All float/double/Float/Double formatting ends up here... 666 setRoundingMode(RoundingMode.UP); [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/ |
StateView.java | 42 public static int UP = 1;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/ |
FrameSummaryViewPage.java | 406 return mDescending ? SWT.UP : SWT.DOWN;
|
/libcore/luni/src/test/java/libcore/java/math/ |
OldBigDecimalArithmeticTest.java | 483 mc = new MathContext(31, RoundingMode.UP); 543 RoundingMode rm = RoundingMode.UP;
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
ActionScript.stg | 176 "\<invalid>", "\<EOR>", "\<DOWN>", "\<UP>", <tokenNames; separator=", "> 797 matchStream(input, TokenConstants.UP, null); <checkRuleBacktrackFailure()> 802 matchStream(input, TokenConstants.UP, null); <checkRuleBacktrackFailure()> [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/ |
CPP.stg | 278 "\<invalid>", "\<EOR>", "\<DOWN>", "\<UP>", <tokenNames; separator=", "> 858 match(input, antlr3::Token::UP, null); 865 match(input, antlr3::Token::UP, null); [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
Java.stg | 207 "\<invalid>", "\<EOR>", "\<DOWN>", "\<UP>", <tokenNames; separator=", "> 871 match(input, Token.UP, null); <checkRuleBacktrackFailure()> 876 match(input, Token.UP, null); <checkRuleBacktrackFailure()> [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/ |
Perl5.stg | 204 "\<invalid>", "\<EOR>", "\<DOWN>", "\<UP>", <tokenNames; separator=", "> 830 match(input, Token.UP, null); <checkRuleBacktrackFailure()> 835 match(input, Token.UP, null); <checkRuleBacktrackFailure()> [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
Python.stg | 227 "\<invalid>", "\<EOR>", "\<DOWN>", "\<UP>", 956 self.match(self.input, UP, None) 961 self.match(self.input, UP, None) [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/ |
Scala.stg | 188 "\<invalid>", "\<EOR>", "\<DOWN>", "\<UP>", <tokenNames; separator=", "> 862 `match`(input, Token.UP, null) 869 `match`(input, Token.UP, null) [all...] |
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
DecimalFormatTest.java | [all...] |
/external/iproute2/doc/ |
ip-tunnels.tex | 326 If tunnel exists, but it is not in \verb|UP| state, the tunnel is ignored. 327 Note, that if \verb|tunl0| is \verb|UP| it receives all the IPIP packets, 395 ip link set Universe up
|
/external/qemu/android/ |
hw-events.h | 157 KEY_CODE(UP ,103) \
|
/libcore/luni/src/main/java/libcore/icu/ |
NativeDecimalFormat.java | 500 case UP: nativeRoundingMode = 3; break;
|
/external/chromium_org/chrome/third_party/chromevox/extensions/searchvox/ |
search.js | 232 case cvox.SearchConstants.KeyCode.UP:
|
/external/robolectric/lib/main/ |
maps_v16.jar | |