Searched
full:rewrite (Results
426 -
450 of
1318) sorted by null
<<11121314151617181920>>
/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. 295 * 2- For "keep" classes, we want to rewrite all native methods as indicated above. 321 // 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 | 55 import org.eclipse.jdt.core.dom.rewrite.ASTRewrite; 56 import org.eclipse.jdt.core.dom.rewrite.ImportRewrite; 57 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/chromium_org/ipc/ |
ipc_channel_proxy.h | 117 // original unchanged if no rewrite indicated. 118 virtual Message *Rewrite(Message *message) = 0;
|
/external/llvm/lib/Target/Mips/ |
MipsJITInfo.cpp | 168 // Rewrite the function stub so that we don't end up here every time we 245 /// 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" 25 #include "clang/Rewrite/Core/Rewriter.h" 63 Rewriter Rewrite; 109 /* Misc. containers needed for meta-data rewrite. */ 239 return; // We can't rewrite the same node twice. 245 if (!Rewrite.ReplaceStmt(Old, New)) { 260 int Size = Rewrite.getRangeSize(SrcRange); 273 if (!Rewrite.ReplaceText(SrcRange.getBegin(), Size, Str)) { 286 if (!Rewrite.InsertText(Loc, Str, InsertAfter) || 296 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.
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
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/ |
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/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/ |
ITreeNodeStream`1.cs | 79 * or output=template and rewrite=true options.
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
CommonTree.java | 33 * while building tree rewrite stuff, it became clear that computing
|
CommonTreeAdaptor.java | 41 * dupNode is called to duplicate nodes during rewrite operations.
|
CommonTreeNodeStream.java | 142 // TREE REWRITE INTERFACE
|
Completed in 1087 milliseconds
<<11121314151617181920>>