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

1 2 3 4 5 6 7 891011>>

  /external/clang/test/Rewriter/
rewrite-protocol-qualified.mm 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
rewrite-super-message.mm 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
rewrite-typeof.mm 1 // RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
instancetype-test.mm 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
3 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fms-extensions -rewrite-objc %s -o %t-modern-rw.cpp
objc-modern-boxing.mm 2 // RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc %t.mm -o - | FileCheck %s
3 // RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc %t.mm -o %t-rw.cpp
rewrite-block-pointer.mm 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
3 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc %s -o %t-modern-rw.cpp
  /external/clang/unittests/Tooling/
RewriterTestContext.h 23 #include "clang/Rewrite/Core/Rewriter.h"
42 Rewrite(Sources, Options) {
96 Rewrite.getEditBuffer(ID).write(OS);
117 Rewriter Rewrite;
  /external/compiler-rt/lib/asan/
asanwrapper.cc 31 // TODO(eugenis): rewrite to <dirname>/asan/<basename>, if exists?
  /external/kernel-headers/original/linux/
tegra_rpc.h 7 * Based on original code from NVIDIA, and a partial rewrite by:
  /external/libsepol/man/man3/
sepol_genbools.3 3 sepol_genbools \- Rewrite a binary policy with different boolean settings
  /external/llvm/test/Transforms/Inline/
dynamic_alloca_test.ll 8 ; FIXME: This test is xfailed because the inline cost rewrite disabled *all*
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
LeftRecursiveRuleAnalyzer.java 93 // rewrite e to be e_[rec_arg]
108 //System.out.println("binaryAlt " + alt + ": " + altText + ", rewrite=" + rewriteText);
134 //System.out.println("ternaryAlt " + alt + ": " + altText + ", rewrite=" + rewriteText);
145 // rewrite e to be e_[rec_arg]
160 //System.out.println("prefixAlt " + alt + ": " + altText + ", rewrite=" + rewriteText);
176 // System.out.println("suffixAlt " + alt + ": " + altText + ", rewrite=" + rewriteText);
189 //System.out.println("otherAlt " + alt + ": " + altText + ", rewrite=" + rewriteText);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
ASTTreeParser.stg 35 * Auto build or rewrite
57 /** What to emit when there is no rewrite rule. For auto build
185 <else> <! rewrite mode !>
274 /** rule when output=AST and tracking for rewrite */
280 /** x+=rule when output=AST and tracking for rewrite */
285 /** ^(rule ...) rewrite */
291 /** ^(x+=rule ...) rewrite */
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/model/java/
ContentProviderClass.java 36 import org.eclipse.jdt.core.dom.rewrite.ASTRewrite;
76 private ASTRewrite rewrite; field in class:ContentProviderClass
341 rewrite = ASTRewrite.create(ast);
344 rewrite.createStringPlaceholder(CodeUtilsNLS.MODEL_Common_ToDoPutYourCodeHere,
361 rewrite.getListRewrite(method, method.getModifiersProperty()).insertFirst(
366 rewrite.getListRewrite(block, Block.STATEMENTS_PROPERTY).insertFirst(todoComment,
374 TextEdit modifications = rewrite.rewriteAST(document, null);
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
tree-rewrite.rb 565 rewrite=true;
591 rewrite=true;
609 options {language=Ruby; output=AST; ASTLabelType=CommonTree; tokenVocab=RewriteModeChainRuleFlatTree; rewrite=true;}
627 options {language=Ruby; output=AST; ASTLabelType=CommonTree; tokenVocab=RewriteModeChainRuleTree; rewrite=true;}
645 options {language=Ruby; output=AST; ASTLabelType=CommonTree; tokenVocab=RewriteModeChainRuleTree2; rewrite=true;}
664 options {language=Ruby; output=AST; ASTLabelType=CommonTree; tokenVocab=RewriteModeChainRuleTree3; rewrite=true;}
683 options {language=Ruby; output=AST; ASTLabelType=CommonTree; tokenVocab=RewriteModeChainRuleTree4; rewrite=true;}
702 options {language=Ruby; output=AST; ASTLabelType=CommonTree; tokenVocab=RewriteModeChainRuleTree5; rewrite=true;}
721 options {language=Ruby; output=AST; ASTLabelType=CommonTree; tokenVocab=RewriteOfRuleRef; rewrite=true;}
737 options {language=Ruby; output=AST; ASTLabelType=CommonTree; tokenVocab=RewriteOfRuleRefRoot; rewrite=true;
    [all...]
  /external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp 10 #include "clang/Rewrite/Frontend/FrontendActions.h"
19 #include "clang/Rewrite/Frontend/ASTConsumers.h"
20 #include "clang/Rewrite/Frontend/FixItRewriter.h"
21 #include "clang/Rewrite/Frontend/Rewriters.h"
105 // Otherwise rewrite all files.
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3rewritestreams.c 4 /// by rules that are subject to rewrite directives.
61 // Place a now unused rewrite stream back on the rewrite stream pool
87 // rewrite stream free stack and are reused.
191 // First - do we already have a rewrite stream that was returned
306 // Token rewrite stream ...
327 // No nextNode implementation for a token rewrite stream
346 // No nextNode implementation for a token rewrite stream
365 // No nextNode implementation for a token rewrite stream
370 // Subtree rewrite strea
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t051treeRewriteAST.py 902 ## REWRITE MODE
926 rewrite=true;
973 rewrite=true;
1002 options {language=Python; output=AST; ASTLabelType=CommonTree; tokenVocab=T; rewrite=true;}
1030 options {language=Python; output=AST; ASTLabelType=CommonTree; tokenVocab=T; rewrite=true;}
1058 options {language=Python; output=AST; ASTLabelType=CommonTree; tokenVocab=T; rewrite=true;}
1087 options {language=Python; output=AST; ASTLabelType=CommonTree; tokenVocab=T; rewrite=true;}
1116 options {language=Python; output=AST; ASTLabelType=CommonTree; tokenVocab=T; rewrite=true;}
1145 options {language=Python; output=AST; ASTLabelType=CommonTree; tokenVocab=T; rewrite=true;}
1174 options {language=Python; output=AST; ASTLabelType=CommonTree; tokenVocab=T; rewrite=true;
    [all...]
  /external/regex-re2/util/
pcre.h 376 // Replace the first match of "pattern" in "str" with "rewrite".
377 // Within "rewrite", backslash-escaped digits (\1 to \9) can be
379 // from the pattern. \0 in "rewrite" refers to the entire matching
391 const StringPiece& rewrite);
394 // the string with the rewrite. Replacements are not subject to
405 const StringPiece& rewrite);
407 // Like Replace, except that if the pattern matches, "rewrite"
415 const StringPiece &rewrite,
418 // Check that the given @p rewrite string is suitable for use with
421 // of the \N tokens in @p rewrite, an
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DefineGrammarItemsWalker.g 330 ( alternative rewrite
353 // GrammarAST aRewriteNode = $start.FindFirstType(REWRITE); // alt itself has rewrite?
355 // // we have a rewrite if alt uses it inside subrule or this alt has one
359 // firstRewriteAST.getType()==REWRITE &&
550 rewrite
562 ( ^( REWRITE (pred=SEMPRED)? rewrite_alternative )
605 | ETC {this.blockLevel==1}? // only valid as outermost rewrite
641 // track per block and for entire rewrite rule
ANTLRv3.g 61 LABEL; // $x used in rewrite rules
73 REWRITE='->';
199 altpair : alternative rewrite ;
204 // leave here to demonstrate use of {...} in rewrite rule
350 rewrite
364 | /* empty rewrite */ -> ^(ALT["ALT"] EPSILON["EPSILON"] EOA["EOA"])
393 | d='$' id -> LABEL[$d,$id.text] // reference to a label in a rewrite rule
413 /** Build a tree for a template rewrite:
  /external/clang/include/clang/Rewrite/Core/
Rewriter.h 19 #include "clang/Rewrite/Core/DeltaTree.h"
20 #include "clang/Rewrite/Core/RewriteRope.h"
92 /// Initialize - Start this rewrite buffer out with a copy of the unmodified
122 /// Rewriter - This is the main interface to the rewrite buffers. Its primary
270 /// getRewriteBufferFor - Return the rewrite buffer for the specified FileID.
278 // Iterators over rewrite buffers.
  /external/antlr/antlr-3.4/runtime/C/
ChangeLog 30 o Rewrite streams for rewriting tree parsers did not check whether the
31 rewrite stream was ever assigned before trying to free it, it is now
45 A problem for all targets at the moment si that the rewrite logic
54 be reused, based on inherent knowledge of the rewrite logic (which in
57 Much of the rewrite logic consists of creating a niilnode into which
58 child nodes are appended. At: rulePost processing time; when a rewrite
62 creation for the sake of the rewrite itself.
100 pattern. In reality though, it is the generated rewrite logic
106 Allow rewrite streams to use the base adaptors vector factory and not
243 a rewrite
    [all...]
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
FileHelperExampleAgent.java 72 * We want to ensure that the UI is not trying to rewrite the data file
86 * Adding locking around the file rewrite that happens during restore is
  /external/compiler-rt/lib/interception/mach_override/
mach_override.h 35 dynamically rewrite them to make them position-independent.
38 complete rewrite under the covers, because the target address can't

Completed in 1278 milliseconds

1 2 3 4 5 6 7 891011>>