Searched defs:rewrites (Results 1 – 6 of 6) sorted by relevance
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
D | TokenRewriteStream.java | 242 List rewrites = getProgram(programName); in insertBefore() local 268 List rewrites = getProgram(programName); in replace() local 362 List rewrites = (List)programs.get(programName); in toString() local 456 protected Map reduceToSingleOperationPerIndex(List rewrites) { in reduceToSingleOperationPerIndex() 564 protected List getKindOfOps(List rewrites, Class kind) { in getKindOfOps() 569 protected List getKindOfOps(List rewrites, Class kind, int before) { in getKindOfOps()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | TokenRewriteStream.cs | 565 …ctionary<int, RewriteOperation> ReduceToSingleOperationPerIndex( IList<RewriteOperation> rewrites ) in ReduceToSingleOperationPerIndex() 694 …protected virtual IList<RewriteOperation> GetKindOfOps( IList<RewriteOperation> rewrites, Type kin… in GetKindOfOps() 700 …protected virtual IList<RewriteOperation> GetKindOfOps( IList<RewriteOperation> rewrites, Type kin… in GetKindOfOps()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | TokenRewriteStream.cs | 490 …ctionary<int, RewriteOperation> ReduceToSingleOperationPerIndex(IList<RewriteOperation> rewrites) { in ReduceToSingleOperationPerIndex() 586 …protected virtual IList<RewriteOperation> GetKindOfOps(IList<RewriteOperation> rewrites, Type kind… in GetKindOfOps() 591 …protected virtual IList<RewriteOperation> GetKindOfOps(IList<RewriteOperation> rewrites, Type kind… in GetKindOfOps()
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
D | streams.py | 1336 def reduceToSingleOperationPerIndex(self, rewrites): argument 1494 def getKindOfOps(self, rewrites, kind, before=None): argument
|
/external/v8/benchmarks/ |
D | earley-boyer.js | 3476 }, function(rewrites) { argument
|
/external/antlr/antlr-3.4/lib/ |
D | antlr-3.4-complete.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/antlr/
org/ ... |