HomeSort by relevance Sort by last modified time
    Searched defs:PROGRAM_INIT_SIZE (Results 1 - 7 of 7) sorted by null

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenRewriteStream.cs 97 public const int PROGRAM_INIT_SIZE = 100;
193 programs[DEFAULT_PROGRAM_NAME] = new List<RewriteOperation>(PROGRAM_INIT_SIZE);
357 IList<RewriteOperation> @is = new List<RewriteOperation>(PROGRAM_INIT_SIZE);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenRewriteStream.cs 101 public const int PROGRAM_INIT_SIZE = 100;
217 programs[DEFAULT_PROGRAM_NAME] = new List<RewriteOperation>( PROGRAM_INIT_SIZE );
413 IList<RewriteOperation> @is = new List<RewriteOperation>( PROGRAM_INIT_SIZE );
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
TokenRewriteStream.java 85 public static final int PROGRAM_INIT_SIZE = 100;
173 programs.put(DEFAULT_PROGRAM_NAME, new ArrayList(PROGRAM_INIT_SIZE));
329 List is = new ArrayList(PROGRAM_INIT_SIZE);
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 98 milliseconds