Searched refs:replace (Results 1 - 25 of 1643) sorted by relevance

1234567891011>>

/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
H A Dfix_xreadlines.py23 no_call.replace(Name(u"__iter__", prefix=no_call.prefix))
25 node.replace([x.clone() for x in results["call"]])
H A Dfix_itertools.py40 func.parent.replace(func)
43 func.replace(Name(func.value[1:], prefix=prefix))
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
H A Dfix_xreadlines.py23 no_call.replace(Name(u"__iter__", prefix=no_call.prefix))
25 node.replace([x.clone() for x in results["call"]])
H A Dfix_itertools.py40 func.parent.replace(func)
43 func.replace(Name(func.value[1:], prefix=prefix))
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.modifiers/string_replace/
H A Diter_iter_initializer_list.pass.cpp14 // basic_string& replace(const_iterator i1, const_iterator i2, initializer_list<charT> il);
25 s.replace(s.cbegin() + 3, s.cbegin() + 6, {'a', 'b', 'c'});
31 s.replace(s.cbegin() + 3, s.cbegin() + 6, {'a', 'b', 'c'});
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.modifiers/string_replace/
H A Diter_iter_initializer_list.pass.cpp14 // basic_string& replace(const_iterator i1, const_iterator i2, initializer_list<charT> il);
25 s.replace(s.cbegin() + 3, s.cbegin() + 6, {'a', 'b', 'c'});
31 s.replace(s.cbegin() + 3, s.cbegin() + 6, {'a', 'b', 'c'});
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
H A Dfix_xreadlines.py23 no_call.replace(Name(u"__iter__", prefix=no_call.prefix))
25 node.replace([x.clone() for x in results["call"]])
H A Dfix_itertools.py40 func.parent.replace(func)
43 func.replace(Name(func.value[1:], prefix=prefix))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
H A Dfix_xreadlines.py23 no_call.replace(Name(u"__iter__", prefix=no_call.prefix))
25 node.replace([x.clone() for x in results["call"]])
H A Dfix_itertools.py40 func.parent.replace(func)
43 func.replace(Name(func.value[1:], prefix=prefix))
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/fixers/myfixes/
H A Dfix_parrot.py13 name.replace(Name("cheese", name.prefix))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/fixers/myfixes/
H A Dfix_parrot.py13 name.replace(Name("cheese", name.prefix))
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.path/path.member/path.modifiers/
H A Dreplace_filename.pass.cpp63 path replace(TC.filename);
65 p2 /= replace;
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.path/path.member/path.modifiers/
H A Dreplace_filename.pass.cpp63 path replace(TC.filename);
65 p2 /= replace;
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Edit/
H A DEditsReceiver.h26 virtual void replace(CharSourceRange range, StringRef text) = 0;
27 /// \brief By default it calls replace with an empty string.
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Edit/
H A DEditsReceiver.h26 virtual void replace(CharSourceRange range, StringRef text) = 0;
27 /// \brief By default it calls replace with an empty string.
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Edit/
H A DEditsReceiver.h26 virtual void replace(CharSourceRange range, StringRef text) = 0;
27 /// \brief By default it calls replace with an empty string.
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Edit/
H A DEditsReceiver.h26 virtual void replace(CharSourceRange range, StringRef text) = 0;
27 /// \brief By default it calls replace with an empty string.
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Edit/
H A DEditsReceiver.h26 virtual void replace(CharSourceRange range, StringRef text) = 0;
27 /// \brief By default it calls replace with an empty string.
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Edit/
H A DEditsReceiver.h26 virtual void replace(CharSourceRange range, StringRef text) = 0;
27 /// \brief By default it calls replace with an empty string.
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Edit/
H A DEditsReceiver.h26 virtual void replace(CharSourceRange range, StringRef text) = 0;
27 /// \brief By default it calls replace with an empty string.
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Edit/
H A DEditsReceiver.h26 virtual void replace(CharSourceRange range, StringRef text) = 0;
27 /// \brief By default it calls replace with an empty string.
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Edit/
H A DEditsReceiver.h26 virtual void replace(CharSourceRange range, StringRef text) = 0;
27 /// \brief By default it calls replace with an empty string.
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Edit/
H A DEditsReceiver.h26 virtual void replace(CharSourceRange range, StringRef text) = 0;
27 /// \brief By default it calls replace with an empty string.
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Edit/
H A DEditsReceiver.h26 virtual void replace(CharSourceRange range, StringRef text) = 0;
27 /// \brief By default it calls replace with an empty string.

Completed in 1577 milliseconds

1234567891011>>