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

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenRewriteStream.cs 96 public const string DEFAULT_PROGRAM_NAME = "default";
193 programs[DEFAULT_PROGRAM_NAME] = new List<RewriteOperation>(PROGRAM_INIT_SIZE);
208 Rollback(DEFAULT_PROGRAM_NAME, instructionIndex);
229 DeleteProgram(DEFAULT_PROGRAM_NAME);
238 InsertAfter(DEFAULT_PROGRAM_NAME, t, text);
242 InsertAfter(DEFAULT_PROGRAM_NAME, index, text);
256 InsertBefore(DEFAULT_PROGRAM_NAME, t, text);
260 InsertBefore(DEFAULT_PROGRAM_NAME, index, text);
276 Replace(DEFAULT_PROGRAM_NAME, index, index, text);
280 Replace(DEFAULT_PROGRAM_NAME, from, to, text)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenRewriteStream.cs 100 public const string DEFAULT_PROGRAM_NAME = "default";
217 programs[DEFAULT_PROGRAM_NAME] = new List<RewriteOperation>( PROGRAM_INIT_SIZE );
235 Rollback( DEFAULT_PROGRAM_NAME, instructionIndex );
259 DeleteProgram( DEFAULT_PROGRAM_NAME );
270 InsertAfter( DEFAULT_PROGRAM_NAME, t, text );
275 InsertAfter( DEFAULT_PROGRAM_NAME, index, text );
291 InsertBefore( DEFAULT_PROGRAM_NAME, t, text );
296 InsertBefore( DEFAULT_PROGRAM_NAME, index, text );
314 Replace( DEFAULT_PROGRAM_NAME, index, index, text );
319 Replace( DEFAULT_PROGRAM_NAME, from, to, text )
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
TokenRewriteStream.java 84 public static final String DEFAULT_PROGRAM_NAME = "default";
173 programs.put(DEFAULT_PROGRAM_NAME, new ArrayList(PROGRAM_INIT_SIZE));
188 rollback(DEFAULT_PROGRAM_NAME, instructionIndex);
203 deleteProgram(DEFAULT_PROGRAM_NAME);
212 insertAfter(DEFAULT_PROGRAM_NAME, t, text);
216 insertAfter(DEFAULT_PROGRAM_NAME, index, text);
229 insertBefore(DEFAULT_PROGRAM_NAME, t, text);
233 insertBefore(DEFAULT_PROGRAM_NAME, index, text);
248 replace(DEFAULT_PROGRAM_NAME, index, index, text);
252 replace(DEFAULT_PROGRAM_NAME, from, to, text)
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
streams.py 1078 DEFAULT_PROGRAM_NAME = "default"
1088 self.programs[self.DEFAULT_PROGRAM_NAME] = []
1105 programName = self.DEFAULT_PROGRAM_NAME
1116 def deleteProgram(self, programName=DEFAULT_PROGRAM_NAME):
1124 programName = self.DEFAULT_PROGRAM_NAME
1146 programName = self.DEFAULT_PROGRAM_NAME
    [all...]
  /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 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 283 milliseconds