Home
last modified time | relevance | path

Searched refs:Down (Results 1 – 25 of 42) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DDebugTreeGrammar.cs299 Match(input, TokenTypes.Down, null); in stat()
324 Match(input, TokenTypes.Down, null); in stat()
522 Match(input, TokenTypes.Down, null); in expr()
551 Match(input, TokenTypes.Down, null); in expr()
580 Match(input, TokenTypes.Down, null); in expr()
609 Match(input, TokenTypes.Down, null); in expr()
638 Match(input, TokenTypes.Down, null); in expr()
757 Match(input, TokenTypes.Down, null); in call()
DProfileTreeGrammar.cs304 Match(input, TokenTypes.Down, null); in stat()
329 Match(input, TokenTypes.Down, null); in stat()
527 Match(input, TokenTypes.Down, null); in expr()
556 Match(input, TokenTypes.Down, null); in expr()
585 Match(input, TokenTypes.Down, null); in expr()
614 Match(input, TokenTypes.Down, null); in expr()
643 Match(input, TokenTypes.Down, null); in expr()
762 Match(input, TokenTypes.Down, null); in call()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
DITreeNodeStreamFixture.cs180 Assert.AreEqual(Token.Down, ((ITree)stream.LT(2)).Type); in testLT()
182 Assert.AreEqual(Token.Down, ((ITree)stream.LT(4)).Type); in testLT()
304 Assert.AreEqual(Token.Down, ((ITree)stream.LT(1)).Type); in testMarkRewindNested()
310 Assert.AreEqual(Token.Down, ((ITree)stream.LT(1)).Type); in testMarkRewindNested()
314 Assert.AreEqual(Token.Down, ((ITree)stream.LT(1)).Type); in testMarkRewindNested()
407 Assert.AreEqual(Token.Down, ((ITree)stream.LT(1)).Type); in testPushPop()
452 Assert.AreEqual(Token.Down, ((ITree)stream.LT(1)).Type); in testNestedPushPop()
462 Assert.AreEqual(Token.Down, ((ITree)stream.LT(1)).Type); in testNestedPushPop()
509 Assert.AreEqual(Token.Down, ((ITree)stream.LT(1)).Type); in testPushPopFromEOF()
522 Assert.AreEqual(Token.Down, ((ITree)stream.LT(1)).Type); in testPushPopFromEOF()
[all …]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DBufferedTreeNodeStream.cs177 down = adaptor.Create( TokenTypes.Down, "DOWN" ); in BufferedTreeNodeStream()
303 AddNavigationNode( TokenTypes.Down ); in FillBuffer()
345 if ( ttype == TokenTypes.Down ) in AddNavigationNode()
349 navNode = adaptor.Create( TokenTypes.Down, "DOWN" ); in AddNavigationNode()
DTreeIterator.cs71 down = adaptor.Create( TokenTypes.Down, "DOWN" ); in TreeIterator()
DTreeParser.cs47 public const int DOWN = TokenTypes.Down;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DBufferedTreeNodeStream.cs165 down = adaptor.Create(TokenTypes.Down, "DOWN"); in BufferedTreeNodeStream()
264 AddNavigationNode(TokenTypes.Down); in FillBuffer()
299 if (ttype == TokenTypes.Down) { in AddNavigationNode()
301 navNode = adaptor.Create(TokenTypes.Down, "DOWN"); in AddNavigationNode()
DTreeIterator.cs66 down = adaptor.Create(TokenTypes.Down, "DOWN"); in TreeIterator()
DTreeParser.cs45 public const int DOWN = TokenTypes.Down;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DTokenTypes.cs41 public const int Down = 2; field in Antlr.Runtime.TokenTypes
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DTokenConstants.cs59 public const int Down = 2; field in Antlr.Runtime.TokenTypes
/external/libvncserver/libvncclient/
Dzrle.c39 #define HandleZRLE CONCAT3E(HandleZRLE,REALBPP,Down)
40 #define HandleZRLETile CONCAT3E(HandleZRLETile,REALBPP,Down)
67 #define CPIXEL CONCAT2E(REALBPP,Down)
/external/chromium-trace/catapult/tracing/tracing/ui/tracks/
Dprocess_track_base.css23 content: '\25BE'; /* Down triangle */
/external/e2fsprogs/debugfs/
Dextent_cmds.ct43 request do_down, "Down node",
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DASTTreeParser.stg88 if (input.LA(1) == TokenTypes.Down) {
89 Match(input, TokenTypes.Down, null); <checkRuleBacktrackFailure()>
94 Match(input, TokenTypes.Down, null); <checkRuleBacktrackFailure()>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DASTTreeParser.stg87 if (input.LA(1) == TokenTypes.Down) {
88 Match(input, TokenTypes.Down, null); <checkRuleBacktrackFailure()>
93 Match(input, TokenTypes.Down, null); <checkRuleBacktrackFailure()>
/external/tcpdump/tests/
Disis_4-v.out8 Adjacency State: Down (2)
28 Adjacency State: Down (2)
48 Adjacency State: Down (2)
68 Adjacency State: Down (2)
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTest.groovy69 // Test Setup and Tear Down
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTest.groovy89 // Test Setup and Tear Down
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTest.groovy89 // Test Setup and Tear Down
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTest.groovy89 // Test Setup and Tear Down
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTest.groovy89 // Test Setup and Tear Down
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTest.groovy89 // Test Setup and Tear Down
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTest.groovy89 // Test Setup and Tear Down
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTest.groovy89 // Test Setup and Tear Down

12