Home
last modified time | relevance | path

Searched refs:PROGRAM_INIT_SIZE (Results 1 – 7 of 7) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DTokenRewriteStream.cs97 public const int PROGRAM_INIT_SIZE = 100; field in Antlr.Runtime.TokenRewriteStream
193 programs[DEFAULT_PROGRAM_NAME] = new List<RewriteOperation>(PROGRAM_INIT_SIZE); in Init()
357 IList<RewriteOperation> @is = new List<RewriteOperation>(PROGRAM_INIT_SIZE); in InitializeProgram()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DTokenRewriteStream.cs101 public const int PROGRAM_INIT_SIZE = 100; field in Antlr.Runtime.TokenRewriteStream
217 programs[DEFAULT_PROGRAM_NAME] = new List<RewriteOperation>( PROGRAM_INIT_SIZE ); in Init()
413 IList<RewriteOperation> @is = new List<RewriteOperation>( PROGRAM_INIT_SIZE ); in InitializeProgram()
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
DTokenRewriteStream.java85 public static final int PROGRAM_INIT_SIZE = 100; field in TokenRewriteStream
173 programs.put(DEFAULT_PROGRAM_NAME, new ArrayList(PROGRAM_INIT_SIZE)); in init()
329 List is = new ArrayList(PROGRAM_INIT_SIZE); in initializeProgram()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRTokenRewriteStream.m36 static NSInteger PROGRAM_INIT_SIZE = 100;
206 …lementWithName:DEFAULT_PROGRAM_NAME Node:[ANTLRHashMap newANTLRHashMapWithLen:PROGRAM_INIT_SIZE]]];
216 …lementWithName:DEFAULT_PROGRAM_NAME Node:[ANTLRHashMap newANTLRHashMapWithLen:PROGRAM_INIT_SIZE]]];
227 …lementWithName:DEFAULT_PROGRAM_NAME Node:[ANTLRHashMap newANTLRHashMapWithLen:PROGRAM_INIT_SIZE]]];
421 ANTLRHashMap *is = [ANTLRHashMap newANTLRHashMapWithLen:PROGRAM_INIT_SIZE];
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
DTokenRewriteStream.js79 PROGRAM_INIT_SIZE: 100, property
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas2537 PROGRAM_INIT_SIZE = 100;
5916 List.Capacity := PROGRAM_INIT_SIZE;
5925 Result.Capacity := PROGRAM_INIT_SIZE;
/external/antlr/antlr-3.4/lib/
Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...