HomeSort by relevance Sort by last modified time
    Searched full:rewrite (Results 376 - 400 of 1034) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t058rewriteAST.html 447 // copy type as a root for each invocation of (...)+ in rewrite
454 // for each invocation of (...)+ in rewrite
461 // for each invocation of (...)+ in rewrite
468 // for each invocation of (...)+ in rewrite
601 // for each invocation of (...)+ in rewrite
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
TreeToNFAConverter.g 293 ( a=alternative rewrite
333 rewrite
343 ^(REWRITE .*)
790 * etc... Also can't be in a rule with a rewrite as we need
791 * to track what's inside set for use in rewrite.
  /external/antlr/antlr-3.4/runtime/C/
README 32 the first set. Ultimately, I need to rewrite ANTLR v3 in itself (it's
144 ANTLR v3 tree construction is far superior--it provides tree rewrite
472 * tree grammars also can do rewrite=true for output=template.
474 If you are going to use $text in a tree grammar or do rewrite=true
479 * You get a warning for tree grammars that do rewrite=true and
486 output=template and rewrite=true for alt that is not simple
506 to string at last second. Allows you to rewrite with StringTemplate
509 * added rewrite option that makes -> template rewrites do replace ops for
510 TokenRewriteStream input stream. In output=template and rewrite=true mode
518 after each rewrite so that the input stream is altered. Later refs t
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITreeAdaptor.cs 199 * rewrite rule as IMAG[$tokenLabel].
211 * rewrite rule as IMAG[$tokenLabel, "IMAG"].
223 * rewrite rule as IMAG["IMAG"].
CommonTree.cs 39 * while building tree rewrite stuff, it became clear that computing
CommonTreeAdaptor.cs 46 * dupNode is called to duplicate nodes during rewrite operations.
CommonTreeNodeStream.cs 188 #region Tree rewrite interface
ITreeNodeStream.cs 76 * or output=template and rewrite=true options.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITreeAdaptor.cs 68 * rewrite rule as IMAG[$tokenLabel].
80 * rewrite rule as IMAG[$tokenLabel, "IMAG"].
104 * rewrite rule as IMAG["IMAG"].
CommonTree.cs 39 * while building tree rewrite stuff, it became clear that computing
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeAdaptor.java 165 * rewrite rule as IMAG[$tokenLabel].
173 * rewrite rule as IMAG[$tokenLabel, "IMAG"].
181 * rewrite rule as IMAG["IMAG"].
  /external/llvm/lib/CodeGen/
StackSlotColoring.cpp 253 /// Colorslots - Color all spill stack slots and rewrite all frameindex machine
294 // Rewrite all MO_FrameIndex operands.
316 /// RewriteInstruction - Rewrite specified instruction by replacing references
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmGenerator.java 65 /** A map { FQCN => set { method names } } of methods to rewrite as delegates.
281 * 2- For "keep" classes, we want to rewrite all native methods as indicated above.
307 // Rewrite the new class from scratch, without reusing the constant pool from the
StubMethodAdapter.java 182 * visitMaxs is called just before visitEnd if there was any code to rewrite.
247 * For non-constructor, rewrite existing "return" instructions to write the message.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddSuppressAnnotation.java 54 import org.eclipse.jdt.core.dom.rewrite.ASTRewrite;
55 import org.eclipse.jdt.core.dom.rewrite.ImportRewrite;
56 import org.eclipse.jdt.core.dom.rewrite.ListRewrite;
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
BackupRestoreActivity.java 199 // As with the checkbox listeners, rewrite the
210 // Whichever one is altered, we rewrite the entire UI state
  /external/antlr/antlr-3.4/antlr3-maven-plugin/
pom.xml 109 Mojo, I elected to rewrite everything from scratch, including the documentation, so
121 One other goal of this rewrite was to completely document the whole thing
  /external/antlr/antlr-3.4/runtime/Python/tests/
t055templates.py 328 rewrite=true;
441 rewrite=true;
  /external/llvm/lib/Target/Mips/
MipsJITInfo.cpp 168 // Rewrite the function stub so that we don't end up here every time we
238 /// it must rewrite the code to contain the actual addresses of any
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 14 #include "clang/Rewrite/Frontend/ASTConsumers.h"
15 #include "clang/Rewrite/Core/Rewriter.h"
60 Rewriter Rewrite;
106 /* Misc. containers needed for meta-data rewrite. */
214 return; // We can't rewrite the same node twice.
220 if (!Rewrite.ReplaceStmt(Old, New)) {
235 int Size = Rewrite.getRangeSize(SrcRange);
248 if (!Rewrite.ReplaceText(SrcRange.getBegin(), Size, Str)) {
261 if (!Rewrite.InsertText(Loc, Str, InsertAfter) ||
271 if (!Rewrite.ReplaceText(Start, OrigLength, Str) |
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonTree.as 33 * while building tree rewrite stuff, it became clear that computing
CommonTreeAdaptor.as 14 * dupNode is called to duplicate nodes during rewrite operations.
TreeNodeStream.as 61 * or output=template and rewrite=true options.
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3commontree.h 137 /// explicitly because of context such as an empty rewrite stream and
antlr3rewritestreams.h 43 /// a -> rewrite rule.

Completed in 647 milliseconds

<<11121314151617181920>>