OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wrapby
(Results
1 - 2
of
2
) sorted by null
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
ITreeNodeStreamFixture.cs
618
int
wrapBy
= 4; // wrap around by 4 nodes
619
Assert.IsTrue(
wrapBy
< N, "bad test code;
wrapBy
must be less than N");
620
for (int i = 1; i <= remaining +
wrapBy
; i++)
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas
731
WrapBy
= 4; // wrap around by 4 nodes
755
CheckTrue(
WrapBy
< N);
756
for I := 1 to Remaining +
WrapBy
do
[
all
...]
Completed in 73 milliseconds