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

12 3 4 5

  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
ANTLRv3.g 63 LABEL; // $x used in rewrite rules
75 REWRITE='->';
199 a1=alternative rewrite ( '|' a2=alternative rewrite )*
201 -> ^( BLOCK[$lp,"BLOCK"] optionsSpec? (alternative rewrite?)+ EOB[$rp,"EOB"] )
207 // leave here to demonstrate use of {...} in rewrite rule
211 : a1=alternative rewrite ( '|' a2=alternative rewrite )*
212 -> ^( {blkRoot} (alternative rewrite?)+ EOB["EOB"] )
346 rewrite
    [all...]
  /external/regex-re2/util/
pcre.cc 328 const StringPiece& rewrite) {
335 if (!pattern.Rewrite(&s, rewrite, *str, vec, matches))
346 const StringPiece& rewrite) {
385 pattern.Rewrite(&out, rewrite, *str, vec, matches);
402 const StringPiece &rewrite,
409 return pattern.Rewrite(out, rewrite, text, vec, matches);
606 bool PCRE::Rewrite(string *out, const StringPiece &rewrite
    [all...]
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/
LeftRecursiveRuleWalker.g 147 rewrite?
157 ( ^(ALT element+ EOA) rewrite? )+
238 rewrite
239 : ^(REWRITES ( ^( REWRITE SEMPRED? (^(ALT .*)|^(TEMPLATE .*)|ACTION|ETC) ) )* )
ANTLRTreePrinter.g 129 | rewrite
316 alternative rewrite ( {out("|");} alternative rewrite )*
338 rewrite
345 : ^( REWRITE {out(" ->");}
AssignTokenTypesWalker.g 331 ( alternative rewrite )+
353 rewrite
354 : ^(REWRITES ( ^(REWRITE .*) )* )
  /external/regex-re2/re2/
re2.h 357 // Replace the first match of "pattern" in "str" with "rewrite".
358 // Within "rewrite", backslash-escaped digits (\1 to \9) can be
360 // from the pattern. \0 in "rewrite" refers to the entire matching
372 const StringPiece& rewrite);
375 // of the pattern in the string with the rewrite. E.g.
389 const StringPiece& rewrite);
391 // Like Replace, except that if the pattern matches, "rewrite"
399 const StringPiece &rewrite,
479 // Check that the given rewrite string is suitable for use with this
482 // to satisfy all of the \N tokens in rewrite
    [all...]
  /external/openssh/openbsd-compat/
setenv.c 129 * "value". If rewrite is set, replace any current value.
132 setenv(const char *name, const char *value, int rewrite)
150 if (!rewrite)
openbsd-compat.h 91 int setenv(register const char *name, register const char *value, int rewrite);
  /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
HttpHelper.java 150 public String rewrite(String url); method in interface:HttpHelper.UrlRewriter
  /external/pcre/dist/
pcrecpp.h 305 // "rewrite". Within "rewrite", backslash-escaped digits (\1 to \9)
307 // group from the pattern. \0 in "rewrite" refers to the entire
317 // occurrences of the pattern in the string with the rewrite.
327 // "rewrite" is copied into "out" (an additional argument) with
607 bool Replace(const StringPiece& rewrite,
610 int GlobalReplace(const StringPiece& rewrite,
613 bool Extract(const StringPiece &rewrite,
681 // Append the "rewrite" string, with backslash subsitutions from "text"
683 bool Rewrite(string *out
    [all...]
pcrecpp.cc 332 bool RE::Replace(const StringPiece& rewrite,
340 if (!Rewrite(&s, rewrite, *str, vec, matches))
381 int RE::GlobalReplace(const StringPiece& rewrite,
440 Rewrite(&out, rewrite, *str, vec, matches);
455 bool RE::Extract(const StringPiece& rewrite,
463 return Rewrite(out, rewrite, text, vec, matches);
615 bool RE::Rewrite(string *out, const StringPiece &rewrite
    [all...]
  /build/core/
cleanbuild.mk 85 # Rewrite the clean step for the second arch.
90 define -cs-rewrite-cleanstep
97 $(call -cs-rewrite-cleanstep,$(INTERNAL_CLEAN_STEP.$(step)),$(TARGET_OUT_INTERMEDIATES),$($(TARGET_2ND_ARCH_VAR_PREFIX)TARGET_OUT_INTERMEDIATES))\
98 $(call -cs-rewrite-cleanstep,$(INTERNAL_CLEAN_STEP.$(step)),$(TARGET_OUT_SHARED_LIBRARIES),$($(TARGET_2ND_ARCH_VAR_PREFIX)TARGET_OUT_SHARED_LIBRARIES))\
99 $(call -cs-rewrite-cleanstep,$(INTERNAL_CLEAN_STEP.$(step)),$(TARGET_OUT_VENDOR_SHARED_LIBRARIES),$($(TARGET_2ND_ARCH_VAR_PREFIX)TARGET_OUT_VENDOR_SHARED_LIBRARIES))\
100 $(call -cs-rewrite-cleanstep,$(INTERNAL_CLEAN_STEP.$(step)),$($(TARGET_2ND_ARCH_VAR_PREFIX)TARGET_OUT_INTERMEDIATES),$(TARGET_OUT_INTERMEDIATES))\
101 $(call -cs-rewrite-cleanstep,$(INTERNAL_CLEAN_STEP.$(step)),$($(TARGET_2ND_ARCH_VAR_PREFIX)TARGET_OUT_SHARED_LIBRARIES),$(TARGET_OUT_SHARED_LIBRARIES))\
102 $(call -cs-rewrite-cleanstep,$(INTERNAL_CLEAN_STEP.$(step)),$($(TARGET_2ND_ARCH_VAR_PREFIX)TARGET_OUT_VENDOR_SHARED_LIBRARIES),$(TARGET_OUT_VENDOR_SHARED_LIBRARIES))\
  /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/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ASTTreeParser.stg 32 * Auto build or rewrite
49 /** What to emit when there is no rewrite rule. For auto build
125 <else> <! rewrite mode !>
168 <else> <! rewrite mode !>
228 <else> <! rewrite mode !>
254 /** rule when output=AST and tracking for rewrite */
260 /** x+=rule when output=AST and tracking for rewrite */
266 /** ^(rule ...) rewrite */
272 /** ^(x+=rule ...) rewrite */
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
ASTTreeParser.stg 32 * Auto build or rewrite
48 /** What to emit when there is no rewrite rule. For auto build
124 <else> <! rewrite mode !>
167 <else> <! rewrite mode !>
227 <else> <! rewrite mode !>
253 /** rule when output=AST and tracking for rewrite */
259 /** x+=rule when output=AST and tracking for rewrite */
265 /** ^(rule ...) rewrite */
271 /** ^(x+=rule ...) rewrite */
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
ASTTreeParser.stg 32 * Auto build or rewrite
57 /** What to emit when there is no rewrite rule. For auto build
135 <else> <! rewrite mode !>
180 <else> <! rewrite mode !>
239 <else> <! rewrite mode !>
269 /** rule when output=AST and tracking for rewrite */
275 /** x+=rule when output=AST and tracking for rewrite */
281 /** ^(rule ...) rewrite */
287 /** ^(x+=rule ...) rewrite */
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/rewriter/
DebugItemRewriter.java 49 @Nonnull @Override public DebugItem rewrite(@Nonnull DebugItem value) { method in class:DebugItemRewriter
  /external/llvm/lib/CodeGen/
VirtRegMap.cpp 168 void rewrite();
215 DEBUG(dbgs() << "********** REWRITE VIRTUAL REGISTERS **********\n"
226 // Rewrite virtual registers.
227 rewrite();
288 void VirtRegRewriter::rewrite() { function in class:VirtRegRewriter
396 // Rewrite. Note we could have used MachineOperand::substPhysReg(), but
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
CommonTreeNodeStream.cs 188 #region Tree rewrite interface
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonTreeNodeStream.cs 217 #region Tree rewrite interface
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
ASTTreeParser.stg 35 * Auto build or rewrite
58 /** What to emit when there is no rewrite rule. For auto build
141 <else> <! rewrite mode !>
234 <else> <! rewrite mode !>
260 /** rule when output=AST and tracking for rewrite */
266 /** x+=rule when output=AST and tracking for rewrite */
272 /** ^(rule ...) rewrite */
278 /** ^(x+=rule ...) rewrite */
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
ASTTreeParser.stg 4 * Auto build or rewrite
21 /** What to emit when there is no rewrite rule. For auto build
97 <else> <! rewrite mode !>
185 <else> <! rewrite mode !>
211 /** rule when output=AST and tracking for rewrite */
217 /** x+=rule when output=AST and tracking for rewrite */
223 /** ^(rule ...) rewrite */
229 /** ^(x+=rule ...) rewrite */
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
ASTTreeParser.stg 33 * Auto build or rewrite
50 /** What to emit when there is no rewrite rule. For auto build
126 <else> <! rewrite mode !>
214 <else> <! rewrite mode !>

Completed in 837 milliseconds

12 3 4 5