HomeSort by relevance Sort by last modified time
    Searched refs:Rewrite (Results 26 - 44 of 44) sorted by null

12

  /external/chromium_org/v8/src/
rewriter.cc 101 // Rewrite : <x>; -> .result = <x>;
110 // Rewrite both then and else parts (reversed).
121 // Rewrite the body.
154 // Rewrite both try and catch blocks (reversed order).
166 // Rewrite both try and finally block (reversed order).
176 // Rewrite statements in all case clauses in reversed order.
228 bool Rewriter::Rewrite(CompilationInfo* info) {
compiler.cc 615 if (!Rewriter::Rewrite(info)) return false;
    [all...]
  /external/regex-re2/re2/
re2.cc 330 // Returns the maximum submatch needed for the rewrite to be done by Replace().
331 // E.g. if rewrite == "foo \\2,\\1", returns 2.
332 int RE2::MaxSubmatch(const StringPiece& rewrite) {
334 for (const char *s = rewrite.data(), *end = s + rewrite.size();
351 const StringPiece& rewrite) {
353 int nvec = 1 + MaxSubmatch(rewrite);
360 if (!re.Rewrite(&s, rewrite, vec, nvec))
371 const StringPiece& rewrite) {
    [all...]
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/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/runtime/Ruby/test/functional/template-output/
template-output.rb 250 example "rewrite" do
271 grammar Rewrite;
275 rewrite=true;
306 example "tree rewrite" do
371 rewrite=true;
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 29 #include "clang/Rewrite/Core/Rewriter.h"
244 // Do depth first; we want to rewrite the subexpressions first so that if
    [all...]
  /external/chromium_org/third_party/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/chromium_org/third_party/re2/util/
pcre.h 382 // Replace the first match of "pattern" in "str" with "rewrite".
383 // Within "rewrite", backslash-escaped digits (\1 to \9) can be
385 // from the pattern. \0 in "rewrite" refers to the entire matching
397 const StringPiece& rewrite);
400 // the string with the rewrite. Replacements are not subject to
411 const StringPiece& rewrite);
413 // Like Replace, except that if the pattern matches, "rewrite"
421 const StringPiece &rewrite,
424 // Check that the given @p rewrite string is suitable for use with
427 // of the \N tokens in @p rewrite, an
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
AST.stg 93 * as a rule could have both rewrite and AST within the same alternative
109 /** ID and track it for use in a rewrite rule */
115 /** ids+=ID and track it for use in a rewrite rule; adds to ids *and*
116 * to the tracking list stream_ID for use in the rewrite.
123 /** ^(ID ...) track for rewrite */
129 /** Match ^(label+=TOKEN ...) track for rewrite */
135 /** rule when output=AST and tracking for rewrite */
141 /** x+=rule when output=AST and tracking for rewrite */
147 /** ^(rule ...) rewrite */
153 /** ^(x+=rule ...) rewrite */
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 39 TokenRewriteStream is a specialized form of CommonTokenStream that provides simple stream editing functionality. By creating <i>rewrite programs</i>, new text output can be created based upon the tokens in the stream. The basic token stream itself is preserved, and text output is rendered on demand using the #to_s method.
52 be executed by a token rewrite stream at some time in future when the stream is
57 Rewrite streams implement lazy rewriting by storing the parameters of
59 a rewrite program list.
78 # run the rewrite operation represented by this object and append the output to +buffer+
97 Represents rewrite operation:
99 add string <tt>op.text</tt> to the rewrite output immediately before adding the
120 Represents rewrite operation:
122 add text <tt>op.text</tt> to the rewrite buffer in lieu of the text of tokens
158 Represents rewrite operation
377 def rewrite( program_name = 'default', range = nil ) method
    [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/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)) {
224 int Size = Rewrite.getRangeSize(SrcRange);
237 if (!Rewrite.ReplaceText(SrcRange.getBegin(), Size, Str)) {
250 if (!Rewrite.InsertText(Loc, Str, InsertAfter) ||
260 if (!Rewrite.ReplaceText(Start, OrigLength, Str) |
    [all...]
RewriteModernObjC.cpp 14 #include "clang/Rewrite/Frontend/ASTConsumers.h"
25 #include "clang/Rewrite/Core/Rewriter.h"
62 Rewriter Rewrite;
108 /* Misc. containers needed for meta-data rewrite. */
253 return; // We can't rewrite the same node twice.
259 if (!Rewrite.ReplaceStmt(Old, New)) {
275 int Size = Rewrite.getRangeSize(SrcRange);
288 if (!Rewrite.ReplaceText(SrcRange.getBegin(), Size, Str)) {
301 if (!Rewrite.InsertText(Loc, Str, InsertAfter) ||
311 if (!Rewrite.ReplaceText(Start, OrigLength, Str) |
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/media/
audio_player.js 8 * TODO(mtomasz): Rewrite the entire audio player.
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_tree.js 684 * This is the main heuristic to rewrite a flat row of terms into a meaningful
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 1102 milliseconds

12