HomeSort by relevance Sort by last modified time
    Searched full:rewrite (Results 326 - 350 of 1318) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
dlfcn.h 50 Rewrite
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
dlfcn.h 50 Rewrite
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeFilter.cs 49 a pattern matches, we execute the associated tree rewrite and move on
64 executing any embedded actions and rewrite rules.''
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeFilter.java 45 a pattern matches, we execute the associated tree rewrite and move on
60 executing any embedded actions and rewrite rules.''
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
ST.stg 31 /** Template subgroup to add template rewrite output
88 // TEMPLATE REWRITE
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
ST.stg 32 /** Template subgroup to add template rewrite output
65 // TEMPLATE REWRITE
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
ST.stg 28 /** Template subgroup to add template rewrite output
80 // TEMPLATE REWRITE
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ST4ObjC.stg 28 /** Template subgroup to add template rewrite output
150 // TEMPLATE REWRITE
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
ST.stg 28 /** Template subgroup to add template rewrite output
79 # TEMPLATE REWRITE
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
ASTTreeParser.stg 80 <else> <! rewrite mode !>
122 <else> <! rewrite mode !>
AST.stg 89 # AST Rewrite
104 <! if tree parser and rewrite=true !>
117 <! if parser or tree-parser and rewrite!=true, we need to set result !>
  /external/chromium_org/chrome/browser/ui/ash/
event_rewriter.h 58 // Calls Rewrite.
148 void Rewrite(ui::KeyEvent* event);
  /external/llvm/include/llvm/CodeGen/
MachineSSAUpdater.h 33 /// or another unstructured transformation wants to rewrite a set of uses of one
100 /// RewriteUse - Rewrite a use of the symbolic value. This handles PHI nodes,
  /frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
HugeBackupActivity.java 142 // As with the checkbox listeners, rewrite the
153 // Whichever one is altered, we rewrite the entire UI state
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
JavaNetHttpHelper.java 129 URL u = new URL(mRewriter.rewrite(url));
183 public String rewrite(String url) { method in class:JavaNetHttpHelper.PassThroughRewriter
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3commontoken.h 92 // 0 | Nothing (neither rewrite text, nor setText)
93 // 1 | char * to user supplied rewrite text
164 /// 0 | Nothing (neither rewrite text, nor setText)
165 /// 1 | char * to user supplied rewrite text
176 /// a char *, such as when a rewrite of an imaginary token supplies
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarAST.java 93 /** If this is a BLOCK node for a rewrite rule, track referenced
98 /* If REWRITE node, track EVERY element and label ref to right of ->
99 * for this rewrite rule. There could be multiple of these per
104 * We may need a list of all refs to do definitions for whole rewrite
493 if (ttype == ANTLRParser.REWRITES || ttype == ANTLRParser.REWRITE || ttype==ANTLRParser.ACTION) {
Strip.java 69 rewrite(g.getTreeAdaptor(),t,g.getTokenNames());
72 public void rewrite(TreeAdaptor adaptor, CommonTree t, String[] tokenNames) throws Exception { method in class:Strip
173 wiz.visit(t, ANTLRv3Parser.REWRITE,
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestRewriteTemplates.java 227 "options {ASTLabelType=CommonTree; output=template; rewrite=true;}\n" +
241 "options {ASTLabelType=CommonTree; output=template; rewrite=true;}\n" +
262 "options {ASTLabelType=CommonTree; output=template; rewrite=true;}\n" +
284 "options {ASTLabelType=CommonTree; output=template; rewrite=true;}\n" +
303 "options {ASTLabelType=CommonTree; output=template; rewrite=true;}\n" +
  /external/clang/tools/clang-format/
ClangFormat.cpp 22 #include "clang/Rewrite/Core/Rewriter.h"
267 Rewriter Rewrite(Sources, LangOptions());
268 tooling::applyAllReplacements(Replaces, Rewrite);
280 Rewrite.getEditBuffer(ID).write(FileStream);
286 Rewrite.getEditBuffer(ID).write(outs());
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 14 #include "clang/Rewrite/Frontend/ASTConsumers.h"
24 #include "clang/Rewrite/Core/Rewriter.h"
62 Rewriter Rewrite;
107 /* Misc. containers needed for meta-data rewrite. */
202 return; // We can't rewrite the same node twice.
208 if (!Rewrite.ReplaceStmt(Old, New)) {
223 int Size = Rewrite.getRangeSize(SrcRange);
236 if (!Rewrite.ReplaceText(SrcRange.getBegin(), Size, Str)) {
249 if (!Rewrite.InsertText(Loc, Str, InsertAfter) ||
259 if (!Rewrite.ReplaceText(Start, OrigLength, Str) |
    [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb/
Gen.cpp 225 //TUNING: rewrite this to not clobber
243 //TUNING: rewrite this to not clobber
264 //TUNING: rewrite this to not clobber
  /dalvik/vm/compiler/codegen/mips/Mips32/
Gen.cpp 258 //TUNING: rewrite this to not clobber
278 //TUNING: rewrite this to not clobber
301 //TUNING: rewrite this to not clobber
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
ITreeAdaptor`1.cs 187 * rewrite rule as IMAG[$tokenLabel].
199 * rewrite rule as IMAG[$tokenLabel, "IMAG"].
211 * rewrite rule as IMAG["IMAG"].
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
AssignTokenTypesWalker.g 331 ( alternative rewrite )+
353 rewrite
354 : ^(REWRITES ( ^(REWRITE .*) )* )

Completed in 1548 milliseconds

<<11121314151617181920>>