Searched
full:rewrite (Results
351 -
375 of
1016) sorted by null
<<11121314151617181920>>
/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
|
CommonTreeNodeStream.cs | 217 #region Tree rewrite interface
|
ITreeNodeStream.cs | 80 * or output=template and rewrite=true options.
|
/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 | 255 /// Colorslots - Color all spill stack slots and rewrite all frameindex machine 296 // Rewrite all MO_FrameIndex operands. 318 /// 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 | 52 import org.eclipse.jdt.core.dom.rewrite.ASTRewrite; 53 import org.eclipse.jdt.core.dom.rewrite.ImportRewrite; 54 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 | 123 // Rewrite the function stub so that we don't end up here every time we 193 /// it must rewrite the code to contain the actual addresses of any
|
/external/clang/lib/Rewrite/ |
RewriteModernObjC.cpp | 14 #include "clang/Rewrite/ASTConsumers.h" 15 #include "clang/Rewrite/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...] |
/device/moto/stingray/ril/ |
wrigley-iptables.sh | 91 # We must rewrite the destination address for our SUAPI logger port to the
|
/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 1262 milliseconds
<<11121314151617181920>>