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

1 2 3 4 5 6 7 8 91011>>

  /external/v8/src/compiler/
graph-reducer.h 59 static Reduction Replace(Node* node) { return Reduction(node); }
73 // Replace {node} with {replacement}.
74 virtual void Replace(Node* node, Node* replacement) = 0;
77 // Replace value uses of {node} with {value} and effect uses of {node} with
88 static Reduction Replace(Node* node) { return Reducer::Replace(node); }
91 void Replace(Node* node, Node* replacement) {
93 editor_->Replace(node, replacement);
107 // TODO(turbofan): replace the effect input to {node} with {graph->start()}.
151 // Replace {node} with {replacement}
    [all...]
simplified-operator-reducer.cc 48 if (m.IsBooleanNot()) return Replace(m.InputAt(0));
53 if (m.Is(0)) return Replace(jsgraph()->FalseConstant());
54 if (m.Is(1)) return Replace(jsgraph()->TrueConstant());
55 if (m.IsChangeTaggedToBit()) return Replace(m.InputAt(0));
61 if (m.IsChangeBitToTagged()) return Replace(m.InputAt(0));
67 if (m.IsChangeTaggedToFloat64()) return Replace(m.node()->InputAt(0));
75 return Replace(m.InputAt(0));
84 return Replace(m.node()->InputAt(0));
102 return Replace(m.InputAt(0));
112 if (m.IsChangeUint32ToTagged()) return Replace(m.InputAt(0))
    [all...]
dead-code-elimination.cc 55 return Replace(dead());
95 return Replace(dead());
100 Replace(use, use->InputAt(0));
106 Replace(use, dead());
109 return Replace(node->InputAt(0));
134 Replace(use, use->InputAt(0));
138 Replace(node, control);
139 return Replace(control);
144 // replace {node} with {Dead}.
149 if (control->opcode() == IrOpcode::kDead) return Replace(control)
    [all...]
  /external/lzma/CPP/7zip/Archive/Common/
ItemNameUtils.cpp 31 zipName.Replace(kOSDirDelimiter, kDirDelimiter);
38 newName.Replace(kDirDelimiter, kOSDirDelimiter);
56 name.Replace(kDirDelimiter, kOSDirDelimiter);
83 newName.Replace(L'\\', kOSDirDelimiter);
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug447.go 34 seg := strings.Replace(testSegment, "$F", ftype, -1)
35 seg = strings.Replace(seg, "$I", itype, -1)
38 body := strings.Replace(testFunc, "$I", itype, -1)
40 body = strings.Replace(body, "$TEST", " || i < 0", 1)
42 body = strings.Replace(body, "$TEST", "", 1)
44 body = strings.Replace(body, "$TESTSEGMENTS", segs.String(), 1)
49 program = strings.Replace(program, "$NAMES", names.String(), 1)
50 program = strings.Replace(program, "$FUNCS", funcs.String(), 1)
bug449.go 35 decls.WriteString(strings.Replace(decl, "$", s, -1))
36 calls.WriteString(strings.Replace("call(test$)\n\t", "$", s, -1))
39 program = strings.Replace(program, "$DECLS", decls.String(), 1)
40 program = strings.Replace(program, "$CALLS", calls.String(), 1)
  /prebuilts/go/linux-x86/test/fixedbugs/
bug447.go 34 seg := strings.Replace(testSegment, "$F", ftype, -1)
35 seg = strings.Replace(seg, "$I", itype, -1)
38 body := strings.Replace(testFunc, "$I", itype, -1)
40 body = strings.Replace(body, "$TEST", " || i < 0", 1)
42 body = strings.Replace(body, "$TEST", "", 1)
44 body = strings.Replace(body, "$TESTSEGMENTS", segs.String(), 1)
49 program = strings.Replace(program, "$NAMES", names.String(), 1)
50 program = strings.Replace(program, "$FUNCS", funcs.String(), 1)
  /external/clang/lib/Tooling/
RefactoringCallbacks.cpp 20 return Replace;
43 Replace.insert(tooling::Replacement(
58 Replace.insert(replaceStmtWithStmt(
71 Replace.insert(replaceStmtWithStmt(*Result.SourceManager, *Node, *Body));
75 Replace.insert(replaceStmtWithText(*Result.SourceManager, *Node, ""));
  /external/clang/test/SemaTemplate/
deduction.cpp 38 struct Replace {
44 struct Replace<_1, Arg1, Arg2> {
49 struct Replace<_2, Arg1, Arg2> {
55 struct Replace<const T, Arg1, Arg2> {
56 typedef typename Replace<T, Arg1, Arg2>::type const type;
61 struct Replace<TT<T1>, Arg1, Arg2> {
62 typedef TT<typename Replace<T1, Arg1, Arg2>::type> type;
67 struct Replace<TT<T1, T2>, Arg1, Arg2> {
68 typedef TT<typename Replace<T1, Arg1, Arg2>::type,
69 typename Replace<T2, Arg1, Arg2>::type> type
    [all...]
  /external/mesa3d/src/gallium/targets/
SConscript.dri 11 drienv.Replace(CPPPATH = [
  /prebuilts/go/darwin-x86/test/
clearfat.go 25 decls.WriteString(strings.Replace(decl, "$", s, -1))
26 calls.WriteString(strings.Replace("poison$()\n\tclearfat$()\n\t", "$", s, -1))
29 program = strings.Replace(program, "$DECLS", decls.String(), 1)
30 program = strings.Replace(program, "$CALLS", calls.String(), 1)
crlf.go 17 prog = strings.Replace(prog, "BQ", "`", -1)
18 prog = strings.Replace(prog, "CR", "\r", -1)
bom.go 17 prog = strings.Replace(prog, "BOM", "\uFEFF", -1)
  /prebuilts/go/linux-x86/test/
clearfat.go 25 decls.WriteString(strings.Replace(decl, "$", s, -1))
26 calls.WriteString(strings.Replace("poison$()\n\tclearfat$()\n\t", "$", s, -1))
29 program = strings.Replace(program, "$DECLS", decls.String(), 1)
30 program = strings.Replace(program, "$CALLS", calls.String(), 1)
crlf.go 17 prog = strings.Replace(prog, "BQ", "`", -1)
18 prog = strings.Replace(prog, "CR", "\r", -1)
  /external/lzma/CPP/7zip/UI/FileManager/
FormatUtils.cpp 21 result.Replace(L"{0}", argument);
  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
find_replace.h 12 // Utility class to capture types to find and replace.
13 template <typename Find, typename Replace>
20 // Replaces the type Subject with type Replace if type Subject is the same type
22 template <typename Find, typename Replace, typename Subject>
25 CopyCVReferenceType<Subject, Replace>,
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
ZipExtractorTask.java 43 private static enum Replace {
177 Replace answer = showDialog(entry.getName());
217 private Replace showDialog(final String name) {
218 final FutureResult<Replace> mResult = new FutureResult<Replace>();
225 builder.setMessage(String.format("Do you want to replace script \"%s\" ?", name));
230 Replace result = Replace.SKIPALL;
233 result = Replace.YES;
236 result = Replace.NO
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ClassicToken.cs 165 txt = txt.Replace("\n", "\\\\n");
166 txt = txt.Replace("\r", "\\\\r");
167 txt = txt.Replace("\t", "\\\\t");
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ClassicToken.cs 201 txt = txt.Replace( "\n", "\\\\n" );
202 txt = txt.Replace( "\r", "\\\\r" );
203 txt = txt.Replace( "\t", "\\\\t" );
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Tools/
replace.c 26 char *Replace;
43 // argv[4+n] - Replace string
48 char *Key, *Replace;
61 fprintf (stderr, "Match and Replace string must come in pairs\n");
90 Match[n].Replace = argv[3 + n*2 + 1];
92 // Max size of match/replace string pair
120 fputs (Match[i].Replace, Out);
  /device/linaro/bootloader/edk2/BeagleBoardPkg/Tools/
replace.c 26 char *Replace;
43 // argv[4+n] - Replace string
48 char *Key, *Replace;
61 fprintf (stderr, "Match and Replace string must come in pairs\n");
90 Match[n].Replace = argv[3 + n*2 + 1];
92 // Max size of match/replace string pair
120 fputs (Match[i].Replace, Out);
  /external/clang/include/clang/Tooling/
Refactoring.h 68 Replacements Replace;
  /prebuilts/go/darwin-x86/src/syscall/
mkpost.go 38 // Replace padding fields inserted by cgo with blank identifiers.
43 s = strings.Replace(s, "X__val", "MKPOSTFSIDVAL", 1)
45 // Replace other unwanted fields with blank identifiers.
50 s = strings.Replace(s, "MKPOSTFSIDVAL", "X__val", 1)
  /prebuilts/go/linux-x86/src/syscall/
mkpost.go 38 // Replace padding fields inserted by cgo with blank identifiers.
43 s = strings.Replace(s, "X__val", "MKPOSTFSIDVAL", 1)
45 // Replace other unwanted fields with blank identifiers.
50 s = strings.Replace(s, "MKPOSTFSIDVAL", "X__val", 1)

Completed in 1205 milliseconds

1 2 3 4 5 6 7 8 91011>>