/external/antlr/runtime/ObjC/Framework/ |
D | CommonTreeNodeStream.m | 62 calls = [[IntArray newArrayWithLen:INITIAL_CALL_STACK_SIZE] retain]; 78 calls = [[IntArray newArrayWithLen:INITIAL_CALL_STACK_SIZE] retain]; 196 calls = [[IntArray newArrayWithLen:INITIAL_CALL_STACK_SIZE] retain];
|
D | CommonTreeNodeStream.h | 37 #define INITIAL_CALL_STACK_SIZE 10 macro
|
D | BufferedTreeNodeStream.h | 42 #define INITIAL_CALL_STACK_SIZE 10 macro
|
D | BufferedTreeNodeStream.m | 413 calls = [IntArray newArrayWithLen:INITIAL_CALL_STACK_SIZE];
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | CommonTreeNodeStream.cs | 43 public const int INITIAL_CALL_STACK_SIZE = 10; field in Antlr.Runtime.Tree.CommonTreeNodeStream
|
D | BufferedTreeNodeStream.cs | 65 public const int INITIAL_CALL_STACK_SIZE = 10; field in Antlr.Runtime.Tree.BufferedTreeNodeStream
|
/external/antlr/runtime/Cpp/include/ |
D | antlr3commontreenodestream.hpp | 49 , INITIAL_CALL_STACK_SIZE = 10 enumerator
|
/external/antlr/runtime/C/include/ |
D | antlr3commontreenodestream.h | 47 #define INITIAL_CALL_STACK_SIZE 10 macro
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | CommonTreeNodeStream.cs | 44 public const int INITIAL_CALL_STACK_SIZE = 10; field in Antlr.Runtime.Tree.CommonTreeNodeStream
|
D | BufferedTreeNodeStream.cs | 67 public const int INITIAL_CALL_STACK_SIZE = 10; field in Antlr.Runtime.Tree.BufferedTreeNodeStream
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | CommonTreeNodeStream.java | 38 public static final int INITIAL_CALL_STACK_SIZE = 10; field in CommonTreeNodeStream
|
D | BufferedTreeNodeStream.java | 59 public static final int INITIAL_CALL_STACK_SIZE = 10; field in BufferedTreeNodeStream
|
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/ |
D | CommonTreeNodeStream.js | 49 INITIAL_CALL_STACK_SIZE: 10 property
|
/external/antlr/runtime/C/src/ |
D | antlr3commontreenodestream.c | 372 stream->nodeStack = antlr3StackNew(INITIAL_CALL_STACK_SIZE); in antlr3CommonTreeNodeStreamNew() 544 ctns->nodeStack = antlr3StackNew(INITIAL_CALL_STACK_SIZE); in reset()
|
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
D | CommonTreeNodeStream.as | 52 public static const INITIAL_CALL_STACK_SIZE:int = 10; constant in org.antlr.runtime.tree.CommonTreeNodeStream
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/ |
D | ITreeNodeStreamFixture.cs | 539 for (int i = 1; i <= BufferedTreeNodeStream.INITIAL_CALL_STACK_SIZE + 1; i++) in testStackStretch()
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
D | Antlr.Runtime.Tree.Tests.pas | 1223 for I := 1 to TCommonTreeNodeStream.INITIAL_CALL_STACK_SIZE + 1 do
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Tree.pas | 1344 INITIAL_CALL_STACK_SIZE = 10;
|