Searched defs:DEFAULT_PROGRAM_NAME (Results 1 - 6 of 6) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DTokenRewriteStream.cs96 public const string DEFAULT_PROGRAM_NAME = "default"; field in class:Antlr.Runtime.TokenRewriteStream
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, fro
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DTokenRewriteStream.cs100 public const string DEFAULT_PROGRAM_NAME = "default"; field in class:Antlr.Runtime.TokenRewriteStream
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, fro
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DTokenRewriteStream.java84 public static final String DEFAULT_PROGRAM_NAME = "default"; field in class:TokenRewriteStream
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, fro
[all...]
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dstreams.py1078 DEFAULT_PROGRAM_NAME = "default" variable in class:TokenRewriteStream
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
1170 programName = self.DEFAULT_PROGRAM_NAME
1176 programName = self.DEFAULT_PROGRAM_NAME
1213 def getLastRewriteTokenIndex(self, programName=DEFAULT_PROGRAM_NAME):
1259 programName = self.DEFAULT_PROGRAM_NAME
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 671 milliseconds