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

1 2

  /external/chromium_org/remoting/host/setup/
oauth_helper_unittest.cc 11 std::string Replace(const std::string& s, const std::string& old_substr,
65 url = Replace(url, "https:", "http");
71 url = Replace(url, "google", "goggle");
  /external/lldb/include/lldb/Core/
FileSpecList.h 54 /// Replace the file list in this object with the file list from
211 Replace (size_t idx, const FileSpec &file)
  /external/chromium_org/cc/test/
ordered_texture_map.cc 25 void OrderedTextureMap::Replace(GLuint id,
  /external/clang/include/clang/Tooling/
RefactoringCallbacks.h 13 // subtree match on the AST and then replace the corresponding source code
25 // This will replace all integer literals with "42".
47 Replacements Replace;
50 /// \brief Replace the text of the statement bound to \c FromId with the text in
62 /// \brief Replace the text of the statement bound to \c FromId with the text of
74 /// \brief Replace an if-statement bound to \c Id with the outdented text of its
Refactoring.h 230 Replacements Replace;
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
regexp_adapter.h 48 // phonenumberutil.cc. Consume(), Match() and Replace() methods must be
134 virtual bool Replace(string* string_to_process,
138 // Helper methods calling the Replace method with the right arguments.
139 inline bool Replace(string* string_to_process,
141 return Replace(string_to_process, false, replacement_string);
146 return Replace(string_to_process, true, replacement_string);
regexp_adapter_re2.cc 87 // escaped and that we need to retain it. To do this, we replace pairs of
133 virtual bool Replace(string* string_to_process,
143 return RE2::Replace(string_to_process, utf8_regexp_,
regexp_adapter_icu.cc 179 bool Replace(string* string_to_process,
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 61 The three subclasses of RewriteOperation, InsertBefore, Delete, and Replace,
118 =begin rdoc ANTLR3::TokenRewriteStream::Replace
127 class Replace < RewriteOperation
129 @operation_name = 'replace'.freeze
165 class Delete < Replace
180 def replace( *range_arguments ) method in class:ANTLR3.RewriteProgram
183 op = Replace.new( @stream, range, text )
220 when Replace
227 when Replace
245 when Replace
408 def replace( *args ) method
    [all...]
  /external/chromium_org/tools/grit/grit/gather/
rc.py 50 def Replace(match):
52 return _NEED_ESCAPE.sub(Replace, text)
57 def Replace(match):
59 return _NEED_UNESCAPE.sub(Replace, text)
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenRewriteStream.cs 45 * You can insert stuff, replace, and delete chunks. Note that the
275 public virtual void Replace(int index, object text) {
276 Replace(DEFAULT_PROGRAM_NAME, index, index, text);
279 public virtual void Replace(int from, int to, object text) {
280 Replace(DEFAULT_PROGRAM_NAME, from, to, text);
283 public virtual void Replace(IToken indexT, object text) {
284 Replace(DEFAULT_PROGRAM_NAME, indexT, indexT, text);
287 public virtual void Replace(IToken from, IToken to, object text) {
288 Replace(DEFAULT_PROGRAM_NAME, from, to, text);
291 public virtual void Replace(string programName, int from, int to, object text)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenRewriteStream.cs 48 * You can insert stuff, replace, and delete chunks. Note that the
312 public virtual void Replace( int index, object text )
314 Replace( DEFAULT_PROGRAM_NAME, index, index, text );
317 public virtual void Replace( int from, int to, object text )
319 Replace( DEFAULT_PROGRAM_NAME, from, to, text );
322 public virtual void Replace( IToken indexT, object text )
324 Replace( DEFAULT_PROGRAM_NAME, indexT, indexT, text );
327 public virtual void Replace( IToken from, IToken to, object text )
329 Replace( DEFAULT_PROGRAM_NAME, from, to, text );
332 public virtual void Replace( string programName, int from, int to, object text
    [all...]
  /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/lldb/source/Target/
PathMappingList.cpp 119 PathMappingList::Replace (const ConstString &path,
261 PathMappingList::Replace (const ConstString &path, const ConstString &new_path, bool notify)
  /external/chromium_org/chrome/browser/plugins/
plugin_infobar_delegates.cc 301 PluginInstallerInfoBarDelegate::Replace(
331 void PluginInstallerInfoBarDelegate::Replace(
440 Replace(infobar(), installer(), plugin_metadata_->Clone(), new_install_,
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnectionendtoend_unittest.cc 75 void Replace(const std::string& line,
210 Replace("\r\n", gice_creds, sdp);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600KernelParameters.cpp 72 void Replace(Function *Fun);
222 void R600KernelParameters::Replace(Function* Fun) {
432 Replace(&F);
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
metafunctions.cpp 54 namespace Replace {
  /external/clang/unittests/Tooling/
RefactoringTest.cpp 47 Replacement Replace(createReplacement(Location, 4, ""));
48 EXPECT_TRUE(Replace.apply(Context.Rewrite));
55 Replacement Replace(createReplacement(Location, 17, ""));
56 EXPECT_TRUE(Replace.apply(Context.Rewrite));
63 Replacement Replace(createReplacement(Location, 0, "result"));
64 EXPECT_TRUE(Replace.apply(Context.Rewrite));
72 Replacement Replace(createReplacement(Location, 12, "x"));
73 EXPECT_TRUE(Replace.apply(Context.Rewrite));
94 Replacement Replace("nonexistent-file.cpp", 0, 1, "");
95 EXPECT_FALSE(Replace.apply(Context.Rewrite))
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
R600KernelParameters.cpp 72 void Replace(Function *Fun);
222 void R600KernelParameters::Replace(Function* Fun) {
432 Replace(&F);
  /external/chromium_org/third_party/re2/util/
pcre.cc 331 bool PCRE::Replace(string *str,
345 str->replace(vec[0], vec[1] - vec[0], s);
    [all...]
  /external/chromium_org/tools/grit/grit/
util.py 231 def Replace(match):
239 out = _HTML_CHARS_TO_ESCAPE.sub(Replace, text)
251 def Replace(match):
260 return match.group() # Don't replace &nbsp;
265 return match.group() # Unknown HTML character entity - don't replace
267 out = _HTML_ENTITY.sub(Replace, text)
367 # will replace forward slashes with backward slashes.
368 path = path.replace('\\', '/')
459 text = text.replace('\r\n', '\n')
460 text = text.replace('\r', '\n'
    [all...]
  /external/lzma/CPP/Common/
MyString.h 490 int Replace(T oldChar, T newChar)
507 int Replace(const CStringBase &oldString, const CStringBase &newString)
  /external/regex-re2/util/
pcre.cc 326 bool PCRE::Replace(string *str,
340 str->replace(vec[0], vec[1] - vec[0], s);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commoncontrols.h 66 virtual HRESULT WINAPI Replace(int i,HBITMAP hbmImage,HBITMAP hbmMask) = 0;
102 HRESULT (WINAPI *Replace)(IImageList *This,int i,HBITMAP hbmImage,HBITMAP hbmMask);
140 #define IImageList_Replace(This,i,hbmImage,hbmMask) (This)->lpVtbl->Replace(This,i,hbmImage,hbmMask)

Completed in 1562 milliseconds

1 2