HomeSort by relevance Sort by last modified time
    Searched refs:rewrite (Results 76 - 100 of 108) sorted by null

1 2 34 5

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/pcre/dist/
pcrecpp_unittest.cc 213 const char *rewrite; member in struct:ReplaceTest
339 CHECK(re.Replace(t->rewrite, &one));
342 const int replace_count = re.GlobalReplace(t->rewrite, &all);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Grammar.java 215 add("output"); add("rewrite"); add("ASTLabelType");
228 add("output"); add("rewrite"); add("ASTLabelType");
242 add("k"); add("backtrack"); add("memoize"); add("rewrite");
683 // filter&&output=AST => rewrite=true
688 Object rewrite = getOption("rewrite"); local
698 if ( rewrite!=null && !rewrite.toString().equals("true") ) {
700 "rewrite", rewrite);
    [all...]
  /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.
CodeGenTreeWalker.g 265 /** Convert rewrite AST lists to target labels list */
568 ( alt=alternative rew=rewrite
574 // add the rewrite code as just another element in the alt :)
575 // (unless it's a " -> ..." rewrite
577 GrammarAST firstRewriteAST = (GrammarAST)$rew.start.findFirstType(REWRITE);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ReplaceStringsVisitor.java 41 import org.eclipse.jdt.core.dom.rewrite.ASTRewrite;
ExtractStringRefactoring.java 63 import org.eclipse.jdt.core.dom.rewrite.ASTRewrite;
64 import org.eclipse.jdt.core.dom.rewrite.ImportRewrite;
132 * new computed R.string.foo. Also need to rewrite imports to import R as needed.
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/beautifulsoup/
BeautifulSoup.py 1601 def rewrite(match): function in function:BeautifulSoup.start_meta
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 213 /// rewrite rule as IMAG[$tokenLabel].
221 /// rewrite rule as IMAG[$tokenLabel, "IMAG"].
230 /// rewrite rule as IMAG["IMAG"].
407 /// rule text attribute or output=template and rewrite=true options.
606 /// After 3.0 release while building tree rewrite stuff, it became clear
792 /// a -> rewrite rule. We need to subclass to fill in the next() method,
    [all...]
Antlr.Runtime.pas 336 /// sense for you. Naturally you can't use the rewrite stream feature.
    [all...]
  /external/clang/lib/Driver/
Tools.h 83 RewriteKind rewrite) const;
  /external/blktrace/
blktrace.c 7 * Rewrite to have a single thread per CPU (managing all devices on that CPU)
778 rewrite:
783 goto rewrite;
    [all...]
  /external/llvm/lib/Analysis/
LoopAccessAnalysis.cpp 105 SCEVParameterRewriter::rewrite(OrigSCEV, *SE, RewriteMap, true);
    [all...]
ScalarEvolution.cpp 29 // rewrite rules to simplify the expressions.
882 Remainder = SCEVParameterRewriter::rewrite(Numerator, SE, RewriteMap, true);
889 SCEVParameterRewriter::rewrite(Numerator, SE, RewriteMap, true);
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /external/libvorbis/doc/
04-codec.tex 185 % rewrite this pseudocode using listings or algoritmicx or some other
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 580 /// \brief Instructions which will become dead if we rewrite the alloca.
588 /// \brief Operands which will become dead if we rewrite the alloca.
591 /// undef when we rewrite the alloca. These show up in out-of-bounds inputs
    [all...]
  /dalvik/docs/
prettify.js     [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
sisu-guice-3.1.3-no_aop.jar 
  /external/clang/lib/Sema/
SemaExpr.cpp 4924 ExprResult rewrite = rebuildUnknownAnyFunction(*this, Fn); local
    [all...]

Completed in 742 milliseconds

1 2 34 5