HomeSort by relevance Sort by last modified time
    Searched refs:rewrites (Results 1 - 25 of 145) sorted by null

1 2 3 4 5 6

  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
TokenRewriteStream.as 70 * rewrites from a single pass over the input. Just name the instruction
132 var rewrites:Array = getProgram(programName);
133 op.instructionIndex = rewrites.length;
134 rewrites.push(op);
146 var rewrites:Array = getProgram(programName);
147 op.instructionIndex = rewrites.length;
148 rewrites.push(op);
222 var rewrites:Array = programs[programName] as Array;
228 if ( rewrites==null || rewrites.length==0 )
    [all...]
  /frameworks/support/jetifier/jetifier/processor/src/main/kotlin/com/android/tools/build/jetifier/processor/transform/proguard/patterns/
PatternHelper.kt 33 private val rewrites = listOf(
48 rewrites.forEach { result = result.replace(it.first, it.second) }
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenRewriteStream.cs 83 * rewrites from a single pass over the input. Just name the instruction
108 /** <summary>What index into rewrites List are we?</summary> */
307 IList<RewriteOperation> rewrites = GetProgram( programName );
308 op.instructionIndex = rewrites.Count;
309 rewrites.Add( op );
339 IList<RewriteOperation> rewrites = GetProgram( programName );
340 op.instructionIndex = rewrites.Count;
341 rewrites.Add( op );
454 IList<RewriteOperation> rewrites;
455 if ( !programs.TryGetValue( programName, out rewrites ) )
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/fix/
doc.go 6 Fix finds Go programs that use old APIs and rewrites them to use
16 If the named path is a file, fix rewrites the named files in place.
17 If the named path is a directory, fix rewrites all .go files in that
18 directory tree. When fix rewrites a file, it prints a line to standard
24 The -r flag restricts the set of rewrites considered to those in the
25 named list. By default fix considers all known rewrites. Fix's
26 rewrites are idempotent, so that it is safe to apply fix to updated
  /prebuilts/go/linux-x86/src/cmd/fix/
doc.go 6 Fix finds Go programs that use old APIs and rewrites them to use
16 If the named path is a file, fix rewrites the named files in place.
17 If the named path is a directory, fix rewrites all .go files in that
18 directory tree. When fix rewrites a file, it prints a line to standard
24 The -r flag restricts the set of rewrites considered to those in the
25 named list. By default fix considers all known rewrites. Fix's
26 rewrites are idempotent, so that it is safe to apply fix to updated
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenRewriteStream.cs 80 * rewrites from a single pass over the input. Just name the instruction
103 /** <summary>What index into rewrites List are we?</summary> */
270 IList<RewriteOperation> rewrites = GetProgram(programName);
271 op.instructionIndex = rewrites.Count;
272 rewrites.Add(op);
296 IList<RewriteOperation> rewrites = GetProgram(programName);
297 op.instructionIndex = rewrites.Count;
298 rewrites.Add(op);
391 IList<RewriteOperation> rewrites;
392 if (!programs.TryGetValue(programName, out rewrites))
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
TokenRewriteStream.java 70 * rewrites from a single pass over the input. Just name the instruction
91 /** What index into rewrites List are we? */
242 List rewrites = getProgram(programName); local
243 op.instructionIndex = rewrites.size();
244 rewrites.add(op);
268 List rewrites = getProgram(programName); local
269 op.instructionIndex = rewrites.size();
270 rewrites.add(op);
362 List rewrites = (List)programs.get(programName); local
368 if ( rewrites==null || rewrites.size()==0 )
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
TokenRewriteStream.js 39 * rewrites from a single pass over the input. Just name the instruction
200 var rewrites = this.getProgram(programName);
202 for (pos=0, len=rewrites.length; pos<len; pos++) {
203 searchOp = rewrites[pos];
205 // now pos is the index in rewrites of first op with op.index
212 for (i=pos; i<rewrites.length; i++) {
213 prevOp = rewrites[pos];
218 rewrites[pos] = op; // replace old with new
226 rewrites.splice(i, 0, op);
230 rewrites.splice(pos, 0, op)
    [all...]
  /external/tensorflow/tensorflow/compiler/aot/
codegen.cc 114 std::vector<std::pair<string, string>>* rewrites) {
130 rewrites->push_back({"{{I}}", strings::StrCat(i)});
131 rewrites->push_back({"{{TYPE}}", type});
132 rewrites->push_back({"{{DIM_VARS}}", str_util::Join(dim_vars, ", ")});
133 rewrites->push_back({"{{DIM_SIZES}}", dim_sizes});
134 rewrites->push_back({"{{INDICES}}", indices});
140 // the size of the code and M is the number of rewrites. It's fine for now
147 const std::vector<std::pair<string, string>>& rewrites) {
148 str_util::ReplaceAllPairs(&code, rewrites);
162 std::vector<std::pair<string, string>> rewrites; local
205 std::vector<std::pair<string, string>> rewrites; local
498 const std::vector<std::pair<string, string>> rewrites = { local
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
streams.py 959 # What index into rewrites List are we?
1064 rewrites from a single pass over the input. Just name the instruction
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
lower.go 9 // repeat rewrites until we find no more rewrites
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
lower.go 9 // repeat rewrites until we find no more rewrites
  /external/llvm/include/llvm/MC/MCParser/
MCTargetAsmParser.h 81 ParseInstructionInfo(SmallVectorImpl<AsmRewrite> *rewrites)
82 : AsmRewrites(rewrites) {}
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue9557.go 6 // C.var.field as _Cvar.var.field. It now rewrites
  /prebuilts/go/darwin-x86/src/cmd/buildid/
doc.go 12 If the -w option is given, buildid rewrites the build ID found in
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug159.go 16 // this fails on 6g: apparently it rewrites
  /prebuilts/go/linux-x86/misc/cgo/test/
issue9557.go 6 // C.var.field as _Cvar.var.field. It now rewrites
  /prebuilts/go/linux-x86/src/cmd/buildid/
doc.go 12 If the -w option is given, buildid rewrites the build ID found in
  /prebuilts/go/linux-x86/test/fixedbugs/
bug159.go 16 // this fails on 6g: apparently it rewrites
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCTargetAsmParser.h 83 ParseInstructionInfo(SmallVectorImpl<AsmRewrite> *rewrites)
84 : AsmRewrites(rewrites) {}
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/MCParser/
MCTargetAsmParser.h 83 ParseInstructionInfo(SmallVectorImpl<AsmRewrite> *rewrites)
84 : AsmRewrites(rewrites) {}
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/MCParser/
MCTargetAsmParser.h 83 ParseInstructionInfo(SmallVectorImpl<AsmRewrite> *rewrites)
84 : AsmRewrites(rewrites) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCTargetAsmParser.h 83 ParseInstructionInfo(SmallVectorImpl<AsmRewrite> *rewrites)
84 : AsmRewrites(rewrites) {}
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/MCParser/
MCTargetAsmParser.h 83 ParseInstructionInfo(SmallVectorImpl<AsmRewrite> *rewrites)
84 : AsmRewrites(rewrites) {}
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/MCParser/
MCTargetAsmParser.h 83 ParseInstructionInfo(SmallVectorImpl<AsmRewrite> *rewrites)
84 : AsmRewrites(rewrites) {}

Completed in 1882 milliseconds

1 2 3 4 5 6